microsoft / microsoft/ALAppExtensions
[Event Request, Extensibility Request] Page 7139 "Sales Budget Overview"
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'd like to add some custom logic when populating the matrix page.
Describe the request
We would like to request these events, and to expose these functions, global variables, please.
[IntegrationEvent(true, false)]
local procedure OnAfterSetFilterOnUpdateMatrixSubform(ItemBudgetName: Record "Item Budget Name")
begin
end;
[IntegrationEvent(true, false)]
local procedure OnBeforeSetBudgetName(NewBudgetName: Code[10]; CurrentBudgetName: Code[10]; LineDimCode: Code[30]; ColumnDimCode: Code[30])
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 page 7139, "Sales Budget Overview," and review the requested OnAfterSetFilterOnUpdateMatrixSubform and OnBeforeSetBudgetName events, along with the referenced functions and global variables. Confirm the required extensibility points and their signatures, but note that this repository says new contributions have moved to BCApps.
Written by the indexing model from the issue text.
Assessment
- Domain
- backend-api-design
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 20/100