[IntegrationEvent(false, false)]
local procedure OnIsDefaultJobTaskIntegrationActive(var DefaultJobIntegrationIsActive: Boolean):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSADVAdvanceMgtBase", 'OnIsDefaultJobTaskIntegrationActive', '', false, false)]
local procedure DoSomethingOnIsDefaultJobTaskIntegrationActive(var DefaultJobIntegrationIsActive: Boolean)
begin
end;
[IntegrationEvent(false, false)]
local procedure OnBeforeGetAllowDirectVATRealizationPresetByApplicationFamily(ApplicationFamily: Text; var AllowDirectVATRealizationPreset: Boolean; var IsHandled: Boolean):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSADVAdvanceMgtBase", 'OnBeforeGetAllowDirectVATRealizationPresetByApplicationFamily', '', false, false)]
local procedure DoSomethingOnBeforeGetAllowDirectVATRealizationPresetByApplicationFamily(ApplicationFamily: Text; var AllowDirectVATRealizationPreset: Boolean; var IsHandled: Boolean)
begin
end;
[IntegrationEvent(false, false)]
local procedure OnBeforeCheckJobTaskIntegrationatChangeJobMultipleCustomer(var IsHandled: Boolean):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSADVAdvanceMgtBase", 'OnBeforeCheckJobTaskIntegrationatChangeJobMultipleCustomer', '', false, false)]
local procedure DoSomethingOnBeforeCheckJobTaskIntegrationatChangeJobMultipleCustomer(var IsHandled: Boolean)
begin
end;