Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Overview


This structure represents the unique key fields associated with identifying a cost center 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.

Format


PwsGlobalPermissionRef
  • 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)


Example 01
                           <b:GlobalPermissionIdentity>
                              <b:GlobalPermissionId i:nil="true"/>
                              <b:GlobalPermissionTag>maintainSystemSettings</b:GlobalPermissionTag>
                           </b:GlobalPermissionIdentity>
  • No labels