KVSPSACopyPSPTemplateManEvents#
Events#
OnBeforeSetGlobalSkipCalcPrices(Boolean) :#
Summary: Raised before setting the global skip calc prices flag.
[IntegrationEvent(false, false)]
local procedure OnBeforeSetGlobalSkipCalcPrices(var IsHandled: Boolean):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSPSACopyPSPTemplateManEvents", 'OnBeforeSetGlobalSkipCalcPrices', '', false, false)]
local procedure DoSomethingOnBeforeSetGlobalSkipCalcPrices(var IsHandled: Boolean)
begin
end;
Parameters:
IsHandled: Set to true to skip the default implementation.
OnBeforeSetGlobalSkipRecalcDistribution(Boolean) :#
Summary: Raised before setting the global skip recalc distribution flag.
[IntegrationEvent(false, false)]
local procedure OnBeforeSetGlobalSkipRecalcDistribution(var IsHandled: Boolean):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSPSACopyPSPTemplateManEvents", 'OnBeforeSetGlobalSkipRecalcDistribution', '', false, false)]
local procedure DoSomethingOnBeforeSetGlobalSkipRecalcDistribution(var IsHandled: Boolean)
begin
end;
Parameters:
IsHandled: Set to true to skip the default implementation.