Hi all,
I have this issue: i want to select somehow a specified row in a!griedfield component, like ID 24 in the picture below, then start a process with some value taken from that row, with a submit buttom or something similar that can appear when the specified row is selected. Is it possible to achieve this goal? This is a screenshot of my site in which the element of the only read grid are taken from a recordtype, so this is why the ID is coloured in blue.
Thank you in advance for the responces.
Discussion posts and replies are publicly visible
This is the purpose why Related actions are created. You can create a logic to only select one row at a time in the grid and add the related action to your grid (only visible when any row is selected) in which you will pass the current row identifier.
Hi all, thanks for the reply. I know about related action, but they are very limitated, at least that one that i can create automatically(create, delete, upload a recordtype). I want something more complex: for example select a row, start a process, update/reallocate some field for the recordtype and then delete the row from the interface. Can i do all this thing with a singol action?
Yes, you can.