StageDetailPages
Retrieve and modify stage project detail pages.
Table Specific Information
Insert
The following is an example of inserting into the StageDetailPages table:
INSERT INTO StageDetailPages (StageId, Id, Position, Description) VALUES ('744fb99a-71d2-ef11-a659-00155df0b501', '6540cd17-6fc7-4483-ae02-fbc2ea262377', 1, 'Test description');
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 function. This is the default and is recommended. Set to 'ODATA' to use standard ODATA insert functionality. This input is only applicable during inserts. The value set in this input overrides the value set in the InsertMode connection property (see the documentation page for the InsertMode connection property for more information). |