Browse sources$ls -a sources
Logo of d365-business-central
Dynamics 365 Business Central
Microsoft's cloud-based ERP system for small and medium-sized businesses.
Sync your customers' dataFiber pulls data from your customers' Dynamics 365 Business Central accounts into your database or cloud storage. Skip months of integration work and begin syncing in minutes.
Logo of d365-business-central
Logo of d365-business-central
Logo of d365-business-central
Logo of d365-business-central
Logo of d365-business-central
Logo of d365-business-central
Logo of d365-business-central
Logo of d365-business-central
Logo of d365-business-central
Logo of d365-business-central
Fiber
postgres-prod
d_365_business_central_balance_sheets
d_365_business_central_customer_payments
d_365_business_central_customers
Your customers' Dynamics accounts
Your production database
Meet your new integration toolkit: SQLReplace calls to the Dynamics 365 Business Central API with an interface you already use. Access the data you need straight from your database.
-- Fetch all the Items belonging to the Dynamics 365
-- Business Central company of a particular user.

SELECT *
FROM fiber.d_365_business_central_item
WHERE company_id = '{user.company_id}'
-- Fetch all the Items belonging to the Dynamics 365
-- Business Central company of a particular user.

SELECT *
FROM fiber.d_365_business_central_item
WHERE company_id = '{user.company_id}'
Code
CREATE TABLE fiber.d_365_business_central_item (
id TEXT NOT NULL,
created_at TIMESTAMP WITH TIME ZONE,
updated_at TIMESTAMP WITH TIME ZONE,
company_id TEXT,
number TEXT,
display_name TEXT,
display_name_2 TEXT,
type TEXT,
item_category_id TEXT,
item_category_code TEXT,
blocked BOOLEAN,
gtin TEXT,
inventory DOUBLE PRECISION,
unit_price DOUBLE PRECISION,
price_includes_tax BOOLEAN,
unit_cost DOUBLE PRECISION,
tax_group_id TEXT,
tax_group_code TEXT,
base_unit_of_measure_id TEXT,
base_unit_of_measure_code TEXT,
general_product_posting_group_id TEXT,
general_product_posting_group_code TEXT,
inventory_posting_group_id TEXT,
inventory_posting_group_code TEXT,
last_modified_date_time TIMESTAMP WITH TIME ZONE
)
CREATE TABLE fiber.d_365_business_central_item (
id TEXT NOT NULL,
created_at TIMESTAMP WITH TIME ZONE,
updated_at TIMESTAMP WITH TIME ZONE,
company_id TEXT,
number TEXT,
display_name TEXT,
display_name_2 TEXT,
type TEXT,
item_category_id TEXT,
item_category_code TEXT,
blocked BOOLEAN,
gtin TEXT,
inventory DOUBLE PRECISION,
unit_price DOUBLE PRECISION,
price_includes_tax BOOLEAN,
unit_cost DOUBLE PRECISION,
tax_group_id TEXT,
tax_group_code TEXT,
base_unit_of_measure_id TEXT,
base_unit_of_measure_code TEXT,
general_product_posting_group_id TEXT,
general_product_posting_group_code TEXT,
inventory_posting_group_id TEXT,
inventory_posting_group_code TEXT,
last_modified_date_time TIMESTAMP WITH TIME ZONE
)
Model definition
About this source
Logo of d365-business-central
Dynamics 365 Business CentralMicrosoft's cloud-based ERP system for small and medium-sized businesses.microsoft.com/en-us/dynamics-365/products/business-central  ↗
Available resources
Missing a resource? We will build it for you.
Similar integrations
OAuth
Need help with OAuth for Dynamics 365 Business Central?Handshake ↗ is a Next.js app boilerplate that handles your OAuth with Dynamics 365 Business Central and over 200 other APIs. Setup and deploy within minutes.
Logo of d365-business-centralIntegrate Dynamics 365 Business Central using Fiber Fiber makes it easy to access third-party data from Dynamics 365 Business Central accounts. Get started in just a few minutes.