RetailPackagePurch::exist Method
Indicates whether the specified record in the RetailPackagePurch table exists.
Syntax
client server public static boolean exist(PurchId _purchId, [RetailPackageId _packageId])
Run On
Called
Parameters
- _purchId
Type: PurchId Extended Data Type
The purchase ID of the RetailPackagePurch record.
- _packageId
Type: RetailPackageId Extended Data Type
The package ID of the RetailPackagePurch record.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.