InventAvailabilityProvider.canSearchOnClient Method [AX 2012]
Determines whether it is allowed to perform the search on the client tier.
Syntax
protected boolean canSearchOnClient(InventAvailabilitySearch _search)
Run On
Called
Parameters
- _search
Type: InventAvailabilitySearch Class
The InventAvailabilitySearch object.
Return Value
Type: boolean
true if it is allowed to perform the search on the client tier; otherwise, false.
Remarks
If the InventSum record has been specified and the item is not WHS then we already have on the client all the information that we need and the trip to the server is not necessary.