HARMONY_ROLES

unlisted

HARMONY_ROLES

 

This special token is intended for use in a Harmony Core development environment. It provides a way for field level role based security to be implemented. If you wish to restrict access to a field then you can specify the role or roles that are allowed to access the field by adding a special instruction in the fields long description, like this:

 

  HARMONY_ROLES=role[,role...];

 

Note that the instruction is terminated by a required semi-colon. For example, to restrict the visibility of a field to only users that are members of the Managers role:

 

  HARMONY_ROLES=Managers;

 

To restrict access to users who are part of the Managers or HR roles:

 

  HARMONY_ROLES=Managers,HR;

 

Usage

<HARMONY_ROLES>

Alternate forms

None

See also

<IF HARMONY_ROLES>

Other field loop expansion tokens

 

 


Copyright © 2018  Synergex International, Inc.