Error Validation Rule Prevents Continuing in Promote and Change Position
Summary:
I'm implementing a validation rule on the Grade Ladder field in the Promote and Change Position transaction.
The requirement is to ensure that the selected Grade Ladder matches the Grade Ladder associated with the selected Job, because when the Job is changed, the Grade Ladder does not automatically update on that page.
My validation condition compares the transaction Grade Ladder with the Job's Grade Ladder:
- When the rule severity is set to Warning, the message is displayed correctly, but users can still proceed with the transaction without correcting the Grade Ladder.
- To make the validation mandatory, I changed the severity to
0