...
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 | ||
---|---|---|
| ||
|
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 | ||||||
---|---|---|---|---|---|---|
| ||||||
<b:CostCenterPermissionIdentity>
<b:CostCenterPermissionId i:nil="true"/>
<b:CostCenterPermissionTag>maintainProjectsAndEngagements</b:CostCenterPermissionTag>
</b:CostCenterPermissionIdentity>
|