PurchaseContractRecord
This table stores information pertaining to purchase contract records.
| Column Name | Type | Description |
|---|---|---|
| PurchaseOrderTurnaroundDays | INTEGER | Stores the number of days between when the purchase order was sent and the first shipment was received. For example, if a purchase order is sent any time on Tuesday and it comes back anytime on Thursday, the turnaround time is 2. The default value is one day and only positive integers are allowed. |
| CommunityLogicalOwnerIdentifier | VARCHAR | The Community ID (CID) of the instance from which this record or line was extracted. This is only populated if you use IntraConnect. |
| LastUpdateInstant | DATETIME | Stores the instant the record was last locked/unlocked |
| AnnualPurchaseOrderFrequency | NUMERIC | Stores the number of purchase orders sent to the supplier in one year using this purchase contract. The default value is 365. |
| PurchaseContractRecordName | VARCHAR | Stores the name of the purchase contract record. |
| PurchaseContractRecordIdentifier | NUMERIC | The unique identifier (.1 item) for the purchase contract record. |
| OwningInstanceCommunityIdentifier | VARCHAR | The Community ID (CID) of the instance that owns this record or line. This is only populated if you use IntraConnect. |
| PurchaseContractCreationDate | DATETIME | Stores the date the record was created |