Stock
Less than to read
Properties
Property Name | Type | Description | isWritable |
---|---|---|---|
_access | [_OutputAccessBinding] | no | |
_factory | MetaNodeFactory_node | no | |
_updateTick | Int | no | |
_updateUser | User_node | no | |
_createUser | User_node | no | |
_customData | Json | no | |
_sourceId | String | no | |
_id | Id | no | |
isInTransit | Boolean | no | |
site | Site_node | no | |
item | Item_node | no | |
stockUnit | UnitOfMeasure_node | no | |
quantityInStockUnit | Decimal | no | |
allocatedQuantityInStockUnit | Decimal | no | |
availableQuantityInStockUnit | Decimal | no | |
inTransitQuantityInStockUnit | Decimal | no | |
onHandQuantityInStockUnit | Decimal | no | |
owner | String | no | |
lot | Lot_node | no | |
status | StockStatus_node | no | |
location | Location_node | no | |
serialNumbers | SerialNumber_Collection | no | |
allocations | StockAllocation_Collection | no | |
totalAllocated | Decimal | no | |
_etag | String | no | |
activeQuantityInStockUnit | Decimal | no | |
_createStamp | Datetime | no | |
_updateStamp | Datetime | no |
Custom Queries
searchStock : [StockSearchStockReturn]
Property | Type | Description |
---|---|---|
searchCriteria | StockSearchStockSearchCriteria_Input |
proposeAllocationsToTransfer : [StockProposeAllocationsToTransferReturn]
Property | Type | Description |
---|---|---|
allocationData | StockProposeAllocationsToTransferAllocationData_Input | |
stockAllocationParameters | StockProposeAllocationsToTransferStockAllocationParameters_Input |
asyncExport : Stock_Connection_asyncExport
Custom Mutations
updateAllocations : [StockUpdateAllocationsReturn]
Mutation | Type | Description |
---|---|---|
allocationData | StockUpdateAllocationsAllocationData_Input | |
stockAllocationParameters | StockUpdateAllocationsStockAllocationParameters_Input |
asyncExport : Stock_Mutations_asyncExport
Custom Type
StockSearchStockSearchCriteria_Input
StockSearchStockReturn
Query | Type | Description |
---|---|---|
stockRecord | Stock_node | |
item | Item_node | |
site | Site_node | |
stockUnit | UnitOfMeasure_node | |
quantityInStockUnit | Decimal | |
serialNumbers | [SerialNumber]_node |
StockProposeAllocationsToTransferAllocationData_Input
StockProposeAllocationsToTransferStockAllocationParameters_Input
StockProposeAllocationsToTransferReturn
Query | Type | Description |
---|---|---|
quantityToTransfer | Decimal | |
quantity | Decimal | |
allocationRecord | StockAllocation_node | |
stockRecord | Stock_node | |
stockUnit | UnitOfMeasure_node | |
orderDocumentLine | BaseDocumentLine | |
serialNumbers | [SerialNumber]_node |
StockUpdateAllocationsAllocationData_Input
Query | Type | Description |
---|---|---|
documentLine | IntReference | |
allocationUpdates | [StockUpdateAllocationsAllocationDataAllocationUpdates_Input] |
StockUpdateAllocationsStockAllocationParameters_Input
Query | Type | Description |
---|---|---|
cannotOverAllocate | Boolean | |
shouldControlAllocationInProgress | Boolean |
StockUpdateAllocationsReturn
Query | Type | Description |
---|---|---|
resultAction | StockUpdateResultAction | |
allocationRecord | StockAllocation_node | |
oldAllocationRecord | StockAllocation_node | |
stockRecord | Stock_node |