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.
Retrieves a RetailFiscalDocumentModel2Line_BR table record with the given values, if found.
Syntax
client server public static RetailFiscalDocumentModel2Line_BR find(
    LineNum _lineNum, 
    RetailTransactionId _transactionId, 
    RetailStoreId _storeId, 
    RetailTerminalId _terminalId, 
   [boolean _forUpdate])
Run On
Called
Parameters
- _lineNum
 Type: LineNum Extended Data Type
 The LineNum value of the record to be retrieved.
- _transactionId
 Type: RetailTransactionId Extended Data Type
 The RetailTransactionId value of the record to be retrieved.
- _storeId
 Type: RetailStoreId Extended Data Type
 The RetailStoreId value of the record to be retrieved.
- _terminalId
 Type: RetailTerminalId Extended Data Type
 The RetailTerminalId value of the record to be retrieved.
- _forUpdate
 Type: boolean
 A boolean value to determine whether the record should be retrieved for update or not; optional.
Return Value
Type: RetailFiscalDocumentModel2Line_BR Table
A RetailFiscalDocumentModel2Line_BR table buffer.