microsoft / microsoft/ALAppExtensions
[Event Request] Codeunit 380 "Bank Acc. Recon. Test" - OnBeforeCalcGLEntryAmount
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 want to apply extra filters to GLEntry record before calculating the Amount on GetGLAmountBalanceLCYForBankStatement procedure.
Describe the request
We would like to request a new event please. Thanks!
[IntegrationEvent(false, false)]
local procedure OnBeforeCalcGLEntryAmount(var GLEntry: Record "G/L 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
Start with Codeunit 380, "Bank Acc. Recon. Test", and locate GetGLAmountBalanceLCYForBankStatement. Review the requested OnBeforeCalcGLEntryAmount event signature and its position before the G/L Entry amount calculation. Done means the event is available there so extensions can apply additional GLEntry filters; application contributions have moved to BCApps.
Written by the indexing model from the issue text.
Assessment
- Domain
- backend-api-design
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100