You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to get a dataverse integration to select a different template based on the data in the dataverse. The documentation, https://learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/administration/administration-custom-cds-integration, mentions that this can be accomplished with the 5335 Integration Table Synch. codeunit with event OnBeforeApplyRecordTemplate. However Visual Studio Code doesn't seem to have a OnBeforeApplyRecordTemplate in its code. I opened the 5335 codeunit and it is not there. Can the documentation be updated to specify where the proper event is to apply a template?
Thanks,
Caleb
The text was updated successfully, but these errors were encountered:
Hello there,
Trying to get a dataverse integration to select a different template based on the data in the dataverse. The documentation, https://learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/administration/administration-custom-cds-integration, mentions that this can be accomplished with the 5335 Integration Table Synch. codeunit with event OnBeforeApplyRecordTemplate. However Visual Studio Code doesn't seem to have a OnBeforeApplyRecordTemplate in its code. I opened the 5335 codeunit and it is not there. Can the documentation be updated to specify where the proper event is to apply a template?
Thanks,
Caleb
The text was updated successfully, but these errors were encountered: