Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
vikashkumar669 opened this issue Jun 8, 2021 · 0 comments

Comments

@vikashkumar669
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant