Custom Named right not working in Input Forms and Data schema
Hello All,
I am trying to restrict access to input forms(specific input fields) and some attributes in the data schema for other Administrators. For this, I am using a custom named right "notSuperAdmin".
Code used in the input forms.
<container type="visibleGroup" visibleIf="HasNamedRight('notSuperAdmin')">
<!--- some input fields here--->
</container>
I also tried other variations.
hasNamedRight('notSuperAdmin')
hasNamedRight('notSuperAdmin')=true
Code for Schema:
<attribute name="email" label="email" accessibleIf="HasNamedRight('notSuperAdmin')"/>
The Out of box name right of 'admin' seems to work fine in the input forms.
Instance Build: 9349
Any help will be appreciated.
