- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-26-2014 01:14 PM
I need to hide the Save and Stay UI Action on the incident form unless the user has a specific role, but I don't want to modify the action directly because it's an OOB function. I've see examples where you can override global UI Actions by adding a UI Action to the specific table, but in this case, the action already is on the incident table. Anyone have any suggestions on how to accomplish this? Could it be done with security policies?
Thanks,
Frank
Solved! Go to Solution.
- Labels:
-
Service Mapping
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-27-2014 08:26 AM
I believe I have a solution. If the UI Action has current.canWrite() in the condition, then creating a security rule where the name is the name of the table and the field names is set to none, not * and then adding the appropriate role seems to work. Marking this as resolved.
Thanks everyone,
Frank
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-27-2014 08:26 AM
I believe I have a solution. If the UI Action has current.canWrite() in the condition, then creating a security rule where the name is the name of the table and the field names is set to none, not * and then adding the appropriate role seems to work. Marking this as resolved.
Thanks everyone,
Frank