Creation of relationship through flow desinger
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-01-2022 06:34 AM
Hi,
We have a requirement that relationship needs to be created between Dynamic CI group and with CIs which are present in cmdb group(Whenever new CI is created and that is part of cmdb group then relationship needs to be made between dynamic ci group and CI).Can anyone suggested me how i can achieve this requirement through flow designer /bussiness rule.
- Labels:
-
Integrations
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-01-2022 07:53 AM
The relationship between dynamic CI group and CI is created in the table "svc_ci_assoc". So you would just need to create a flow or business rule that is running based on a creation, mod, del for this table and what would create an object in the table cmdb_rel_ci. However I wouldn't suggest doing that, because this could cause your dependency map to not load, if you have too many CIs in one dynamic CI group.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-02-2022 05:54 AM
Hi Sebastian,
I have created a flow design on this table "svc_ci_assoc" that whenever a new record is created on this table relationship should be made but i can see the flow is not triggering on this table .is there anything that is restricting not to trigger the flow .becuase i checked all BR/Client scripts but I did n't find anything.Can you please help me in this..... that why flow is not triggering..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-02-2022 06:01 AM
Hi Sebastian,
I have created a flow design on this table "svc_ci_assoc" that whenever a new record is created on this table relationship should be made but i can see the flow is not triggering on this table .is there anything that is restricting not to trigger the flow .becuase i checked all BR/Client scripts but I did n't find anything.Can you please help me in this..... that why flow is not triggering..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-05-2025 12:43 AM
Hi Bhavya,
I'm stuck with the same issue. Did you find any solution for this? What is restricting from the record being created?