PdsMRCEventTracker::existOrderId Method
Indicates whether the record exists that has the same item ID, order ID and document ID.
Syntax
client server public static boolean existOrderId(
PdsMRCOrderId _orderId,
ItemId _itemId,
PdsMRCDocumentId _docId)
Run On
Called
Parameters
- _orderId
Type: PdsMRCOrderId Extended Data Type
The order ID to find.
- _itemId
Type: ItemId Extended Data Type
The item ID to find.
- _docId
Type: PdsMRCDocumentId Extended Data Type
The document ID to find.
Return Value
Type: boolean
true if the record exists; otherwise, false.