PdsBatchAttribByItemCustomer::existAnyCustRelation Method
Determines whether a specific combination of item, customer, and relation codes exists.
Syntax
server public static boolean existAnyCustRelation(CustAccount _custAcct, ItemId _itemId)
Run On
Server
Parameters
- _custAcct
Type: CustAccount Extended Data Type
A customer account for which to search.
- _itemId
Type: ItemId Extended Data Type
An item for which to search.
Return Value
Type: boolean
true if any records are found for that combination; otherwise, false.
Remarks
This method only determines if a record exists for the specific combination.