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
To add licensing information to your solution, you need to get the **Service ID** values created in the Partner Center. You need to create these plans in the Partner Center to get the **Service ID** values. More information: [Create plans in Partner Center](/azure/marketplace/dynamics-365-customer-engage-plans).
69
+
To add licensing information to your solution, you need to create plans in the Partner Center. More information: [Create plans in Partner Center](/azure/marketplace/dynamics-365-customer-engage-plans). Once you're finished creating the plans, each plan creates a **Service ID** value which is required while creating [Plan definition file](#plan-definition-file).
@@ -101,15 +101,15 @@ Once you have created your own licensing CSV files, the next step is to add the
101
101
102
102
To add the license information from the CSV files (created above) to the solution:
103
103
104
-
- Open a **Developer Command Prompt for VS 2017** or higher window. NAvigate to the ___location where you have cloned solution. Enter the following command:
104
+
1. Open a **Developer Command Prompt for VS 2017** or higher window. Navigate to the ___location where you have cloned solution. Enter the following command:
105
105
106
106
```CLI
107
107
pac solution add-license -pd <path to plan definition file> -pm <path to plan mapping file>
108
108
```
109
-
- To check whether the licensing information is added, navigate to the ___location where you have cloned your solution zip file, you should see a new folder **ServicePlans** is created with two XML files.
110
-
- Optional: To determine how the license information from the CSV files was captured, open the XML files in your favorite editor.
111
-
- The **ServicePlans.xml** file contains the plan definition information from the plan definition file.
112
-
- The **ServicePlansAppModules.xml** file contains the plan mapping information from the plan mapping file.
109
+
1. To check whether the licensing information is added, navigate to the ___location where you have cloned your solution zip file, you should see a new folder **ServicePlans** is created with two XML files.
110
+
1. Optional: To determine how the license information from the CSV files was captured, open the XML files in your favorite editor.
111
+
1. The **ServicePlans.xml** file contains the plan definition information from the plan definition file.
112
+
1. The **ServicePlansAppModules.xml** file contains the plan mapping information from the plan mapping file.
113
113
114
114
## Build the solution and create an AppSource package
0 commit comments