Schema
Specifies the schema type used when interacting with Microsoft Project.
Possible Values
ODataV2, ODataV1Data Type
string
Default Value
"ODataV2"
Remarks
This property determines which Microsoft Project OData schema the add-in uses when retrieving or modifying data. Each schema exposes different capabilities and field structures.
Available options:
- ODataV1: Provides read-only access. Schemas are generated dynamically, and custom fields are exposed. Use this option when you need access to all available fields or when working with custom metadata.
- ODataV2: Supports read, insert, update, and delete operations. Schemas are static, and main fields are retrieved dynamically, but custom fields are not exposed. Use this option when performing write operations.
Select ODataV2 to perform CRUD operations. Select ODataV1 when you require dynamic schema capabilities or need access to custom fields.