ui builder page navigation

sunithabank
Tera Contributor

HI, how we navigate to another page when we click on particular number in table

1 ACCEPTED SOLUTION

abhi159
Kilo Sage

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.

View solution in original post

4 REPLIES 4

abhi159
Kilo Sage

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.

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

sunithabank
Tera Contributor

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

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.

abhishek159_1-1730525141805.png

abhishek159_2-1730525239472.png

abhishek159_3-1730525340872.png

 

 

abhishek159_0-1730525107080.png

 

 

Please mark this response as correct or helpful if it assisted you with your question.