Hi all,
How to view account entity guid in forms and column views.
I tried this link but didn't work for me
www.powerobjects.com/.../how-to-derive-and-expose-a-record-guid-on-your-forms-using-oob-functionality
Please suggest me
Thanks in advance
*This post is locked for comments
Thanks Shahbaaz
It's Work for me
You can used advance find. Construct the column you need, and then export it to excel to get the data.
Hi Alriyan,
You can go to any view lets say Account, there will be option of download in excel, Download that file---open it and unhide first 3 field in that. 1st field will be the guid of the record.
Hope this helps,
Best Regards,
Shahbaaz
Thank you
But my requirement is Export to excel with GUID for all records in account entity, its possible..?
function GetGuid(fieldName) {
var guid= Xrm.Page.data.entity.getId();
Xrm.Page.getAttribute("CUSTOMFIELDNAME").setValue(guid);
}
call this method on "Onload" of your form
How to set onload function in custom created text box field
Hello
try this
Xrm.Page.data.entity.getId() in javascript code. and create a custom single line text box field.
"onload" of your form get Guid with this code and set in created field
Hope you can understand what I mean!
André Arnaud de Cal...
291,996
Super User 2025 Season 1
Martin Dráb
230,853
Most Valuable Professional
nmaenpaa
101,156