Skip to content

KVSADVAdvancePlanMgtSales#

Procedures#

GetUnpostedInvoiceNoForAdvancePlanEntry(Record KVSADVAdvance Planning Entry, Code[20]) :#

procedure GetUnpostedInvoiceNoForAdvancePlanEntry(AdvancePlanEntry: Record "KVSADVAdvance Planning Entry"; var InvoiceNo: Code[20]): 

Events#

OnBeforeGetBaseAmountByDocumentLine(Record Sales Line, Boolean, Decimal, Boolean) :#

[IntegrationEvent(false, false)]
local procedure OnBeforeGetBaseAmountByDocumentLine(DocumentLine: Record "Sales Line"; PricesInclVAT: Boolean; var BaseAmount: Decimal; var IsHandled: Boolean): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSADVAdvancePlanMgtSales", 'OnBeforeGetBaseAmountByDocumentLine', '', false, false)]
local procedure DoSomethingOnBeforeGetBaseAmountByDocumentLine(DocumentLine: Record "Sales Line"; PricesInclVAT: Boolean; var BaseAmount: Decimal; var IsHandled: Boolean)
begin
end;

OnBeforeGetBaseAmountByDocumentArchLine(Record Sales Line Archive, Boolean, Decimal, Boolean) :#

[IntegrationEvent(false, false)]
local procedure OnBeforeGetBaseAmountByDocumentArchLine(DocumentLine: Record "Sales Line Archive"; PricesInclVAT: Boolean; var BaseAmount: Decimal; var IsHandled: Boolean): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSADVAdvancePlanMgtSales", 'OnBeforeGetBaseAmountByDocumentArchLine', '', false, false)]
local procedure DoSomethingOnBeforeGetBaseAmountByDocumentArchLine(DocumentLine: Record "Sales Line Archive"; PricesInclVAT: Boolean; var BaseAmount: Decimal; var IsHandled: Boolean)
begin
end;