Skip to content

Daalder package for Microsoft Dynamics 365 Business Central

License

Notifications You must be signed in to change notification settings

Daalder/business-central

Repository files navigation

MIT Licensed GitHub Tests Action Status Quality Score

Microsoft Dynamics 365 Business Central + Daalder

Daalder package for Microsoft Dynamics 365 Business Central.
For questions about this package or Daalder contact: [email protected]

Current state

Endpoints Status Remarks
Customer Implemented Customers in Daalder
Dimension Partial One parent dimension is configurable
DimensionValue Implemented Revenue groups in Daalder
Item Implemented Products in Daalder
Item category Implemented Product attribute set in Daalder
Sales order Implemented Orders in Daalder
Sales order line Implemented Order rows in Daalder

For a complete list of endpoints visit the Microsoft reference

Migrations

Tables are generated to store references to Business Central records for the various resources mentioned above.

Configuration

In the .env file of Daalder BC_ENDPOINT needs to be set.
For example https://api.businesscentral.dynamics.com/v2.0/production/api/v2.0/

Here you can find more information on the various endpoints.

Daalder events

Products

In EventServiceProvider there is and ProductObserver registered to the Daalder product model. This observer handles create, update and delete.

Orders

In Daalder the event OrderPaymentConfirmed is fired when an order is confirmed. In EventServiceProvider we register the listener PushOrderToBusinessCentral. When the event is triggered this listener is put on the queue specified.

Jobs

Error reporting

Commands

Customization and extending

Future updates

Releases

No releases published

Packages

 
 
 

Languages