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])
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.