You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.