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.
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.