supplierTrackingSelectedValue
Selected supplier tracking values tracked on a program.
Fields
| Field Name | Data Type | Description |
|---|---|---|
| id | Int |
ID associated to the supplier tracking selected value. |
| assignedValue | String |
Assigned Supplier Tracking Value. |
| commitmentAsPercent | Boolean |
Boolean to represent commitment as percentage or fixed amount. |
| totalCommitment | Decimal |
Total Commitment value for the selected value. |
| dateModified | DateTime |
Timestamp of supplier tracking value last edit (US/Central timezone). |
| program | SupplierTrackingProgramSubgraph |
Supplier Tracking Program. |
| contract | ContractSubgraph |
Contract of supplier tracking selected value. |
| manualContract | ManualContractSubgraph |
Manual contract of supplier tracking selected value. |
| commitments | [SupplierTrackingCommitmentValueSubgraph] |
Commitments related to Supplier Tracking selected value. |
| isDeleted | Boolean |
Is Supplier tracking selected value deleted. |
| pageInfo | PageInfo |
Provides page results and total results. |