Creation of relationship through flow desinger

PVNLP Bhavya
Tera Contributor

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.

5 REPLIES 5

SebastianKunzke
Kilo Sage
Kilo Sage

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.

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..

PVNLP Bhavya
Tera Contributor

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..

Hi Bhavya,

I'm stuck with the same issue. Did you find any solution for this? What is restricting from the record being created?