[SOLVED] Adding parameter to 'OPEN URL' in the list page's Click Actions Setting |
4/3/2022 2:41:44 PM |
PHPRunner General questions | |
J
jacktonghk authorDevClub member
When I click a row, I want to pass the record key to the redirected page, can I do it in the 'Open URL' option? Do I need to create an event to redirect instead? |
|
![]() |
Sergey Kornilov admin 4/4/2022 |
No, you cannot do this using 'Open URL' option. You will have to use AJAX code snippet for this purpose. |
J
|
jacktonghk authorDevClub member 4/5/2022 |
Thank you!! Copied codes from the example in HELP and it works. |