Hi.
We are using the following code to open a specific form:
function opennewfprm()
{
var parameters = {};
parameters["formid"] = "d56528dd-f043-4009-ab44-c0cea7dc6963";
Xrm.Utility.openEntityForm("lead", null, parameters);
}
However we need to use the specific name of the form instead of the GUID.
Anyone who knows if that is possible?
Thanks.