KVSMEDEBillingGermanyLib#
Events#
OnINV300OnAfterGenerateDocNo(Record KVSMEDEBillingEntry, Text[30]) :#
Summary: Event triggered after the document number has been generated in procedure INV300 and before it is saved to RETURNVALUE.
[IntegrationEvent(false, false)]
local procedure OnINV300OnAfterGenerateDocNo(KVSMEDEBillingEntry: Record "KVSMEDEBillingEntry"; var DocNo: Text[30]):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSMEDEBillingGermanyLib", 'OnINV300OnAfterGenerateDocNo', '', false, false)]
local procedure DoSomethingOnINV300OnAfterGenerateDocNo(KVSMEDEBillingEntry: Record "KVSMEDEBillingEntry"; var DocNo: Text[30])
begin
end;
Parameters:
KVSMEDEBillingEntry
:DocNo
:
OnVWIIOnAfterGenerateDocNo(Record KVSMEDEBillingEntry, Text[30]) :#
Summary: Event triggered after the document number has been generated in procedure VWI_I and before it is saved to RETURNVALUE.
[IntegrationEvent(false, false)]
local procedure OnVWIIOnAfterGenerateDocNo(KVSMEDEBillingEntry: Record "KVSMEDEBillingEntry"; var DocNo: Text[30]):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSMEDEBillingGermanyLib", 'OnVWIIOnAfterGenerateDocNo', '', false, false)]
local procedure DoSomethingOnVWIIOnAfterGenerateDocNo(KVSMEDEBillingEntry: Record "KVSMEDEBillingEntry"; var DocNo: Text[30])
begin
end;
Parameters:
KVSMEDEBillingEntry
:DocNo
: