Hide specific data schema
Hi everyone,
I was wondering if it is possible to hide a specific data schema except for a certain user?
Why do I need this? Our developers need to have the right 'admin' so that they have access to all areas in Campaign and can adjust these. But they shouldn't be able to edit or delete users in access management - they should be still visible though.
Therefore I adjusted the data schema operators:
<!-- No other user can add users than the one mentioned below. -->
<sysFilter name="writeAccess">
<condition enabledIf="$(loginId)!=32387063" expr="FALSE"/>
</sysFilter>
This works fine. But if a developer wants to, he can delete these rows since he has the right to edit schemas - which he needs to keep! So, if I hide it from everyone except the Administrator it should be fine.
Thanks in advance!
Bella



