The UI action 'New' on click of this on custom table redirect to the new form

H M Aishwarya1
Tera Guru

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. 

 

HMAishwarya1_0-1747248068778.png

 

Any suggestions would be Helpful.

 

Thank you.

1 ACCEPTED SOLUTION

Hi,

 

I was able to figure out for UI Action redirection.

 

HMAishwarya1_0-1747307480137.png

 

View solution in original post

6 REPLIES 6

Maik Skoddow
Tera Patron
Tera Patron

Hi

you are describing an OOTB functionality that should work as intended. If please provide more details about the issue.

Maik

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.

 

HMAishwarya1_0-1747294838541.png

 

HMAishwarya1_1-1747294910809.png

 

 

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!

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.