Hide specific field for specific Named Rights | Community
Skip to main content
rajkumar_r_vin4
Level 2
August 1, 2019
Solved

Hide specific field for specific Named Rights

  • August 1, 2019
  • 1 reply
  • 2479 views

Hi Everyone,

I want to hide email field or field values from specific Named Rights or Specific operator group.

The below one works based on login name.

<attribute name="email" accessibleIf="$(login)=='admin'"/>

But I need to restrict for specific group. Please let me know how to achieve this.

Thanks in advance!

Raj

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Jonathon_wodnicki

Hi,

Use hasNamedRight() as the conditional, e.g.: accessibleIf="hasNamedRight('admin')=true".

Then add the right to the group you're interested in, usually you're creating a right named after the group.

Thanks,

-Jon

1 reply

Jonathon_wodnicki
Community Advisor
Jonathon_wodnickiCommunity AdvisorAccepted solution
Community Advisor
August 1, 2019

Hi,

Use hasNamedRight() as the conditional, e.g.: accessibleIf="hasNamedRight('admin')=true".

Then add the right to the group you're interested in, usually you're creating a right named after the group.

Thanks,

-Jon