StockReorder
Less than to read
Properties
| Property Name | Type | Description | isWritable |
|---|---|---|---|
| _access | [_OutputAccessBinding] | no | |
| _updateUser | SysUser_node | no | |
| _createUser | SysUser_node | no | |
| _id | Id | no | |
| stockSite | Site_node | no | |
| destinationLocation | String | no | |
| product | Product_node | no | |
| category | LocationCategory | no | |
| warehouse | Warehouse_node | no | |
| documentType | EntryTypeEnum | no | |
| documentNumber | String | no | |
| documentLineNumber | Int | no | |
| packingUnit | UnitOfMeasure_node | no | |
| quantityInPackingUnit | Decimal | no | |
| potencyDefault | Decimal | no | |
| packingUnitToStockUnitConversionFactor | Decimal | no | |
| stockUnit | UnitOfMeasure_node | no | |
| quantityInStockUnit | Decimal | no | |
| activeQuantityInStockUnit | Decimal | no | |
| requirementDate | Date | no | |
| status | ReorderSituation | no | |
| activeOriginalStockQuantity | Decimal | no | |
| isClosed | Boolean | no | |
| processingTime | String | no | |
| movementDescription | String | no | |
| _etag | String | no | |
| _createStamp | Datetime | no | |
| _updateStamp | Datetime | no |
Custom Mutations
processReorder : StockReorderProcessReorderReturn
| Mutation | Type | Description |
|---|---|---|
| parameters | StockReorderProcessReorderParameters_Input |
Custom Type
StockReorderProcessReorderParameters_Input
| Query | Type | Description |
|---|---|---|
| stockEntryTransaction | String | |
| documentNumber | String | |
| documentLine | IntOrString | |
| stockSite | String | |
| destinationLocation | String | |
| source | IntOrString | |
| stockId | IntOrString | |
| stockSequence | IntOrString | |
| product | String | |
| fromLocation | String | |
| lot | String | |
| sublot | String | |
| serialNumber | String | |
| status | String | |
| identifier1 | String | |
| identifier2 | String | |
| licensePlateNumber | String | |
| packingUnit | String | |
| packingUnitToStockUnitConversionFactor | Decimal | |
| packingQuantity | Decimal |
StockReorderProcessReorderReturn
| Query | Type | Description |
|---|---|---|
| stockEntryTransaction | String | |
| documentNumber | String | |
| documentLine | Int | |
| stockSite | String | |
| destinationLocation | String | |
| source | Int | |
| stockId | Int | |
| stockSequence | Int | |
| product | String | |
| fromLocation | String | |
| lot | String | |
| sublot | String | |
| serialNumber | String | |
| status | String | |
| identifier1 | String | |
| identifier2 | String | |
| licensePlateNumber | String | |
| packingUnit | String | |
| packingUnitToStockUnitConversionFactor | Decimal | |
| packingQuantity | Decimal |