Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates the query to find InventTrans record where the InventDim and fieldId does not have a value.
Syntax
protected Query queryInventTransWithoutDimensionValue(FieldId _dimFieldId, ItemId _itemId)
Run On
Server
Parameters
- _dimFieldId
Type: FieldId Extended Data Type
The specified fieldId value of the InventDim field.
- _itemId
Type: ItemId Extended Data Type
The specified ItemId value.
Return Value
Type: Query Class
An instance of the Query class.