supplierTrackingProgram
Supplier Tracking program attributes.
Fields
| Field Name | Data Type | Description |
|---|---|---|
| id | Int |
ID associated with supplier tracking program. |
| name | String |
Name of supplier tracking program. |
| goal | Decimal |
Goal set for supplier tracking program. |
| description | String |
Description entered for supplier tracking program. |
| dateModified | DateTime |
Timestamp of last program edit. |
| isCorporateProgram | Boolean |
Will determine if a project is assigned to a corporate supplier tracking template or not. |
| isDeleted | Boolean |
Is Supplier tracking program deleted. |
| project | ProjectSubgraph |
Project associated with program. |
| programValues | [SupplierTrackingProgramValueSubgraph] |
List of Supplier Tracking Program values assigned to be tracked at the program level. |
| pageInfo | PageInfo |
Provides page results and total results. |