- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
below conditions will restrict access to all users which not belong to the company group.
<sysFilter name="readAccess">
<condition enabledIf="hasNamedRight('company')=false" expr="FALSE"/>
</sysFilter>
<sysFilter name="writeAccess">
<condition enabledIf="hasNamedRight('company')=false" expr="FALSE"/>
</sysFilter>
Regards,
Milan