- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Tuesday
Hello community, recently i have been working in UI builder and i created a custom page that receive the sysID of a record and displays different values.
taking this in mind i have another page with a record list which show all the records in my table.
How can I make it so that when I click on a record, it redirects me to the page I just created?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hi guys i finally resolve the problem, click on the data resource created by the record list
Then go to events>Reference link selected, finally add a link to your other page and using the data binding search the sysid
Hope this helps anyone in the future !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Tuesday - last edited Tuesday
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Tuesday
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Tuesday
Hello @ReyesC ,
are you trying to redirect it from button ?
If yes, then navigate the list page first and copy the URL Path like : "now/demo/list/params/list-id/d6a1a0a4c340xxx0bbxx12xxxx013xxe"
Then on the record page from where to redirect the list page add an Event and there pass the URL path in external url :
If my response helped mark as helpful and accept the solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hi guys i finally resolve the problem, click on the data resource created by the record list
Then go to events>Reference link selected, finally add a link to your other page and using the data binding search the sysid
Hope this helps anyone in the future !!
