PdsCustSellableDays::findCustItemDim Method
Finds the record that matches the parameters provided.
Syntax
client server public static PdsCustSellableDays findCustItemDim(
ItemCode _itemCode,
ItemRelation _itemRelation,
CustAccount _custAcct,
InventDim _inventDimCriteria,
[boolean _forUpdate])
Run On
Called
Parameters
- _itemCode
Type: ItemCode Extended Data Type
A TableGroupAll enumeration value for which to search.
- _itemRelation
Type: ItemRelation Extended Data Type
An ItemRelation value for which to search.
- _custAcct
Type: CustAccount Extended Data Type
A CustAccount object for which to search.
- _inventDimCriteria
Type: InventDim Table
An InventDim record for which to search.
- _forUpdate
Type: boolean
A Boolean value that indicates whether the record returned will be selected for update; optional.
Return Value
Type: PdsCustSellableDays Table
The PdsCustSellableDays record set for the provided parameters if found; otherwise, nullNothingnullptrunita null reference (Nothing in Visual Basic).