Override global UI action

sp_18
Giga Contributor

Hi can anyone explain me how to override a global UI action with example and

is it available in the child table extended from parent?

like for example i have a table Extended Table(child) extended from Task with a UI action Submit only in the form view.

or we have to navigate somewhere else to perform this override action?

Thank You.

1 ACCEPTED SOLUTION

bernyalvarado
Mega Sage

On regards your other questions:



a) Yes, a UI action that it's defined at a parent table will apply to the child tables as well


b) as referenced on the previous post security rights (ACLs) and .canWrite() is a great way to handle to which given tables a UI action will apply



Thanks,


Berny


View solution in original post

23 REPLIES 23

bernyalvarado
Mega Sage

The following should be helpful:



How to override OOB UI Action?



Thanks,


Berny


bernyalvarado
Mega Sage

On regards your other questions:



a) Yes, a UI action that it's defined at a parent table will apply to the child tables as well


b) as referenced on the previous post security rights (ACLs) and .canWrite() is a great way to handle to which given tables a UI action will apply



Thanks,


Berny


anurag92
Kilo Sage

Yes, a UI action is inherited to a Child from Parent.



To override, 2 things need to be ensure:


1. You override the UI action using Override field


2. make sure the Action name is same in Overridden UI Action.



find_real_file.png


sp_18
Giga Contributor

override field?? where ?