Business Rule not working as expected for email field validation in sc_req_item
Scenario: I need to enforce a rule where users cannot close a task unless the Email field in the sc_req_item table is filled. What I Did: I created a business rule to check if the Email field is empty, and prevent the task from being closed. Issue:Th...