Business Rule - Updating State value

MStritt
Tera Guru

I'm trying to create a Business Rule on the Change Request table [sn_customerservice_change_request], where if a customer responds or adds a comment to a Change request from our Customer Portal, the Change Request State will change from 'Waiting on Customer' to 'Waiting on Support'. Below are screenshots of how I have it configured. I've tried multiple options (i.e. before to after, insert vs update). 

 

This is from the audit history of the Change Request. Where the label/field is Customer updated and it changes from No to Yes when the customer updates the CR.

audit history.png

 

Business Rule:

When to run.png

 

Actions.png

1 ACCEPTED SOLUTION

James Chun
Kilo Patron

Hey @MStritt ,

 

When and/or how is the 'Customer updated' field being updated?

I have never seen this table before so I can't comment too much, but could it be that there is a BR that updates the 'Custom updated' field after your BR is executed? If so, changing the Order field of your BR should fix the issue. 

Please let me know how it goes!

 

Thanks

View solution in original post

7 REPLIES 7

Mohith Devatte
Tera Sage
Tera Sage

@MStritt Try adding one more condition in AND fashion.

customer updated changes from no

 

Hope this helps 

Mark the answer correct if this helped you 

Thanks

Thanks Mohith.

 

Added an additional AND condition of Customer updated changes from No. State choice still not changing from Waiting on Customer TO Waiting on Support.

@MStritt please try changing it to after update with the above condition

Still no change.