Extensibility

The Integration Framework can be extended in several places, depending on what you want to accomplish.

Below, the following extensibility points are described:

  • Custom Connectors for the Dynamicweb Connector Service
  • Live Integration notifications

If you are looking to integrate with a remote system with an active component (like Ax2012 or D365), you can also modify the official code unit to return more or less data than the default option.

Please note that all our plugin-units and apps return a version number with each response, with the format depending on the remote system:

  • NAV
    • 1.2.0.0_nav13
    • 1.2.0.0_nav15
    • etc.
  • Dynamics 365 Business Central
    • ​App version number

If you want to customize our code units/app you must also append a number to our version - if our version is 1.2.0.0 then your custom version must return 1.2.0.0.xxxxx where 'xxxxx' is the appended version.