Hi all,
I'm aware of some restrictions on doing this and also that Xrm.Page is going to be deprecated, however....
My question is why does it include the {} in the GUID when it returns the string??
Eg When I call this inside my JS
parent.Xrm.Page.data.entity.getId();
The value is a GUID but formatted as {GUID}
*This post is locked for comments