RetailStatementLine::exist Method
Indicates whether the specified record in the RetailStatementLine table exists.
Syntax
server public static boolean exist(RetailStatementId _statementId)
Run On
Server
Parameters
- _statementId
Type: RetailStatementId Extended Data Type
The statement ID of the statement line to check for existence.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.