HI,
Where can I find the GUID of the entities?
Regards,
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.
André Arnaud de Cal... 291,431 Super User 2024 Season 2
Martin Dráb 230,503 Most Valuable Professional
nmaenpaa 101,156