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.
Determines whether the specified record exists.
Syntax
client server public static boolean exist(
PurchaseOrderId _purchId,
VendAccount _vendor,
ItemId _itemId,
PdsMRCDocumentId _documentId)
Run On
Called
Parameters
- _purchId
Type: PurchaseOrderId Extended Data Type
The PurchId value of the record to search for.
- _vendor
Type: VendAccount Extended Data Type
The vendor to search for.
- _itemId
Type: ItemId Extended Data Type
The ItemId value of the record to search for.
- _documentId
Type: PdsMRCDocumentId Extended Data Type
The DocumentId value of the record to search for.
Return Value
Type: boolean
true if the record exists; otherwise, false.