Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the record exists that has the same order ID, document ID and item ID.
Syntax
client server public static boolean checkExist(
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.