- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2023 03:32 AM
I am setting up a workspace experience for my client usecase.
I have utilized LIST UIB component.
I need to open a the form in platform view when clicked on a row.
I am unable to find "Row Clicked" event under events tab of the component to achieve this. (in Tokyo and Utah).
I found it in documentation on the developer site.
Any suggestions will be helpful.
Thank you.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2023 06:28 AM
I think at some point the Row Clicked event turned into the "Reference link clicked" event. This combined two events so you can now set one link to destination event handler and it will work for both clicking a row and any reference fields. You should still be able to use @payload.table and @payload.sys_id in the event handler.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2023 06:28 AM
I think at some point the Row Clicked event turned into the "Reference link clicked" event. This combined two events so you can now set one link to destination event handler and it will work for both clicking a row and any reference fields. You should still be able to use @payload.table and @payload.sys_id in the event handler.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2023 08:38 AM
This has worked out for me. This was really difficult to figure out.
I have used Link to destination with external url. (using script).
Referred to the suggestion from @Brad Tilton on following thread