Daalder package for Microsoft Dynamics 365 Business Central.
For questions about this package or Daalder contact: [email protected]
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
Tables are generated to store references to Business Central records for the various resources mentioned above.
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.
In EventServiceProvider there is and ProductObserver registered to the Daalder product model. This observer handles create, update and delete.
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.