- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2025 11:41 AM
Hi,
I have created a custom table by extending existing change_request table, In the custom table when user clicks on 'New' button on the table it should redirect to a new form.
Any suggestions would be Helpful.
Thank you.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2025 04:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2025 12:00 AM
Hi
you are describing an OOTB functionality that should work as intended. If please provide more details about the issue.
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2025 12:42 AM
Hi,
As I have mentioned earlier I have created a custom table by extending existing change_request table, So if try to click on the OOB 'New' button it is redirecting me to the change model(sn_chg_model) table and if i click on any one it will redirect me to existing change request form. Instead i have to override this New button and make it redirect to the custom table form.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2025 12:54 AM
Sorry @H M Aishwarya1 “as I have mentioned earlier” is incorrect as you never mentioned the complete requirement in your post.
Anyways, this is an oob behaviour when you extends change request table, so better to hide this UI action from your custom table and create a module of this custom table and then add new module beneath with link type as Create New Record.
Hope that helps!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2025 01:45 AM
Hi,
As per your suggestion I did hide the existing UI action from my custom table and created ne UI Action for 'New' button where on click of this button it should redirect to the new change form.