KVSKBALIFBTOPOutputInterface#
Implements KVSKBAiLIFOutputInterface.
Procedures#
GetName() : Text#
Summary: Procedure GetName is used in order to display the unique Name of this interface implementation.
procedure GetName(): Text
Returns: Returns the name of the interface implementation as Text.
GetDescription() : Text#
Summary: Procedure GetDescription is used in order to display the description of this interface implementation.
procedure GetDescription(): Text
Returns: Returns the description of the interface implementation as Text.
CreateLabelFile(Record KVSKBALabelContentHeader, Record KVSKBALabelContentLine, Integer, Text) : Boolean#
Summary: Procedure CreateLabelFile is used to create a new label file to produce a label
procedure CreateLabelFile(var TempLabelContentHeader: Record "KVSKBALabelContentHeader" temporary; var TempLabelContentLine: Record "KVSKBALabelContentLine" temporary; var fileCounter: Integer; var msg: Text): Boolean
Parameters:
TempLabelContentHeader
: Temporary VAR Record "KVSKBALabelContentHeader".TempLabelContentLine
: Temporary VAR Record "KVSKBALabelContentLine".fileCounter
: VAR Integer.msg
: VAR Text.
Returns: Return value of type Boolean.
CreateStructureFile(Record KVSKBALabelContentHeader, Record KVSKBALabelContentLine, Integer, Text) : Boolean#
Summary: CreateStructureFile.
procedure CreateStructureFile(var TempLabelContentHeader: Record "KVSKBALabelContentHeader" temporary; var TempLabelContentLine: Record "KVSKBALabelContentLine" temporary; var fileCounter: Integer; var msg: Text): Boolean
Parameters:
TempLabelContentHeader
: Temporary VAR Record "KVSKBALabelContentHeader".TempLabelContentLine
: Temporary VAR Record "KVSKBALabelContentLine".fileCounter
: VAR Integer.msg
: VAR Text.
Returns: Return value of type Boolean.
ExportPictogram(Record KVSKBALabelContentLine, Text[250], Text) : Boolean#
Summary: Procedure ExportPictogram is not implemented in this interface implementation as there is no Web Service call for it
procedure ExportPictogram(var LabelContentLine: Record "KVSKBALabelContentLine"; var SourceValue: Text[250]; var msg: Text): Boolean
Parameters:
LabelContentLine
: VAR Record "KVSKBALabelContentLine".SourceValue
: VAR Text[250].msg
: VAR Text.
Returns: Return value of type Boolean.