- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-06-2017 12:55 PM
I have a request to display the related business services of any configuration item listed on the change form. I am trying to create a relationship to display this information but it returns all business services in the cmdb and not just the ones that the CI are related to. Example- I list a server x on the change form and there are 5 Business services dependent on this server. I would like to show this information in its own related list. Below is the screenshot of the Relationship I am attempting to use.
But it shows all 40 business services in the change form where this particular server only had 5 related to it.
Any help is much appreciated.
Thanks,
Keith
Solved! Go to Solution.
- Labels:
-
Change Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2017 05:45 AM
If you want to have it update without them using the UI action, take a look at the UI action and move the logic to an async business rule. Don't use BEFORE - that's for updating the current record. You're not doing that. You're updated related records. Don't use AFTER or the poor person may have to wait a long time for their record to save.
Using async will process it in the background. As a result, the updated Impacted Services may not show on the list immediately, but they will get updated without holding the user hostage.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2017 05:45 AM
If you want to have it update without them using the UI action, take a look at the UI action and move the logic to an async business rule. Don't use BEFORE - that's for updating the current record. You're not doing that. You're updated related records. Don't use AFTER or the poor person may have to wait a long time for their record to save.
Using async will process it in the background. As a result, the updated Impacted Services may not show on the list immediately, but they will get updated without holding the user hostage.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2017 05:53 AM
Thank You Chuck

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2017 06:10 AM
Hi Keith,
Let me know if that solves your issue or you become blocked.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-13-2017 07:18 AM
Hi Chuck, It worked just fine. thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-15-2017 05:17 AM
You are welcome. Please mark my response as correct so that others with the same question in the future can find it quickly and that it gets removed from the Unanswered list.
If you are viewing this from the community inbox you will not see the correct answer button. If so, please review How to Mark Answers Correct From Inbox View.
Thank you