Skip to content

KVSKBAReportManagement#

Procedures#

FillItemAttribValuesArraywithDocType(Text[100], Integer, Option, Code[10], Code[20], Enum KVSKBADocumentType) :#

procedure FillItemAttribValuesArraywithDocType(var ItemAttribValuesArray: Text[100]; var ItemAttribValuesLineCounter: Integer; DocArea: Option; DocLanguageCodePar: Code[10]; ItemNo: Code[20]; DocType: Enum "KVSKBADocumentType"): 

SetShipToAddress(Text[100]) : Text#

procedure SetShipToAddress(var AddrArrayVar: Text[100]): Text

FillAddressBlock(Text[250], Text[100]) :#

procedure FillAddressBlock(var AddrField1: Text[250]; var GenAddrArray: Text[100]): 

Events#

OnFillItemAttribValuesArraywithDocTypeOnBeforeSetFilterScopeItemAttribValueMapping(Record Item Attribute Value Mapping, Option, Code[10], Boolean) :#

[IntegrationEvent(false, false)]
local procedure OnFillItemAttribValuesArraywithDocTypeOnBeforeSetFilterScopeItemAttribValueMapping(var ItemAttributeValueMapping: Record "Item Attribute Value Mapping"; DocArea: Option; DocLanguageCodePar: Code[10]; var Handled: Boolean): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSKBAReportManagement", 'OnFillItemAttribValuesArraywithDocTypeOnBeforeSetFilterScopeItemAttribValueMapping', '', false, false)]
local procedure DoSomethingOnFillItemAttribValuesArraywithDocTypeOnBeforeSetFilterScopeItemAttribValueMapping(var ItemAttributeValueMapping: Record "Item Attribute Value Mapping"; DocArea: Option; DocLanguageCodePar: Code[10]; var Handled: Boolean)
begin
end;

OnFillItemAttribValuesArraywithDocTypeOnAfterSetPrintAttribut(Record Item Attribute Value Mapping, Option, Code[10], Boolean) :#

[IntegrationEvent(false, false)]
local procedure OnFillItemAttribValuesArraywithDocTypeOnAfterSetPrintAttribut(var ItemAttributeValueMapping: Record "Item Attribute Value Mapping"; DocArea: Option; DocLanguageCodePar: Code[10]; var PrintAttribut: Boolean): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSKBAReportManagement", 'OnFillItemAttribValuesArraywithDocTypeOnAfterSetPrintAttribut', '', false, false)]
local procedure DoSomethingOnFillItemAttribValuesArraywithDocTypeOnAfterSetPrintAttribut(var ItemAttributeValueMapping: Record "Item Attribute Value Mapping"; DocArea: Option; DocLanguageCodePar: Code[10]; var PrintAttribut: Boolean)
begin
end;

OnBeforeEncodeFont1DBarcodeFromNo(Text, Interface Barcode Font Provider, Enum Barcode Symbology) :#

[IntegrationEvent(false, false)]
local procedure OnBeforeEncodeFont1DBarcodeFromNo(var BarcodeString: Text; var BarcodeFontProvider: Interface "Barcode Font Provider"; var BarcodeSymbology: Enum "Barcode Symbology"): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSKBAReportManagement", 'OnBeforeEncodeFont1DBarcodeFromNo', '', false, false)]
local procedure DoSomethingOnBeforeEncodeFont1DBarcodeFromNo(var BarcodeString: Text; var BarcodeFontProvider: Interface "Barcode Font Provider"; var BarcodeSymbology: Enum "Barcode Symbology")
begin
end;