Skip to main content
Question

Is it possible to use API calls in ACL conditions instead of hardcoded values

  • April 20, 2026
  • 0 replies
  • 23 views

Forum|alt.badge.img

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?