...
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.budget of $1000 a month for travel and $500 a month for office supplies, etc.
Format
Panel | ||
---|---|---|
| ||
|
...
Element | Data Type | Required? | Description | Sample Data |
---|---|---|---|---|
ExternalSystemIdentifier | String (50) | 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 baseline. | 1152921504607272102 |
Usage Example(s)
...