Visual Builder for Core HR
Summary:
We have a requirement to clear a field upon other field change. Currently the field behavior defaults the Step field to 'Step1' when the Grade is changed. Our goal is to change this behavior as it's causing incorrect step value for employees when users forgot to update Step field.
If Grade is changed, then clear default value in Step. This is in Core hr pages such Change Assignment, Promotion, etc. This use case is not possible in Autocomplete Rule since ACR works in the data model layer, and the current behavior seems to be a behavior in the UI. We tried exploring groovy expression but it works quite similar to ACR.