Defaulting Salary Range in Create Requisition Page using VBS business rule not working
Summary:
To meet the global pay transparency policy, we are trying to default the salary range in create requisition page based on the Job-GradeRateValue.
Content (please ensure you mask any confidential information):
We are trying to pull the salary range from the standard grade rate values. I have written a switch rule to say if the Grade rate name === RequisitionPrimaryLocationCountryCode-RequisitionJobID-001 (001 is constant value here), then bring the maximum salary from the Grade Rate. Our Grade Rate Name looks like this - UK-123456-001. This rule is currently not working.
Code Snippet (add any code snippets that support your topic, if applicable):
0