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
You should be able to do that with a Record Action.
docs.appian.com/.../Record_Action_Component.html
Here are some UI examples:
docs.appian.com/.../ux-record-actions.html
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.