StageDetailPages
Retrieve and modify stage project detail pages.
Columns
| Name | Type | ReadOnly | References | Required | Description |
| StageId [KEY] | String | True | False |
Id of the parent. This column only supports equality (=) and IN filters. | |
| Id [KEY] | String | False | False | ||
| Description | String | False | False | ||
| Position | Int | False | False | ||
| RequiresAttention | Bool | False | False | ||
| LinkedPhase | String | True | False | ||
| LinkedStage | String | True | False |
Pseudo-Columns
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
| Name | Type | Description |
| InsertMode | String |
Determines the Insert Mode. Set to 'ADD' to use standard MSProject Add functions. Set to 'ODATA' to use standard ODATA insert functionality. Only applicable during inserts. |