Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

This data structure contain information on how a project routes its revenue or expense via a cost center.  The routing covers time revenue, resource direct cost (RDC), subcontractor RDC expense, ODC expense and ODC revenue.  (Luke, please add more information as you see fit.)

Format


Panel
titlePwsProjectPlccMappingCostCenter
  • PwsProjectPlccMappingCostCenter
    • AllocationFraction: Double
    • CostCenterIdentity: PwsCostCenterRef
    • CostCenterType: String (1)
    • GlccOverride: String (159)
    • MappingType: String (4)


Element

Element

Data Type

Required?

Default

Description

Sample Data

AllocationFraction

Double

On Insert: No

On Update: No

Engagement type default

The percentage of revenue or expense that is routed to this cost center

0.6

CostCenterIdentity

PwsCostCenterRef

On Insert: No

On Update: No

Engagement type default

The cost center associated with the engagement. Click here for more information.


CostCenterType

String (1)

On Insert: No

On Update: No

Engagement type default

The type of the cost center that revenue or expense is routed to:

"E" for engagement cost center

"R" for resource cost center

"S" for specific cost center

E/R

GlccOverride

String (159)

On Insert: No

On Update: No

Engagement type default

Set this value to override cost center mapping for engagement cost center.

CC-US

MappingType

String (4)

On Insert: No

On Update: No

Engagement type default

The type of revenue or expense that is mapping:

"OE" for ODC expense

"OR" for ODC revenue

"RDC" for resource direct cost (RDC)

"SRDC" for subcontractor RDC expense

"TR" for time revenue

TR


Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
						<b:PwsProjectPlccMappingCostCenter>
                           <b:AllocationFraction>0.6</b:AllocationFraction>
                           <b:CostCenterIdentity i:nil="true"/>
                           <b:CostCenterType>E</b:CostCenterType>
                           <b:GlccOverride>CC-US1</b:GlccOverride>
                           <b:MappingType>TR</b:MappingType>
                        </b:PwsProjectPlccMappingCostCenter>