...
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 | ||
---|---|---|
| ||
|
...
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>
|