HI,
Where can I find the GUID of the entities?
Regards,
Hi Atis,
Many ways can get the GUID of the entity records.
1.Url:
If you are using UCI, you can get the GUID directly in the URL.
2..js
function getId(executionContext) { var formContext = executionContext.getFormContext(); var incidentId = formContext.data.entity.getId().replace('{', '').replace('}', ''); alert("incident id is:" incidentId); }
3.Export excel.
But when you open the excel, you will find that the top three columns were hidden, you need unhide them because the first column stores the GUID of the entity.
How to unhide columns?
Select all data and expand ‘Format’ under ‘cells’ group to click ‘Unhide’ option.
For more ways, you can refer following link:
https://arunpotti.com/2016/07/10/how-to-get-guid-of-the-record-in-crm-online/
Regards,
Leah Ju
Please mark as verified if the answer is helpful. Welcome to join hot discussions in Dynamics 365 Forums.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 290,802 Super User 2024 Season 2
Martin Dráb 229,129 Most Valuable Professional
nmaenpaa 101,154