Codeunit "Undo Bank Statement (Yes/No)"

ID 1340
Namespace: Microsoft.Bank.Statement

Properties

Name Value
Permissions TableData "Bank Account Ledger Entry" = rm, TableData "Check Ledger Entry" = rm, TableData "Bank Acc. Reconciliation" = ri, TableData "Bank Acc. Reconciliation Line" = ri, TableData "Bank Account Statement" = rd, TableData "Bank Account Statement Line" = rd
TableNo Table Microsoft.Bank.Statement."Bank Account Statement"

Methods

UndoBankAccountStatement

procedure UndoBankAccountStatement(BankAccountStatement: Record "Bank Account Statement"): Code[20]

Parameters

Name Type Description
BankAccountStatement Table Microsoft.Bank.Statement."Bank Account Statement"

Returns

Type Description
Code[20]

UndoBankAccountStatement

procedure UndoBankAccountStatement(BankAccountStatement: Record "Bank Account Statement", CreateBankRec: Boolean): Code[20]

Parameters

Name Type Description
BankAccountStatement Table Microsoft.Bank.Statement."Bank Account Statement"
CreateBankRec Boolean

Returns

Type Description
Code[20]

Events

OnUndoBankAccountStatementOnBeforeBankAccountModify

[IntegrationEvent(False,False)]
local procedure OnUndoBankAccountStatementOnBeforeBankAccountModify(var BankAccount: Record "Bank Account")

Parameters

Name Type Description
BankAccount Table Microsoft.Bank.BankAccount."Bank Account"

OnUndoBankAccountStatementOnBeforeBankAccReconciliationInsert

[IntegrationEvent(False,False)]
local procedure OnUndoBankAccountStatementOnBeforeBankAccReconciliationInsert(var BankAccReconciliation: Record "Bank Acc. Reconciliation")

Parameters

Name Type Description
BankAccReconciliation Table Microsoft.Bank.Reconciliation."Bank Acc. Reconciliation"

OnUndoBankAccountStatementOnBeforeBankAccReconciliationLineInsert

[IntegrationEvent(False,False)]
local procedure OnUndoBankAccountStatementOnBeforeBankAccReconciliationLineInsert(var BankAccReconciliationLine: Record "Bank Acc. Reconciliation Line")

Parameters

Name Type Description
BankAccReconciliationLine Table Microsoft.Bank.Reconciliation."Bank Acc. Reconciliation Line"

OnUndoBankAccountLedgerEntryOnBeforeBankAccountLedgerEntryModify

[IntegrationEvent(False,False)]
local procedure OnUndoBankAccountLedgerEntryOnBeforeBankAccountLedgerEntryModify(var BankAccountLedgerEntry: Record "Bank Account Ledger Entry")

Parameters

Name Type Description
BankAccountLedgerEntry Table Microsoft.Bank.Ledger."Bank Account Ledger Entry"

OnUndoBankAccountLedgerEntryOnBeforeCheckLedgerEntryModify

[IntegrationEvent(False,False)]
local procedure OnUndoBankAccountLedgerEntryOnBeforeCheckLedgerEntryModify(var CheckLedgerEntry: Record "Check Ledger Entry")

Parameters

Name Type Description
CheckLedgerEntry Table Microsoft.Bank.Check."Check Ledger Entry"

OnUndoBankAccountStatementOnAfterBankAccReconciliationLineInsert

[IntegrationEvent(False,False)]
local procedure OnUndoBankAccountStatementOnAfterBankAccReconciliationLineInsert(var BankAccountStatementLine: Record "Bank Account Statement Line", var BankAccReconciliationLine: Record "Bank Acc. Reconciliation Line")

Parameters

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

See also