Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Overview


This structure represents the unique key fields associated with identifying a project cost baseline. A project cost baseline is the basis for a budget. A baseline can be very simple - this project cannot have costs of more than $5000. Or very complex - this project has a senior sales rep and a junior sales rep. Each is budgeted a specific amount of money per diem. 

Format


PwsProjectCostBaselineRef
  • PwsProjectCostBaselineRef
    • ExternalSystemIdentifier: String
    • ProjectCostBaselineId: Int32
    • ProjectCostBaselineUid: Int64

Elements


Element

Data Type

Required?

Default

Description

Sample Data

ExternalSystemIdentifier

String

One of ExternalSystemIdentifier or ProjectCostBaselineUid is required


The external system identifier is a unique identifier for a project cost baseline (may be null, but once set can only be updated to a different, non-null value)


ProjectCostBaselineId

Int32

No 


The project cost baseline id is a unique identifier for a project cost baseline. For internal use only. 


ProjectCostBaselineUid

Int64

See ExternalSystemIdentifier 


A unique and immutable identifier for a project cost baseline 

1152921504607272102

Usage Example(s)


Example 01
             <a:ProjectCostBaselineIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
               <b:ExternalSystemIdentifier i:nil="true"/>
               <b:ProjectCostBaselineId i:nil="true"/>
               <b:ProjectCostBaselineUid>1152921504607272102</b:ProjectCostBaselineUid>
            </a:ProjectCostBaselineIdentity>
  • No labels