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. For example, your company may be modeled into geographic offices. Jim will be given a cost center permission so that he can only enter time on behalf of resources in North America.

Cost center permissions get categorized into two different groups. Action and Data based. Each is described below.

...

Click here to learn more about cost center permissions.

Format


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

Elements


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>