CustVendExternalItem::existsForCustVendRelation Method
Checks whether one or more external item descriptions exist for a given relation.
Syntax
client server public static boolean existsForCustVendRelation(
CustVendAC _custVendAccountId,
CustVendItemGroupId _custVendItemGroupId,
ModuleCustVend _moduleType)
Run On
Called
Parameters
- _custVendAccountId
Type: CustVendAC Extended Data Type
The customer or vendor account number.
- _custVendItemGroupId
Type: CustVendItemGroupId Extended Data Type
The customer or vendor item group ID.
- _moduleType
Type: ModuleCustVend Enumeration
A ModuleCustVend enumeration value.
Return Value
Type: boolean
true if one or more external item descriptions exist; otherwise, false.