- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks ago
Hello ALl,
We are implementing Service Map.
We are seeing a behavior on impacted services related list : where in we are seeing non operational CI/services in the list. How can we only allow related items that are operational ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks ago
you can do it in 2 ways :
update list layout
or BR
- Navigate to System UI → Related list conditions.
- Click New.
- Set:
- Table: Incident (or the task table where you want this behavior)
- Related list: Impacted Services/CIs (this is the M2M table task_ci)
- View: (leave blank for all views, unless you want it view‑specific)
- In Condition, add:
- Configuration item → Operational status is Operational
(field path:Configuration item.Operational status)
- Configuration item → Operational status is Operational
- Save.
Before‑query Business Rule
If you truly want to always suppress non‑operational items from that related list’s underlying table, you can add a Before → Query BR. This affects all queries (so use conditions!).
Table: task_ci
When: Before
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks ago
you can do it in 2 ways :
update list layout
or BR
- Navigate to System UI → Related list conditions.
- Click New.
- Set:
- Table: Incident (or the task table where you want this behavior)
- Related list: Impacted Services/CIs (this is the M2M table task_ci)
- View: (leave blank for all views, unless you want it view‑specific)
- In Condition, add:
- Configuration item → Operational status is Operational
(field path:Configuration item.Operational status)
- Configuration item → Operational status is Operational
- Save.
Before‑query Business Rule
If you truly want to always suppress non‑operational items from that related list’s underlying table, you can add a Before → Query BR. This affects all queries (so use conditions!).
Table: task_ci
When: Before
