PdsMRCCustomerHistory::exist Method
Determines whether a record with the specified parameters exists.
Syntax
client server public static boolean exist(
CustAccount _custAccount,
SalesIdBase _salesId,
ItemId _itemId,
PdsMRCDocumentId _documentId)
Run On
Called
Parameters
- _custAccount
Type: CustAccount Extended Data Type
The customer of the record to find.
- _salesId
Type: SalesIdBase Extended Data Type
The sales order number of the record to find.
- _itemId
Type: ItemId Extended Data Type
The ID of the item on the record to find.
- _documentId
Type: PdsMRCDocumentId Extended Data Type
The ID of the document on the record to find.
Return Value
Type: boolean
true if the record exists; otherwise, false.