For more information, please refer to this announcement explaining best practices for getting answers to questions.
Location Approval Rules For Create Not Working As Anticipated
I am attempting to edit the approval rules for Create Location and Edit Location Transaction types.
The goal being when a location is created or updated in 6 states a FYI Notification will go to the payroll team.
The Edit Location rule is working, the Create Location rule is not. What makes this confusing is the logic is very similar.
Edit Location Logic:
((Current Location.result.Region 2 == "PA") OR ((Proposed Location.result.Region 2 == "PA") OR ((Current Location.result.Region 2 == "KY") OR ((Proposed Location.result.Region 2 == "KY") OR ((Current Location.result.Region 2 == "OH") OR ((Proposed Location.result.Region 2 == "OH") OR ((Current Location.result.Region 2 == "IN") OR ((Proposed Location.result.Region 2 == "IN") OR ((Current Location.result.Region 2 == "KS") OR ((Proposed Location.result.Region 2 == "KS") OR ((Current Location.result.Region 2 == "MI") OR (Proposed Location.result.Region 2 == "MI"))))))))))))