This code demonstrates how to retrieve the caller form name and use it to run business logic in a Form extension class in X++ for Dynamics 365 for Finance and Operations. The provided example adds a display method to the RetailAddItems form to display the Site, retrieving it from the PurchTable caller form data source.
Bacpac import fails using SqlPackage.exe
While importing the bacpac file into DEV exported from UAT using SqlPackage.exe, I got this error: Error: The source contains users that rely on an external authentication provider that is not supported by the target. These users will be treated as users without logins. Solution: You can download the .NET Core SQLPackage v18.4 to resolve... Continue Reading →