RetailPrePaymentTrans::exist Method
Indicates whether the specified record in the RetailPrePaymentTrans table exists.
Syntax
client server public static boolean exist(SalesId salesId)
Run On
Called
Parameters
- salesId
Type: SalesId Extended Data Type
The sales ID of the payment transaction.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.