How to get GUID Workflow in CRM Dynamics 365 ?
*This post is locked for comments
How to get GUID Workflow in CRM Dynamics 365 ?
*This post is locked for comments
Hi,
You have not provide details, but you are looking to get GUID of particular workflow you can simply get it from workflow editor as suggested, but if you want to get Guid workflow using query, you can use following sample code:
columbuscrm.blogspot.in/.../get-workflow-guid-in-javascript-using.html
Thanks
You need to check URL when you open your workflow designer. In URL you have id parameter where you can check workflow id, but you need to be aware that that GUID is URL encoded so it is bounded with %7b and %7d
Example:
This is workflow URL:
YOUR.ORGANIZATION/.../edit.aspxCA083FA5-6321-408B-90FE-32AEC48B3AEA%7d
And workflow id is everything in between %7b and %7d and that is CA083FA5-6321-408B-90FE-32AEC48B3AEA.
Hello Ferdiansah ,
I think you can use XRMToolBox ,and create a fetch xml query.
Best Regards ,
David
André Arnaud de Cal...
293,025
Super User 2025 Season 1
Martin Dráb
231,837
Most Valuable Professional
nmaenpaa
101,156
Moderator