For more information, please refer to this announcement explaining best practices for getting answers to questions.
How to clear Step field when Grade is changed
Summary:
We have a requirement to clear the Step field when Grade is changed for change assignment transaction. Currently, the Step defaults to Step1 whenever the grade is changed. We are trying field modification rule to clear the Step field but it is not working.
Using HCM Params EMP_Groovy_GradeStepName as the step and then set this value to null when grade is modified, but it not working in the UI.
I tried displaying a warning just to see if the rule is firing and it does. The warning shows up when grade is modified which means the rule is working. I just cant default the Step to null because it always default to Step1 upon grade change.