ItemSupplyPlanOrder
Maintains records of supply plan orders generated by NetSuiteās demand planning and replenishment processes.
Columns
| Name | Type | References | Description |
| itemsupplyplan | String | Represents the supply plan associated with a specific item, detailing the planned orders, expected inventory levels, and replenishment schedules. | |
| ordercreated | Boolean | Indicates whether an order has been successfully created in the system. A value of 'true' means the order exists, while 'false' means it has not been generated. | |
| orderdate | Date | The date when the order was created or scheduled. This helps track when supply chain actions are initiated. | |
| ordernumber | String | A unique identifier assigned to the order, which can be used for tracking and referencing within the system. | |
| ordertype | String | Specifies the type of order being processed, such as purchase order, transfer order, or work order, to distinguish different supply chain transactions. | |
| quantity | Double | The total number of units associated with this order, reflecting the planned or actual supply volume. | |
| receiptdate | Date | The expected or actual date when the order is scheduled to be received into inventory, helping with supply chain and demand planning. |