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(“}”, “”);
Think Dynamic, Do Dynamic Microsoft Dynamic CE | Powerapps || Dynamic CRM || Power Apps || Power Platform || Canvas App || D365CE
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