Announcements
Hi,
I have a ribbon button on form which is passing "PrimaryControlID" as a CRM parameter. Now I want to retrieve formcontext from it or any other way so that I can work with the attributes of the entity form to retrieve its value or set new value for that attribute. Please let me know any way or I have to change the CRM parameter from "PrimaryControlID" to "PrimaryControl". If this is the only way to pass "PrimaryControl" as a CRM Parameter then what is the way to get the ID of the record which I am using through "PrimaryControlID"
Thanks
AR
Hi,
You can also pass multiple parameters.
Please mark my answer verified if this is helpful!
Regards,
Bipin Kumar
Follow my Blog: xrmdynamicscrm.wordpress.com/
HI,
Please check below link:
https://blog.magnetismsolutions.com/blog/alfwynjordan/2019/10/02/getting-dynamics-365-formcontext-from-ribbon-workbench
Once you get the formcontext then using below code you will get the record GUID.
formContext.data.entity.getId();
Thanks,
Pradeep.
André Arnaud de Cal...
293,323
Super User 2025 Season 1
Martin Dráb
232,193
Most Valuable Professional
nmaenpaa
101,158
Moderator