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 | |
bomCode | BillOfMaterial_node | yes | |
routingCode | 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 | |
productionItems | WorkOrderReleasedItem_Collection | yes | |
productionOperations | WorkOrderOperation_Collection | yes | |
productionOperationResources | WorkOrderOperationResource_Collection | no | |
productionComponents | 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 | |
_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
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 |
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 |
resynchronizeStatus : WorkOrderResynchronizeStatusReturn
Mutation | Type | Description |
---|---|---|
workOrder | IntReference |
printBulk : WorkOrder_Mutations_printBulk
bulkPrintPickList : WorkOrder_Mutations_bulkPrintPickList
closeWorkOrder : WorkOrder_Mutations_closeWorkOrder
trackBillOfMaterial : WorkOrder_Mutations_trackBillOfMaterial
createTestWorkOrders : WorkOrder_Mutations_createTestWorkOrders
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 | |
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 |
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
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 |
IntReference
WorkOrderResynchronizeStatusReturn
Query | Type | Description |
---|---|---|
oldStatus | WorkOrderStatus | |
newStatus | WorkOrderStatus |