-
Notifications
You must be signed in to change notification settings - Fork 692
codeunit 7204 "CDS Setup Defaults" / procedure ResetConfiguration / Add event or fix possible bug #25205
Description
Describe the request
Version: Platform 23.0.13698.0 + Application 23.0.12034.12676
Microsoft has added a new procedure under ResetConfiguration, called AddExtraIntegrationFieldMappings (BC 23). In my opinion this new procedure should be BEFORE the procedure call SetCustomIntegrationsTableMappings, since this is the only place where we can manipulate the integration mappings.
Other option is to add a new event in procedure AddExtraIntegrationFieldMappings (e.g. OnAfterAddExtraIntegrationFieldMappings).
Additional context
We want to create a CRM integration which includes only those tables/fields which are agreed with the customer.
Now there is a new integration field mapping "Mobile Phone No." under integration table mapping "CUSTOMER" which can't be removed smoothly in the reset operation. I know that "Mobile Phone No." field Status = disabled and is not part of the replication, but still - we must have a way to create 1:1 setup which is agreed with the customer (i.e. without fields which aren't in the agreed scope).
