PdsCustSellableDays::existCustAll Method
Determines whether any records for the given CustAccount value exist with an ItemCode enumeration value of TableGroupAll::All.
Syntax
client server public static boolean existCustAll(CustAccount _acctNum, [RecId _recId])
Run On
Called
Parameters
- _acctNum
Type: CustAccount Extended Data Type
A CustAccount value for which to search.
- _recId
Type: RecId Extended Data Type
A RecId value to exclude from the search; optional.
Return Value
Type: boolean
true if the record exists; otherwise, false.