- 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-07-2017 07:04 AM
And the security rules are also known as ACLs. The following links are the important ones to understand these:
Process order for record ACL rules
Thanks,
Berny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-09-2017 08:05 PM
thank you.
but one problem is i want to create ACL for my table but i can't see any New button to create one in the ACL table.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-09-2017 08:18 PM
Hello Sheetal,
If you want to create a new ACL ,you should have Security_admin role and have to elevate the privileges.
Can you please check and let me know if you need any other information related to this.
ServiceNow Commnunity MVP -2018 class.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-09-2017 08:29 PM
yeah i saw that in product documentation but how to elevate the priviledge in UI15?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-09-2017 08:32 PM