manufacturingTransaction
Logs transactions related to manufacturing, such as work orders and production completions.
Columns
| Name | Type | References | Description |
| assembly | String | Assembly item being manufactured. | |
| billofmaterials | String | Bill of Materials (BOM) used for this manufacturing transaction. | |
| billofmaterialsrevision | String | Revision of the BOM used. | |
| built | Double | Total quantity of the assembly that has been built. | |
| class | String | Classification category for tracking and reporting purposes. | |
| committed | Double | Total quantity available to build based on committed inventory. | |
| date | Date | Date of the manufacturing transaction. | |
| department | String | Department associated with this manufacturing transaction. | |
| location | String | Location where the manufacturing process takes place. | |
| memo | String | Additional notes or comments related to the transaction. | |
| postingperiod | String | Financial posting period for this transaction. | |
| productionenddate | Date | Date when the manufacturing process is expected to be completed. | |
| productionstartdate | Date | Date when the manufacturing process begins. | |
| quantity | Double | Total quantity involved in this manufacturing transaction. | |
| reference | String | Reference number or identifier for this transaction. | |
| routing | String | Manufacturing routing used for this production process. | |
| subsidiary | String | Subsidiary associated with this manufacturing transaction. | |
| transaction | String | Unique identifier for the transaction record. | |
| trantype | String | Type of manufacturing transaction (such as work order, build transaction). | |
| units | String | Unit of measure for the transaction quantity. |