- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-07-2024 10:49 AM
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.
Business Rule:
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-07-2024 11:40 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-07-2024 10:53 AM
@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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-07-2024 11:02 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-07-2024 11:21 AM
@MStritt please try changing it to after update with the above condition
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-07-2024 11:29 AM
Still no change.