You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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: #58
The text was updated successfully, but these errors were encountered: