Tuesday, 6 August 2024

When I restored .bacpac file from UAT to devbox in D365 FO getting LICENSING issue trigger below code in SQL

 DROP PROCEDURE IF EXISTS LICENSING_POPULATEROLEPRIVILEGELICENSEMAPV2 

GO

No comments:

Post a Comment

Setting VendInvoiceInfoTable default values for custom fields - D365 FO

  When creating a vendor invoice and you are trying to populate custom fields on table VendInvoiceInfoTable you may find that the following ...