How to Remove curly braces from GUID D365 CRM

Talha Manzoor
0

 

Xrm.Page.data.entity.getId()


And to remove the curly braces:

Xrm.Page.data.entity.getId().replace(“{“, “”).replace(“}”, “”);

Or

formContext.data.entity.getId().replace(“{“, “”).replace(“}”, “”);

Post a Comment

0Comments

Post a Comment (0)