Description: The project level CBS segment definition which governs the hierarchical depth of the CBS and how codes will be concatenated.
Field | Type | Description | Read-Only |
---|---|---|---|
CopiedFromObjectId | ForeignKey | The unique identifier of the CBS segment that was copied. | No |
CostSheetObjectId | ForeignKey | The system-generated identifier of a cost sheet. | No |
ObjectId | String | The unique ID generated by the system. | No |
ProjectId | String | The user-specified unique identifier of the project. | No |
ProjectObjectId | ForeignKey | The unique identifier for the project. | No |
SegmentDefaultValue | String | A value that is added to the concatenated code by default. | No |
SegmentDefinitionName | String | The name of the CBS segment. | No |
SegmentSeparator | String | The separator determines how the concatenated code is separated. The separator can be a period, space, or hyphen. | No |
WorkspaceCode | String | The user-specified unique identifier of the workspace. | No |