- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-06-2017 10:59 PM
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.
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-06-2017 11:10 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-09-2017 08:34 PM
yeah thank you so much got it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-06-2018 03:37 AM
What should be the type and operation for that ACL?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2017 04:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2017 05:43 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2017 10:22 PM
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.