UI Action

nksrapn
Tera Contributor

I have created a  custom UI Action in related list relationship, I want it should redirect to sys_user table, How can I achieve this?

7 REPLIES 7

Samaksh Wani
Giga Sage
Giga Sage

Hello @nksrapn 

 

action.setRedirectURL('sys_user_list.do');

 

Plz Mark my Solution as Accept and Give me thumbs up, if you find it helpful.

 

Regards,

Samaksh

It's not working.

Is the "Client" checkbox on your UI action checked or unchecked? The above code only works if it is unchecked.

it's unchecked, can you share complete code?