KVSADVAdvanceMgtBase#
Procedures#
IsDefaultJobTaskIntegrationActive() : Boolean#
procedure IsDefaultJobTaskIntegrationActive(): Boolean
IsSalesAppActive() : Boolean#
procedure IsSalesAppActive(): Boolean
IsPurchaseAppActive() : Boolean#
procedure IsPurchaseAppActive(): Boolean
Events#
OnIsDefaultJobTaskIntegrationActive(Boolean) :#
[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;
OnBeforeGetAllowDirectVATRealizationPresetByApplicationFamily(Text, Boolean, Boolean) :#
[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;
OnBeforeCheckJobTaskIntegrationatChangeJobMultipleCustomer(Boolean) :#
[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;