We need to set a configuration per property editor to restrict which user group should be able to view / edit this property editor. Do you have any advice on how we could achieve this?
Example: Admin should see all property editors on this document type, user group XYZ should only see certain properties on the same document type
If you want more control, it's code writing time 🙂
Then you have to add a ContentSendingNotification to monitor witch property is being loaded, and make a configuration per usergroup on who is allowed to see them, and show/hide when appropriate. Got samples somewhere if needed
a
Aksel
09/27/2023, 10:08 AM
I think this might do the trick actually. Awesome..thanks alot! 😄