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 permission.  Cost Center Permissions are a way of granting access to users based on this hierarchy. To Click here to learn more about cost center permissions, please click here.

Format


Panel
titlePwsCostCenterPermissionRef
  • PwsCostCenterPermissionRef
    • CostCenterPermissionId: Int32
    • CostCenterPermissionTag: String

...

Element

Data Type

Description

Sample Data

CostCenterPermissionId

Int32

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


CostCenterPermissionTag

String

The cost center permission tag / or name is a unique identifier for a cost center.

maintainProjectsAndEngagements

Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
                           <b:CostCenterPermissionIdentity>
                              <b:CostCenterPermissionId i:nil="true"/>
                              <b:CostCenterPermissionTag>maintainProjectsAndEngagements</b:CostCenterPermissionTag>
                           </b:CostCenterPermissionIdentity>