Opening a Existing or New entity record using openEntityForm
Following example shows opening a existing Quote record with required parameters
var parameters = {};
parameters["quoteid"] = quoteid;
parameters["lineitemnumber "] = "1";
parameters["quantity"] = "10";
Xrm.Utility.openEntityForm("quotedetail", null, parameters);
Hope this helps
Regards,
Vilas
Following example shows opening a existing Quote record with required parameters
var parameters = {};
parameters["quoteid"] = quoteid;
parameters["lineitemnumber "] = "1";
parameters["quantity"] = "10";
Xrm.Utility.openEntityForm("quotedetail", null, parameters);
Hope this helps
Regards,
Vilas
Thanks for giving information about openEntityForm,here is deep information on this site. Microsoft Dynamics CRM
ReplyDeleteI was searching for open Entity Form from last few days.. Thanks!
ReplyDeleteMicrosoft CRM Solutions
This comment has been removed by the author.
DeleteThanks Samuel , good it helped you.
DeleteSamuel ,im looking for good opening for MS CRM , do let me know if you have any reference.
Thanks