- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-21-2024 09:00 AM
HI, how we navigate to another page when we click on particular number in table
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-22-2024 01:21 AM
to navigate to another page you have to use event in ui builder which is link to destination.
so like if you want to open particular record when you click on number. for that you have to create a new page which is having form component and which require two parameter sys_id and table name and then you can use this page on the list page as event link to destination and pass the sys_id and table. then it will open the record when you click on the number it will redirect you to the new page you created.
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-22-2024 01:21 AM
to navigate to another page you have to use event in ui builder which is link to destination.
so like if you want to open particular record when you click on number. for that you have to create a new page which is having form component and which require two parameter sys_id and table name and then you can use this page on the list page as event link to destination and pass the sys_id and table. then it will open the record when you click on the number it will redirect you to the new page you created.
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-25-2024 08:45 AM
Hi Abhishek, Thanks for the reply, I tried what you have said, but I am not able to get the particular record after clicking on particular number retrieving from table, can you please guide me
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-25-2024 09:12 AM
Hi Abhishek, Thanks for the reply, when I am trying to open the number record while I am clicking, i am unable to get the data after I clicked, can you please walk me through that
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-01-2024 10:33 PM - edited ‎11-01-2024 11:11 PM
sorry for late response please follow the below steps:
1.click on the list and go to tab events.
2.click on the add event mapping select reference link clicked.
3.then select the link to destination and click on select destination
4. click on page drop arrow and select the page you want to open on click.
5.the clicked on bind data and use @payload.sysid for sys_id paramter and @payload.table for table parameter.
click ok save the page done.
Please mark this response as correct or helpful if it assisted you with your question.
Please mark this response as correct or helpful if it assisted you with your question.