Awaiting User Info does not automatically change to Active when user responds

SParker12
Tera Contributor

Hello,

 

I've come across an issue when on the incident state is in 'Awaiting User Info' and the caller responds to the incident. The incident states does not automatically change back to Active.

 

Currently, I have a business rule that is working in the Dev and Test instance but not in Prod. 

 

The business rule states it'll happen before and run insert and update.

The condition I have is current.incident_state == 4 && current.comments.changes() && gs.getUserID() == current.caller_id

 

Script: 

current.incident_state = 2;
3 REPLIES 3

Community Alums
Not applicable

Hi @SParker12 ,

 

Are you sure your  bussiness rule runs like when logged in user responds to incident , you can check this by putting some info messages in your business rule.

I am not sure but you need to look at your conditons.

 

Thanks,

M.Ismail

Yes, it works in Dev and Test but not in Prod. I'm not sure why

Community Alums
Not applicable

Are you sure that the user running the business rule has the necessary ACL to update incident records in Prod Enviornment.