Business Rule is not triggering on Task Time Worked table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Monday - last edited Monday
Hi Team,
We're working in a domain separation environment. I have a requirement to automatically update "Case Time Worked" custom field on Case (sn_customerservice_case) table when "Time worked" field is updated on Task Time Worked (task_time_worked) table. We created a Business Rule and tested. We can't see logs and it's even not triggering when debug.
Business Rule:
Table: task_time_worked
When to run: After Update
Condition: Time Worked | Changes
Script:
Could you please assist on what additional steps to take on this?
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Monday
Hi @Koti Majji -Did you verify the Task Sys ID against the actual Sys ID of the case record? It’s possible the code is not entering the if loop due to a mismatch.
