Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This structure represents the unique key fields associated with identifying a cost center global permission.  Global Permissions are used to control access to features which affect the entire system. For example, the ability to update user permissions for anyone in Projector is controlled by a global permission. Click here to learn more about global permissions.

...

Panel
titlePwsGlobalPermissionRef
  • PwsGlobalPermissionRef
    • GlobalPermissionId: Int32
    • GlobalPermissionTag: String (30)

Elements


Element

Data Type

Description

Sample Data

GlobalPermissionId

Int32

The global permission Id is a unique identifier for a global permission. For internal use only.

 


GlobalPermissionTag

String (30)

The global permission tag or name is a unique identifier for a global permission.

 
maintainSystemSettings

Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
                           <b:GlobalPermissionIdentity>
                              <b:GlobalPermissionId i:nil="true"/>
                              <b:GlobalPermissionTag>maintainSystemSettings</b:GlobalPermissionTag>
                           </b:GlobalPermissionIdentity>