Search This Blog

Thursday, October 4, 2012

CRM 2011: Xrm.Utility.openEntityForm

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

4 comments:

  1. Thanks for giving information about openEntityForm,here is deep information on this site. Microsoft Dynamics CRM

    ReplyDelete
  2. I was searching for open Entity Form from last few days.. Thanks!

    Microsoft CRM Solutions

    ReplyDelete
    Replies
    1. This comment has been removed by the author.

      Delete
    2. Thanks Samuel , good it helped you.
      Samuel ,im looking for good opening for MS CRM , do let me know if you have any reference.
      Thanks

      Delete