Hi,
I have a CustomPage on Lead entity with a Edit form to allow the user updating the data back to the record. I want to pass a field from a Json to this custom page. The Json file looks like this:
recordId: Test.Xrm.getXrmPage().data.entity.getId().toLowerCase().replace("}", "").replace("{", ""),
Test_showdeactivationemail: showMail
};
"recordId": JSON.stringify(data);