Versions Compared

Key

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

...

Element

Data Type

Required?

Default

Description

Sample Data

ProjectStageId

Int32On Insert: No

On Update: No

The project stage Id is a unique identifier for a project stage. For internal use only.


ProjectStageName

String (50)

On Insert: Yes

On Update: Yes (if ProjectStageUid is not supplied)One of ProjectStageName, ProjectStageShortName or ProjectStageUid is required

The project stage name is a unique identifier for a project stage.

Planning

ProjectStageShortName

String (15)

On Insert: No

On Update: No

See ProjectStageName

The project stage short name is a unique identifier for a project stage.

Planning

ProjectStageUid

Int64

On Insert: No

On Update: Yes (if ProjectStageName is not supplied)See ProjectStageName

A unique and immutable identifier for a project stage.

1152921504606849648

Usage Example(s)

...