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

yeah thank you so much got it.


What should be the type and operation for that ACL?

 

sp_18
Giga Contributor

Hi bernyalvarado


Can you please explain me what are custom modules??


Hi Sheetal,



A module is one of those sections in the left navigation window menu that will carry a user to a specific table/page with a respective filter if desired.



You can see the list of the modules in your instance by going to:



yourinstanceurl/nav_to.do?uri=/sys_app_module_list.do



A custom module is one that you create/modify on your own. Often related to a new table you create. When creating a new table you have the option of creating a new application/module with it automatically.



The following video explains how to create a new module: Create a module



I hope this helps!



Thanks,


Berny


thanks for the help.


Actually i know about applications and modules but was bit of confused if the custom module is the module that


is created with the custom table that is created by the user or not.