Child incident should not close when assigned_to field is empty in Parent incident.

Demo25
Tera Contributor
 
1 ACCEPTED SOLUTION

Alka_Chaudhary
Mega Sage
Mega Sage

Hello @Demo25 ,

You can create before update business rule with conditions - Parent Incident.Assigned to is empty and State changes to Closed then abort the action and add message.

You can refer to below screenshots:-

Alka_Chaudhary_0-1698968641839.png

 

Alka_Chaudhary_1-1698968680197.png

Alka_Chaudhary_2-1698968703864.png

 

Please Mark my answer Helpful & Accepted if I have answered your question.

Thanks,

Alka

View solution in original post

2 REPLIES 2

jMarshal
Mega Sage
Mega Sage

Are you thinking of making it so that a fulfiller can't close a child incident, when the parent incident is unassigned?

You can use an advanced condition on the 'close' button (UI Action) and an onload Client Script which sets the "state" field to read only, when parent incident is unassigned.

Alka_Chaudhary
Mega Sage
Mega Sage

Hello @Demo25 ,

You can create before update business rule with conditions - Parent Incident.Assigned to is empty and State changes to Closed then abort the action and add message.

You can refer to below screenshots:-

Alka_Chaudhary_0-1698968641839.png

 

Alka_Chaudhary_1-1698968680197.png

Alka_Chaudhary_2-1698968703864.png

 

Please Mark my answer Helpful & Accepted if I have answered your question.

Thanks,

Alka