Base solution for your next web application
Open Closed

Question #10723


User avatar
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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    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.