Share via


BankStatementFormat::findByFormatId Method

Finds a BankStatementFormat record from a bank statement format ID.

Syntax

client server public static BankStatementFormat findByFormatId(
    BankStatementFormatId _formatId, 
   [boolean _forUpdate, 
    ConcurrencyModel _concurrencyModel])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether the record can be updated.

Return Value

Type: BankStatementFormat Table
A BankStatementFormat record.

See Also

Reference

BankStatementFormat Table