scottdurow / RibbonWorkbench

Ribbon Workbench 2016 for Dynamics 365
https://ribbonworkbench.uservoice.com/
MIT License
72 stars 24 forks source link

Get Selected Record Ids from current Grid in Canvas App Smart Button Dialog #76

Open vikashkumar669 opened 3 years ago

vikashkumar669 commented 3 years ago

I am trying to implement a new Ribbon dialog button that will display the record ids of the currently selected items in the grid. I can only access the id of the first record selected using the code from your article

Set(varRecordId, If( IsBlank(Param("recordId")), GUID("780bb51e-961e-ea11-a810-000d3ab39933"), GUID(Param("recordId")) ));

Ref: https://github.com/scottdurow/RibbonWorkbench/issues/58