WorkOrder
Less than to read
Properties
| Property Name | Type | Description | isWritable |
|---|---|---|---|
| _access | [_OutputAccessBinding] | no | |
| _factory | MetaNodeFactory_node | no | |
| _updateTick | Int | yes | |
| _updateUser | User_node | yes | |
| _createUser | User_node | yes | |
| _customData | Json | yes | |
| _sourceId | String | yes | |
| _id | Id | yes | |
| site | Site_node | yes | |
| number | String | yes | |
| type | WorkOrderType | yes | |
| typeFiltered | WorkOrderFilteredType | yes | |
| status | WorkOrderStatus_enum | yes | |
| isForwardScheduling | Boolean | yes | |
| isSchedulingSkipped | Boolean | yes | |
| timeZone | String | yes | |
| schedulingStatus | WorkOrderSchedulingStatus | yes | |
| creationDate | Date | yes | |
| requestedDate | Date | yes | |
| startDatetime | Datetime | yes | |
| startDate | Date | yes | |
| endDatetime | Datetime | yes | |
| endDate | Date | yes | |
| closingDate | Date | yes | |
| category | WorkOrderCategory_node | yes | |
| billOfMaterial | BillOfMaterial_node | yes | |
| bomRevision | BillOfMaterialRevision_node | yes | |
| routing | Routing_node | yes | |
| routingTimeUnit | UnitOfMeasure_node | yes | |
| baseQuantity | Decimal | yes | |
| baseRoutingQuantity | Decimal | yes | |
| actualProcessCost | Decimal | no | |
| actualMaterialCost | Decimal | no | |
| actualOverheadCost | Decimal | yes | |
| wipVariance | Decimal | no | |
| processCompletionPercentage | Decimal | no | |
| materialCompletionPercentage | Decimal | no | |
| productionCompletionPercentage | Decimal | no | |
| financialSite | Site_node | no | |
| transactionCurrency | Currency_node | no | |
| documentDate | Date | no | |
| releasedItems | WorkOrderReleasedItem_Collection | yes | |
| operations | WorkOrderOperation_Collection | yes | |
| operationResources | WorkOrderOperationResource_Collection | no | |
| components | WorkOrderComponent_Collection | yes | |
| productionItem | WorkOrderReleasedItem_node | no | |
| productionStepOperation | WorkOrderOperation_node | no | |
| materialTrackings | MaterialTracking_Collection | no | |
| productionTrackings | ProductionTracking_Collection | no | |
| timeTrackings | OperationTracking_Collection | no | |
| timeUnit | TimeUnit | yes | |
| allocationStatus | StockAllocationStatus | no | |
| allocationRequestStatus | AllocationRequestStatus | no | |
| isServiceOptionsSerialNumberActive | Boolean | no | |
| workOrderSerialNumbers | WorkOrderSerialNumber_Collection | yes | |
| financeIntegrationStatus | FinanceIntegrationStatus | no | |
| note | _OutputTextStream | yes | |
| postingDetails | FinanceTransaction_Collection | no | |
| _etag | String | yes | |
| _attachments | AttachmentAssociation_Collection | yes | |
| stockTransactionStatus | StockDocumentTransactionStatus | no | |
| name | String | yes | |
| plannedMaterialCost | Decimal | no | |
| plannedMachineCost | Decimal | no | |
| plannedLaborCost | Decimal | no | |
| plannedToolCost | Decimal | no | |
| plannedProcessCost | Decimal | no | |
| plannedOverheadCost | Decimal | yes | |
| _createStamp | Datetime | no | |
| _updateStamp | Datetime | no |
Custom Queries
getDuplicate : WorkOrder
| Property | Type | Description |
|---|---|---|
| _id | Id |
getProductionCost : WorkOrderGetProductionCostReturn
| Property | Type | Description |
|---|---|---|
| releasedItem | IntReference |
printBulk : WorkOrder_Connection_printBulk
bulkPrintPickList : WorkOrder_Connection_bulkPrintPickList
closeWorkOrder : WorkOrder_Connection_closeWorkOrder
trackBillOfMaterial : WorkOrder_Connection_trackBillOfMaterial
createTestWorkOrders : WorkOrder_Connection_createTestWorkOrders
resynchronizeStatus : WorkOrder_Connection_resynchronizeStatus
asyncExport : WorkOrder_Connection_asyncExport
Custom Mutations
bulkUpdate : Boolean
| Mutation | Type | Description |
|---|---|---|
| filter | String | |
| data | WorkOrder_Input |
duplicate : WorkOrder
| Mutation | Type | Description |
|---|---|---|
| _id | ID | |
| data | WorkOrder_Input |
createWorkOrder : WorkOrder
| Mutation | Type | Description |
|---|---|---|
| data | WorkOrderCreateWorkOrderData_Input |
scheduleWorkOrder : WorkOrder
| Mutation | Type | Description |
|---|---|---|
| workOrder | IntReference |
skipSchedulingWorkOrder : WorkOrder
| Mutation | Type | Description |
|---|---|---|
| workOrder | IntReference | |
| skip | Boolean |
updatePlannedCosts : WorkOrder
| Mutation | Type | Description |
|---|---|---|
| workOrder | IntReference |
requestAutoAllocation : String
| Mutation | Type | Description |
|---|---|---|
| data | WorkOrderRequestAutoAllocationData_Input |
resendNotificationForFinance : Boolean
| Mutation | Type | Description |
|---|---|---|
| workOrder | IntReference |
addComponentsToWorkOrder : WorkOrder
| Mutation | Type | Description |
|---|---|---|
| workOrder | IntReference | |
| item | IntReference | |
| site | IntReference |
addOperationsToWorkOrder : WorkOrder
| Mutation | Type | Description |
|---|---|---|
| workOrder | IntReference | |
| item | IntReference | |
| site | IntReference |
controlClosingDate : String
| Mutation | Type | Description |
|---|---|---|
| closingDate | Date | |
| workOrder | IntReference |
preGenerateSerialNumbers : String
| Mutation | Type | Description |
|---|---|---|
| releasedItem | IntReference | |
| releasedQuantity | Decimal | |
| site | IntReference | |
| productionItem | IntReference | |
| checkOnly | Boolean |
repost : WorkOrderRepostReturn
| Mutation | Type | Description |
|---|---|---|
| workOrder | IntReference | |
| financeTransactionSysId | String | |
| components | # WorkOrderRepostComponents_Input | |
| releasedItems | # WorkOrderRepostReleasedItems_Input | |
| operationResources | # WorkOrderRepostOperationResources_Input |
beforePrintWorkOrderPickList : Boolean
| Mutation | Type | Description |
|---|---|---|
| order | IntReference |
printBulk : WorkOrder_Mutations_printBulk
bulkPrintPickList : WorkOrder_Mutations_bulkPrintPickList
closeWorkOrder : WorkOrder_Mutations_closeWorkOrder
trackBillOfMaterial : WorkOrder_Mutations_trackBillOfMaterial
createTestWorkOrders : WorkOrder_Mutations_createTestWorkOrders
resynchronizeStatus : WorkOrder_Mutations_resynchronizeStatus
asyncExport : WorkOrder_Mutations_asyncExport
Custom Type
Id
IntReference
WorkOrderGetProductionCostReturn
| Query | Type | Description |
|---|---|---|
| quantityProduced | Decimal | |
| amount | Decimal |
WorkOrderCreateWorkOrderData_Input
| Query | Type | Description |
|---|---|---|
| siteId | String | |
| releasedItem | String | |
| releasedQuantity | Decimal | |
| name | String | |
| type | WorkOrderType_EnumInput | |
| workOrderCategory | IntReference | |
| workOrderNumber | String | |
| startDate | Date | |
| bom | String | |
| route | String | |
| storedDimensions | String | |
| storedAttributes | String | |
| _customData | String | |
| siteId | String | |
| releasedItem | String | |
| releasedQuantity | Decimal | |
| name | String | |
| type | WorkOrderType_EnumInput | |
| workOrderCategory | IntReference | |
| workOrderNumber | String | |
| startDate | Date | |
| bom | String | |
| route | String | |
| storedDimensions | String | |
| storedAttributes | String | |
| _customData | String |
IntReference
IntReference
IntReference
WorkOrderRequestAutoAllocationData_Input
| Query | Type | Description |
|---|---|---|
| document | IntReference | |
| requestType | String | |
| document | IntReference | |
| requestType | String |
IntReference
IntReference
IntReference
IntReference
IntReference
IntReference
IntReference
IntReference
IntReference
IntReference
IntReference
IntReference
WorkOrderRepostComponents_Input
| Query | Type | Description |
|---|---|---|
| baseDocumentLineSysId | IntOrString | |
| storedAttributes | Json | |
| storedDimensions | Json |
WorkOrderRepostReleasedItems_Input
| Query | Type | Description |
|---|---|---|
| baseDocumentLineSysId | IntOrString | |
| storedAttributes | Json | |
| storedDimensions | Json |
WorkOrderRepostOperationResources_Input
| Query | Type | Description |
|---|---|---|
| baseDocumentLineSysId | IntOrString | |
| workOrderOperationSysId | IntOrString | |
| resourceSysId | IntOrString | |
| storedAttributes | Json | |
| storedDimensions | Json |
WorkOrderRepostReturn
| Query | Type | Description |
|---|---|---|
| wasSuccessful | Boolean | |
| message | String |