Fast Formula - Talent Score for Employees through Talent Review Meeting
Summary:
We need to obtain the talent score for employees to include in the compensation plan.
Content (please ensure you mask any confidential information):
It was created the fast formula compensation type "default and override" for using in compensation plan, but show syntax error Database Item
/* Fast Formula: GET_TALENT_SCORE */
/* +========================= DEFAULT SECTION BEGIN ============================== /DEFAULT FOR HRT_PERSON_TLNTSRC_TALENT_SCORE IS NULL/ +========================= DEFAULT SECTION ENDS =============================== */
/* +========================= LOCAL VARIABLES BEGIN ============================== /l_talent_score = 0/ +========================= LOCAL VARIABLES ENDS =============================== */
/* +====================== CONDITIONAL PROCESSING BEGIN ========================== */
l_talent_score = HRT_PERSON_TLNTSRC_TALENT_SCORE
IF l_talent_score = 0 THENRETURNELSERETURN l_talent_score
We checked that the database item HRT_PERSON_TLNTSRC_TALENT_SCORE has a data type of text value and a number index array.I couldn't understand this error. Could you please help me?