I'm working through modifying/creating new a business process for the Work Order entity. I created a simple business rule that states:
If System Status = "Closed - Posted" or "Closed - Canceled", set the Status to "Inactive".
The business rule works, but I assumed the Work Order when then be locked down and not editable (which is the goal).
I am still able to edit a work order record after the business rule sets the Status to "Inactive".
Am I missing something? Thanks!