Person_id in PER_EXT_PAY_EMPLOYEES_UE
Summary:
Hi
I am trying to build a custom extract using the User Entity "PER_EXT_PAY_EMPLOYEES_UE".
I am trying to add an attribute(field) which is of type fast formula.
In the fast formula I am trying to get the Person_id that will be used to call other value sets and do other calculations inside the formula.
However, I am not able to fetch the Person_id .
It seems Person_id is available in both context and database item, but none of them are returning.
I tried different approaches like
L_PERSON_ID = GET_CONTEXT( PERSON_ID,0)
0