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 a new instance of the InventOnHandQuery class based on the specified query.
Syntax
client server public static InventOnHandQuery newFromSysQuery(Query _onHandQuery)
Run On
Called
Parameters
- _onHandQuery
Type: Query Class
An on hand query.
Return Value
Type: InventOnHandQuery Class
A new instance of the InventOnHandQuery class based on the specified query.
Exceptions
Exception | Condition |
---|---|
Error | Throws an error if the query is not specified. -or- Throws an error if the specified query is not recognized as an on hand query. |