For more information, please refer to this announcement explaining best practices for getting answers to questions.
Delete grades in Core HR
Hello experts,
We have the following requirement: to delete/remove some grades (the ones ended with -C and -P) from jobs, positions and assignments.
So far we deleted/updated grades from jobs by using the following HDL:
METADATA|Job|EffectiveStartDate|JobCode|SetCode
MERGE|Job|2024/04/01|CUS000P210|Common
METADATA|JobGrade|EffectiveStartDate|JobCode|SetCode|GradeCode|GradeSetCode
DELETE|JobGrade|2024/04/01|CUS000P210|Common|10N-P|Common
DELETE|JobGrade|2024/04/01|CUS000P210|Common|10N-C|Common
As we checked, the jobs were successfully updated (the grades were deleted starting with 1st of April).
But, for some positions, when trying to "Request a new position" (change any attribute) > the action is ended in different errors (related to the grades -C and -P).