Share via


BankStatementFormat::find Method

Finds a BankStatementFormat record that has a specified record ID.

Syntax

client server public static BankStatementFormat find(
    RecId _recId, 
   [boolean _forUpdate, 
    ConcurrencyModel _concurrencyModel])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    Indicates whether the selected record can be updated.

Return Value

Type: BankStatementFormat Table
A BankStatementFormat record.

See Also

Reference

BankStatementFormat Table