
I have a scenario to open the selected case entity records each in a new window when a custom button is clicked.
Since I am a fresher I need your assistance of what can be done over this scenario.
So When some records are selected as per the image given below and when a custom button is clicked to open, each selected entity record should be opened in a new window.
*This post is locked for comments
I have the same question (0)Hi,
You can use crm parameter to pass selected record ids to your button and then you can use XrmUtility.Open to open that record by passing the guid that you will get through the parameter. so it will open those records.
msdn.microsoft.com/.../gg309332.aspx
ribbonworkbench.uservoice.com/.../129783-pass-the-currently-selected-grid-row-s-to-a-custo
msdn.microsoft.com/.../jj602956.aspx
Thanks