ProductionTracking
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 | |
| number | String | yes | |
| workOrder | WorkOrder_node | yes | |
| site | Site_node | yes | |
| entryDate | Date | yes | |
| effectiveDate | Date | yes | |
| financialSite | Site_node | no | |
| transactionCurrency | Currency_node | no | |
| documentDate | Date | no | |
| lines | ProductionTrackingLine_Collection | yes | |
| _etag | String | yes | |
| stockTransactionStatus | StockDocumentTransactionStatus | no | |
| _createStamp | Datetime | no | |
| _updateStamp | Datetime | no |
Custom Queries
getDuplicate : ProductionTracking
| Property | Type | Description |
|---|---|---|
| _id | Id |
createTestTracking : ProductionTracking_Connection_createTestTracking
asyncExport : ProductionTracking_Connection_asyncExport
Custom Mutations
bulkUpdate : Boolean
| Mutation | Type | Description |
|---|---|---|
| filter | String | |
| data | ProductionTracking_Input |
createWorkOrderTracking : ProductionTrackingCreateWorkOrderTrackingReturn
| Mutation | Type | Description |
|---|---|---|
| data | ProductionTrackingCreateWorkOrderTrackingData_Input |
createSingleProductionTracking : ProductionTrackingLine
| Mutation | Type | Description |
|---|---|---|
| releasedItem | IntReference | |
| workOrderTrackingNumber | String | |
| trackingQuantity | Decimal | |
| trackingDate | Date | |
| completed | Boolean | |
| stockDetails | # ProductionTrackingCreateSingleProductionTrackingStockDetails_Input | |
| storedDimensions | String | |
| storedAttributes | String |
createMultipleWorkOrderTrackings : ProductionTrackingCreateMultipleWorkOrderTrackingsReturn
| Mutation | Type | Description |
|---|---|---|
| trackings | String | |
| trackingDate | Date |
postToStock : String
| Mutation | Type | Description |
|---|---|---|
| documentIds | # IntOrString |
resendNotificationForFinance : Boolean
| Mutation | Type | Description |
|---|---|---|
| productionTracking | IntReference |
createTestTracking : ProductionTracking_Mutations_createTestTracking
asyncExport : ProductionTracking_Mutations_asyncExport
Custom Type
Id
ProductionTrackingCreateWorkOrderTrackingData_Input
| Query | Type | Description |
|---|---|---|
| itemCode | String | |
| workOrderNumber | String | |
| workOrderTrackingNumber | String | |
| trackingQuantity | Decimal | |
| trackingDate | Date | |
| materialTracking | Boolean | |
| timeTracking | Boolean | |
| completed | Boolean | |
| stockDetails | [ProductionTrackingCreateWorkOrderTrackingDataStockDetails_Input] | |
| storedDimensions | String | |
| storedAttributes | String | |
| itemCode | String | |
| workOrderNumber | String | |
| workOrderTrackingNumber | String | |
| trackingQuantity | Decimal | |
| trackingDate | Date | |
| materialTracking | Boolean | |
| timeTracking | Boolean | |
| completed | Boolean | |
| stockDetails | [ProductionTrackingCreateWorkOrderTrackingDataStockDetails_Input] | |
| storedDimensions | String | |
| storedAttributes | String |
ProductionTrackingCreateWorkOrderTrackingReturn
| Query | Type | Description |
|---|---|---|
| workOrder | WorkOrder_node | |
| message | String | |
| materialTracking | MaterialTracking_node | |
| timeTracking | ProductionTrackingCreateWorkOrderTrackingReturnTimeTracking_node | |
| productionTracking | ProductionTrackingCreateWorkOrderTrackingReturnProductionTracking_node |
IntReference
ProductionTrackingCreateSingleProductionTrackingStockDetails_Input
| Query | Type | Description |
|---|---|---|
| effectiveDate | String | |
| site | IntReference | |
| item | IntReference | |
| stockUnit | IntReference | |
| status | IntReference | |
| location | IntReference | |
| existingLot | IntReference | |
| lotCreateData | String | |
| owner | String | |
| quantityInStockUnit | Decimal |
ProductionTrackingCreateMultipleWorkOrderTrackingsReturn
| Query | Type | Description |
|---|---|---|
| numberTrackings | Int | |
| message | String |