Fast Formula for grade flexfield
Summary
Fast Formula for grade flexfieldContent
Hello,
I would need a fast formula to pull data stored in a grade flexfield to a compensation plan, at employee level.
Ex: I have a grade with a certain flexfield value (ex.50), this grade is linked to an employee at assingment level, and in the compensation plan I need to have this flexfield value on the employee record.
I tried something like this, which is successfully compiled but doesn't pull data to the compensation plan:
DEFAULT for PER_ASG_GRADE_ATTRIBUTE1 is 'ND'
x= PER_ASG_GRADE_ATTRIBUTE1
return x
Any help on this?