Exclude a table from global UI action
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2017 07:47 AM
I have a global UI action called 'REJECT' on sysapproval_approver table (for List context menu). I want to exclude 'sc_req_item' table from it as I don't want the users to approve RITM within context menu.
What condition do I need to include in this UI action to exclude RITM table.
Thanks in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2017 07:53 AM
give in condition,
current.sys_class_name != 'sc_req_item'
or current.getTableName()!= 'sc_req_item'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2017 08:01 AM
I tried both, but still able to reject the requests
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2017 08:12 AM
Can you show a screenshot of condition you have written? If it is a context menu, then you should be getting an unauthorized message while clicking the reject option.
Thanks
Please Hit like, Helpful or Correct depending on the impact of the response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2017 08:19 AM