Share via


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

  • _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).

See Also

Reference

PdsCustSellableDays Table