- 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
‎09-28-2017 10:10 PM
Hi sheetalp,
Would you mind marking one of the responses of this thread as correct so that it can be closed?
Thanks,
Berny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-17-2017 07:41 PM
Hi Berny ,
Need one more help.I was creating some acls with different operation types.
The read,write,create,list_edit working but the personalize_choice ain't working
can you tell me how to do it?? I mean do i need to follow some different process for this operation?
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-28-2017 10:06 PM
Hi Sheetal, sheetalp
I'm sorry. Is not until now that I noticed this question.
The personalize_choices acl will basically not allow a user to right click a choice list field and select "Configure Choices". The same precedence order on how ACLs are evaluated will apply for these acl rules.
Thanks,
Berny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-28-2017 10:19 PM
can you give me an example of personalize_choice acl ??
Deny access to personalize_choice for all users except admin.