Extensibility
Business Integration Solutions (BIS) for Microsoft Dynamics 365 Business Central has an extensible architecture. This makes it possible to adapt the system with custom functionality without changing the code base.
| To | See |
|---|---|
| An expression function is a Microsoft Dynamics function called from the document mapping | Expression Function |
| A custom connector enables customizations for a specific table of an internal document | Custom Connector |
| A record handler enables customizations for a specific table of an internal document | Record Handler |
| A temporary table handler allows temporary tables to be included in an internal document. A temporary table is typically the result of a calculation implemented in AL | Temporary Table Handler |
| A custom element enables additional pipeline activities, endpoints, or events | Custom Pipeline Element |
| A job queue handler carries out post-processing activities | Job Queue Handler |
| A Code/User Event triggers a pipeline for a specific record | Code Event |
| The BIS API lets you configure and execute pipeline configurations | BIS API |
| A custom report connector enables customizations while generating a report attachment | Custom Report Connector |
| Extension points let you apply or update customizations when updating or migrating the product from an older to the latest version | BIS Extension points |