0
galtawill created
What is your product version? 10.5.0
- What is your product type (Angular or MVC)? Angular
- What is product framework type (.net framework or .net core)? .net core
And this is my question:
I am trying to add a new dynamic property for the user, and I want this property to appear just for the user of specific organization unit. How can I relate the dynamic property to organization unit, and what is the role of permission in the dynamic property?
1 Answer(s)
-
0
Hi @galtawill
Currently a dynamic property can be restricted only by Permission. However, you can create your own version of DynamicPropertyPermissionChecker, override the methods and make necessary checks with your own logic.