Open borovez opened 3 years ago
Hello @borovez ,
I have the same scenario, I want to fetch the selected record id without hardcoding the values.
Have you found any workaround to solve this issue?
Thanks!
I also have similar requirement where I want to get all selected record ids from a entity grid and update few fields on all records. Please share the solution if any of you have resolved. Thank you! Vikash
I am facing a similar issue. Any resolution or workaround on how to pass SelectedRecordsIds to Canvas App?
Is there any update on this issue? I have the same challenge. I used a PX button to call a custom page, and that works perfectly; unfortunately the custom page itself has other limitations that I've yet to overcome.
Hi@ all...
Is there any solution to the issue
Many Thanks :-)
Has anyone been able to find a solution to this error?
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
How can I access all of the selected records?
Is there a way to debug whereby I can list all of the available Params so that I can see what is being passed to the canvas app?
Thank you for your support.