WorkOrderComponent
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 | |
_sortValue | Int | yes | |
_customData | Json | yes | |
_sourceId | String | yes | |
_id | Id | yes | |
documentNumber | String | no | |
documentId | Int | no | |
workOrder | WorkOrder_node | yes | |
componentNumber | Int | yes | |
lineType | BomLineType | yes | |
item | Item_node | yes | |
name | String | yes | |
unit | UnitOfMeasure_node | yes | |
itemSite | ItemSite_node | no | |
isFixedLinkQuantity | Boolean | yes | |
linkQuantity | Decimal | yes | |
scrapFactor | Decimal | yes | |
operation | WorkOrderOperation_node | yes | |
requiredQuantity | Decimal | yes | |
consumedQuantity | Decimal | yes | |
requiredDate | Date | yes | |
lineStatus | ComponentStatus | yes | |
uLineStatus | WorkOrderLineStatusFiltered | no | |
isAdded | Boolean | yes | |
plannedCost | Decimal | yes | |
actualCost | Decimal | yes | |
completedQuantityPercentage | Decimal | no | |
remainingQuantityToReport | Decimal | no | |
workInProgress | WorkInProgressWorkOrderComponent_node | yes | |
storedDimensions | Json | yes | |
storedAttributes | Json | yes | |
computedAttributes | Json | no | |
stockAllocations | StockAllocation_Collection | no | |
quantityAllocated | Decimal | no | |
remainingQuantityToAllocate | Decimal | no | |
allocationStatus | StockAllocationStatus | no | |
allocationRequestStatus | AllocationRequestStatus | yes | |
component | Component_node | no | |
instruction | _OutputTextStream | yes | |
_etag | String | yes | |
analyticalData | AnalyticalData_node | yes | |
_constructor | String | yes | |
_createStamp | Datetime | no | |
_updateStamp | Datetime | no |
Custom Queries
getDuplicate : WorkOrderComponent
Property | Type | Description |
---|---|---|
_id | Id |
checkComponentStock : [WorkOrderComponentCheckComponentStockReturn]
Property | Type | Description |
---|---|---|
orderQuantity | Decimal | |
bomId | String |
massAutoAllocation : WorkOrderComponent_Connection_massAutoAllocation
asyncExport : WorkOrderComponent_Connection_asyncExport
Custom Mutations
bulkUpdate : Boolean
Mutation | Type | Description |
---|---|---|
filter | String | |
data | WorkOrderComponent_Input |
duplicate : WorkOrderComponent
Mutation | Type | Description |
---|---|---|
_id | ID | |
data | WorkOrderComponent_Input |
updateComponent : WorkOrderComponent
Mutation | Type | Description |
---|---|---|
workOrderNumber | String | |
componentNumber | IntOrString | |
quantity | Decimal | |
cost | Decimal | |
completed | Boolean |
massAutoAllocation : WorkOrderComponent_Mutations_massAutoAllocation
asyncExport : WorkOrderComponent_Mutations_asyncExport
Custom Type
Id
WorkOrderComponentCheckComponentStockReturn
Query | Type | Description |
---|---|---|
_id | Id | |
itemName | String | |
available | Decimal | |
required | Decimal | |
shortage | Decimal | |
unit | String | |
componentNumber | Int |