Skip to main content
Solved

How to use Predefined Parameters in ACL Designer

  • September 10, 2025
  • 4 replies
  • 160 views

Forum|alt.badge.img+8

I’m testing new 25R1 functionality “Data Access Control” and creating a simple ACL that prevents users from modifying specific records in an Entity (in my case in AbcClass).
I’m able to set condition on attribute AbcClass and that prevent ALL users from editing record for Class A but I want to add condition that some users (or user groups) are allowed to do that.
So - I’m trying to use “Predefined Parameters” SESSION_USER and SESSION_USER_IN_GROUPS but in that case, “Save” button is not activated for some reason.
Question is how those “Predefined Parameters” can be used? Is anyone managed to use those “Predefined Parameters”?

This is hor ACL Designer looks like (“Save” is not active):

 

Best answer by JPyszny

Enter the user id (for example: USER)

 

then press Enter

 

 

4 replies

  • Sidekick (Customer)
  • Answer
  • October 3, 2025

Enter the user id (for example: USER)

 

then press Enter

 

 


Forum|alt.badge.img+8
  • Author
  • Sidekick (Partner)
  • October 6, 2025

Thank you - it is obvious now when I know how to do it.


Forum|alt.badge.img
  • Do Gooder (Employee)
  • April 20, 2026

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?

 


Forum|alt.badge.img+17
  • Superhero (Partner)
  • April 20, 2026

. - ignore it - delete post is not possible