No field listener is registered to resolve field ANALYSES.person_id referenced by the flexfield with
Hi,
As per oracle (Doc ID 302610.1) we should not refer to <Block>.Field in the value set used in SIT's.
This works fine in core HRMS (forms), however when I go th SSHR for the same functionality I am getting the above error message.
Oracle is asking to change the value set so as not to use :ANALYSES.person_id. and use $PROFILES.PER_PERSON_ID
However I don't want to use $PROFILES.PER_PERSON_ID since I want the query to return the person_id of the employee's data that is being queried and not the person_id of the employee who has logged in.