Independent software vendors (ISVs) can link their X++ modules to their registered products and solutions by using Microsoft Power Platform ISV Studio. Linking enables ISV’s to monitor the success and usage of their applications in finance and operations apps.
Find the product ID in Microsoft Partner Center
Sign in to Partner Center and navigate to the Offer overview page for your product. In the browser’s address bar, locate the product ID, which is a globally unique identifier (GUID), as illustrated in the following example
https://partner.microsoft.com/dashboard/commercial-marketplace/offers//overview
Update your X++ model descriptors
For all models that make up your solution, locate the descriptor XML files. For every descriptor that belongs to a solution, update the SolutionId
tag with the product ID from Partner Center. The order of the elements must match the following example to get the expected results.
Allow
test2
AwesomeISV
999999999
8
false
AwesomeISV
ApplicationFoundation
ApplicationPlatform
AwesomeISV
Awesome ISV, Inc.
product-ID-GUID
3
1
2
4
After you recompile, the X++ binaries will contain the product ID and will link to ISV Studio after they are deployed to a Tier 2+ sandbox or production environment.