Is it possible to use API calls such as ‘User_Access_API.Get_User_Current_Person_Id’ in ACL conditions instead of hardcoded values?
I want to filter records where CF_C_Pm matches the logged-in user's person ID.
CF$_C_PM = User_Access_API.Get_User_Current_Person_Id
Is there a way to use API calls to retrieve values within ACL conditions?
