Think Dynamic, Do Dynamic Microsoft Dynamic CE | Powerapps || Dynamic CRM || Power Apps || Power Platform

Saturday, 3 June 2023

How to Remove curly braces from GUID D365 CRM

 

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(“}”, “”);

No comments:

Post a Comment

Popular Posts

Featured post

Understanding Dataverse MCP vs Power Apps MCP – Quick Review

  Understanding Dataverse MCP vs Power Apps MCP – Quick Review Model Context Protocol (MCP) has quickly become one of the hottest topics in ...

Post Top Ad

Your Ad Spot

Pages