orderreservation
Stores details of order reservations made for customers, helping manage stock allocation.
Columns
| Name | Type | References | Description |
| allocateddemand | Double | The quantity of demand that has been allocated. | |
| allocatedsupply | Double | The quantity of supply that has been allocated. | |
| approvalstatus | String | The approval status of the transaction or record. | |
| closed | Boolean | Indicates whether the transaction or record is closed. | |
| commitmentfirm | Boolean | Indicates whether the commitment is firm and cannot be changed. | |
| customform | String | The custom form template used for this record. | |
| enddate | Date | The end date of the transaction, process, or record. | |
| externalid | String | An external identifier used for integrations with other systems. | |
| id | Integer | The internal system-generated identifier for the record. | |
| item | String | The name or identifier of the item associated with the transaction. | |
| location | String | The location associated with the transaction or record. | |
| name | String | The name assigned to the transaction or record. | |
| nextapprover | String | The next approver responsible for reviewing the transaction. | |
| orderallocationstrategy | String | The strategy used for allocating orders. | |
| orderpriority | Double | The priority level assigned to the order. | |
| quantity | Double | The total quantity associated with the transaction or record. | |
| quantitycommitted | Double | The quantity that has been committed for the order. | |
| saleschannel | String | The sales channel through which the transaction was processed. | |
| startdate | Date | The start date of the transaction, process, or record. | |
| subsidiary | String | The subsidiary entity associated with the transaction or record. | |
| targetquantity | Double | The target quantity for fulfillment or production. | |
| templatestored | Boolean | Indicates whether the template has been stored for future use. | |
| tranid | String | The transaction identifier or reference number. | |
| transactiondate | Date | The date the transaction was recorded. | |
| transactionnumber | String | The unique transaction number assigned to the record. | |
| units | String | The unit of measure associated with the item in the transaction. |