Hello
I'm using a Flow to create Products from an excel file into Dynamics Sales.
But they are in draft in Sales, even though I set the Status to Active when I create them.
They are set in a hierarchy where everything above them is published already.
Any tips?
Solved! Go to Solution.
Hi @AndreasP ,
Once a product is created in CRM it needs to be published to be active. Following api call is what I am using to mark it active :
/api/data/v8.2/products(GUID)/Microsoft.Dynamics.CRM.PublishProductHierarchy
Also you can use "Perform a bound action" for Products and select same action and provide record id of the product created in previous step.
Thanks
Hi @AndreasP ,
Once a product is created in CRM it needs to be published to be active. Following api call is what I am using to mark it active :
/api/data/v8.2/products(GUID)/Microsoft.Dynamics.CRM.PublishProductHierarchy
Also you can use "Perform a bound action" for Products and select same action and provide record id of the product created in previous step.
Thanks
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
63 | |
22 | |
16 | |
16 | |
11 |
User | Count |
---|---|
130 | |
42 | |
32 | |
32 | |
28 |