How to click a button to jump to a personalized screen?

shiz
Tera Contributor

shiz_0-1730362917590.png

How to click a button to jump to a personalized screen?
Instead of the default new screen

18 REPLIES 18

@Runjay Patel hello

After writing the above code, clicking the new button of actual times still cannot redirect to the actual time detail page.

shiz_0-1730686167694.pngshiz_1-1730686194028.pngshiz_2-1730686221960.pngshiz_3-1730686375942.png

 

Hi @shiz ,

 

why are you calling ui page from new ui action.

if you want to open new record from your table then you can make use of oob ui action and if need custom action to be performed then you can create new ui action and write the logic.

to create new record you should not call ui page?

@Runjay Patel hello

I didn't understand what you meant.

How to set the specific operation?

If I don't create a UI action, is it logical modification on the existing UI action of the new button?

Hi @shiz ,

 

Lert me understand you question first. Correct me if my assumption is correct.

 

1. You have one table called "Actual Times" on which you have created UI action called "Redirect To details".

2. You have another table called "Actual Time Details".

 

Now your objective is to redirect to form view of "Actual Time Details" tab;e once you click on UI action "Redirect To details". Is this correct?

@Runjay Patel hello

Yes, I have one table called "Actual Times" 

       and have another table called "Actual Time Details".

now  ,I want to click 'new' button at "Actual Times"  page,Then Jump to "Actual Time Details" page. 

That's just such a logic. Thanks!