Hide the UI button in the list view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2024 12:49 AM
To hide the 'new' button in native view for remediation task list.
->Use this to the condition: && (current.getTableName()!='your_table')
- Labels:
-
ITSM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2024 01:07 AM
What is your question here?
You can use the condition you mentioned on your question in the "condition" field
&& (current.getTableName()!='your_table')
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2024 04:29 AM
Hi,
According my view, the button visibility definition configure via ACL. Hide or unhide control define in the ACL itself. Don't change the OOB condition from OOB. without over writing OOB control your custom config or code.
Suresh.