3
This document outlines the code you need to add (in NAV) for integrating new entities with CRM.
https://docs.microsoft.com/en-us/dynamics-nav/walkthrough--customizing-microsoft-dynamics-crm-integration-in-dynamics-nav
This still applies with BC but it doesn't completely work in the extension model. Some of the code has some events or can be handled with new objects, but not all of it.
Specifically:
Codeunit 5150 Integration Management, Function CreateIntegrationPageList
Codeunit 5334 CRM Setup Defaults, Function ResetConfiguration
Codeunit 5334 CRM Setup Defaults, Function GetCRMTableNo
Codeunit 5334 CRM Setup Defaults, Function GetTableIDCRMEntityNameMapping
Can we have some events added in these functions, or the functions that call these?
https://docs.microsoft.com/en-us/dynamics-nav/walkthrough--customizing-microsoft-dynamics-crm-integration-in-dynamics-nav
This still applies with BC but it doesn't completely work in the extension model. Some of the code has some events or can be handled with new objects, but not all of it.
Specifically:
Codeunit 5150 Integration Management, Function CreateIntegrationPageList
Codeunit 5334 CRM Setup Defaults, Function ResetConfiguration
Codeunit 5334 CRM Setup Defaults, Function GetCRMTableNo
Codeunit 5334 CRM Setup Defaults, Function GetTableIDCRMEntityNameMapping
Can we have some events added in these functions, or the functions that call these?
STATUS DETAILS
Completed
Business Central Team (administrator)