How to click a button to jump to a personalized screen?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-31-2024 01:22 AM
How to click a button to jump to a personalized screen?
Instead of the default new screen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-03-2024 06:14 PM
@Runjay Patel hello
After writing the above code, clicking the new button of actual times still cannot redirect to the actual time detail page.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-03-2024 07:35 PM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-03-2024 09:55 PM
@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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-03-2024 10:11 PM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-03-2024 10:19 PM
@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!