PurchCORRejectsTable::exist Method
Indicates whether a record in the PurchCORRejectsTable table exists by using a InventTransId value.
Syntax
client server public static boolean exist(InventTransId _inventTransId)
Run On
Called
Parameters
- _inventTransId
Type: InventTransId Extended Data Type
The identifier of the record to check for existence.
Return Value
Type: boolean
true if the record exists; otherwise, false.