can we place a UI action in a particular view ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-28-2015 09:06 AM
Hi Team,
I have a requirement to create a UI Action "mass Update" to mass resolve the incidents based on few conditions. and to make the UI action as List context menu. And it should be visible only under Incident Menu - under "My Group's Incidents" Module. Is that possible to make the UI action visible only in a particular list view ?
Can anyone help me in this ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-28-2015 09:51 AM
Section 4.3 of the following page
This explains how a Ui action can be limited by view.
From the "UI Action Visibility" related list click "Edit"
This will take you to a slush bucket list of possible views, select the view you would like to apply this to.
Click "Save"
Once saved you will have created and "Include" visibility, open this record from the related list and change the "Visibility" from "Include" to "Exclude"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-28-2015 09:55 AM
Apologies
Do not change the "UI Action Visibility" to an exclude, instead keep it as an include, it will only then be visible for that particular view.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-28-2015 10:53 AM
In your UI Action conditions, you can include the following condition: RP.getParameterValue('sysparm_view') == 'viewName' .