RetailFiscalDocumentModel2TaxTrans_BR::find Method

Retrieves a RetailFiscalDocumentModel2TaxTrans_BR table record with the given values, if found.

Syntax

client server public static RetailFiscalDocumentModel2TaxTrans_BR find(
    LineNum _lineNum, 
    TaxType_BR _taxType, 
    RetailTransactionId _transactionId, 
    RetailStoreId _storeId, 
    RetailTerminalId _terminalId, 
   [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A boolean value to determine whether the record should be retrieved for update or not; optional.

Return Value

Type: RetailFiscalDocumentModel2TaxTrans_BR Table
A RetailFiscalDocumentModel2TaxTrans_BR table buffer.

See Also

Reference

RetailFiscalDocumentModel2TaxTrans_BR Table