0

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 Answers 2

1

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:

Sign up to request clarification or add additional context in comments.

Comments

0

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

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.