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 OnAfterUpdateDimCtrls(ItemBudgetName: Record "Item Budget Name")
begin
end;
[IntegrationEvent(true, false)]
local procedure OnAfterSetFilterOnUpdateMatrixSubform(ItemBudgetName: Record "Item Budget Name")
begin
end;
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.