microsoft / microsoft/ALAppExtensions
[Event Request] Report 1407 "Bank Account Statement"
Open
Nobody has claimed this yet.
missing-info
- Dominant language
- AL
- Stars
- 988
- Forks
- 692
- Avg merge
- 49m
- Merged PRs (30d)
- 1
Description
Why do you need this change?
We would like to apply extra filters when processing the report.
Describe the request
We would like to request these new events please. Thanks!
[IntegrationEvent(false, false)]
local procedure OnBeforeGetGLAccountBalanceLCYForBankStatement(var OutstandingBankTransaction: Record "Bank Account Ledger Entry"; var OutstandingCheck: Record "Bank Account Ledger Entry")
begin
end;
[IntegrationEvent(false, false)]
local procedure OnBeforeFindBankAccLedgerEntryOnGatherOutstandingTransactions(var BankAccountLedgerEntry: Record "Bank Account Ledger Entry")
begin
end;
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate report 1407, "Bank Account Statement," and search for GetGLAccountBalanceLCYForBankStatement and GatherOutstandingTransactions. Review the surrounding processing flow and existing integration-event patterns; done means both requested hooks are available at the relevant processing points. The repository notes that new pull requests are no longer accepted and contributions moved to BCApps.
Written by the indexing model from the issue text.
Assessment
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100