Table "Bank Account Statement Line"

ID 276
Namespace: Microsoft.Bank.Statement

Properties

Name Value
Caption Bank Account Statement Line
DataClassification CustomerContent

Fields

Name Type Description
"Bank Account No." Code[20]
"Statement No." Code[20]
"Statement Line No." Integer
"Document No." Code[20]
"Transaction Date" Date
Description Text[100]
"Statement Amount" Decimal
Difference Decimal
"Applied Amount" Decimal
Type Enum Microsoft.Bank.Statement."Bank Acc. Statement Line Type"
"Applied Entries" Integer
"Value Date" Date
"Check No." Code[20]
"Transaction ID" Text[50]
SystemId Guid
SystemCreatedAt DateTime
SystemCreatedBy Guid
SystemModifiedAt DateTime
SystemModifiedBy Guid
SystemRowVersion BigInteger

Methods

DisplayApplication

procedure DisplayApplication()

GetCurrencyCode

procedure GetCurrencyCode(): Code[10]

Returns

Type Description
Code[10]

FilterManyToOneMatches

procedure FilterManyToOneMatches(var BankAccRecMatchBuffer: Record "Bank Acc. Rec. Match Buffer")

Parameters

Name Type Description
BankAccRecMatchBuffer Table Microsoft.Bank.Reconciliation."Bank Acc. Rec. Match Buffer"

Events

OnAfterDisplayApplication

[IntegrationEvent(False,False)]
local procedure OnAfterDisplayApplication(var BankAccountStatementLine: Record "Bank Account Statement Line")

Parameters

Name Type Description
BankAccountStatementLine Table Microsoft.Bank.Statement."Bank Account Statement Line"

OnDisplayApplicationOnAfterBankAccLedgEntrySetFilters

[IntegrationEvent(False,False)]
local procedure OnDisplayApplicationOnAfterBankAccLedgEntrySetFilters(var BankAccountStatementLine: Record "Bank Account Statement Line", var BankAccLedgEntry: Record "Bank Account Ledger Entry")

Parameters

Name Type Description
BankAccountStatementLine Table Microsoft.Bank.Statement."Bank Account Statement Line"
BankAccLedgEntry Table Microsoft.Bank.Ledger."Bank Account Ledger Entry"

OnDisplayApplicationOnAfterCheckLedgEntrySetFilters

[IntegrationEvent(False,False)]
local procedure OnDisplayApplicationOnAfterCheckLedgEntrySetFilters(var BankAccountStatementLine: Record "Bank Account Statement Line", var CheckLedgEntry: Record "Check Ledger Entry")

Parameters

Name Type Description
BankAccountStatementLine Table Microsoft.Bank.Statement."Bank Account Statement Line"
CheckLedgEntry Table Microsoft.Bank.Check."Check Ledger Entry"

See also