Hi All,
I have a custom ribbon button on home page of entity. On click of this ribbon button i am opening a dialog box using xrm.internal.opendialog. When selecting multiple records in the homepage, I am using "SelectedControlSelectedItemReferences" crm parameter to get the id, name and type name. As the retrieved value is getting as an array, i am not able to pass this values as parameter to the url passing in xrm.internal.opendialog . can someone help me how to pass this object array as a parameter to the url to open the html dilaog.
Thanks