0
votes

There is one custom ribbon button in Account home page. Onclick of this button I need to pass some values in extra query string. This query string value must be accessible when we open an Account record. How can we implement this functionality using Javascript in CRM 2011..?

2

2 Answers

1
votes

So you are using a custom ribbon button on the Account home page to open a blank Account form but also pass some extra querystring parameters?

The exact solution will depend on whether the parameters are static or dynamic, however I would:

0
votes

Have a look at this, http://msdn.microsoft.com/en-us/library/gg334375.aspx

You can either use the extraqs query string method described in the SDK link above, or if you're running anything later than CRM 2011 UR8 you pass in a parameters array into Xrm.Utility.openEntityForm