Codeunit 18122709 EOS070 MES ReportingManagement
Codeunit used to create Barcode
procedure FormatBarcodeEmplLabel(Employee: Record Employee; VAR EncodedText: Text)
Employee Record "Employee"
EncodedText Text
procedure FormatBarcodeRoutingLine(ProdOrderRoutingLine: Record "Prod. Order Routing Line"; VAR EncodedText: Text)
ProdOrderRoutingLine Record "Prod. Order Routing Line"
EncodedText Text
procedure GetBarcode(BarcodeString: Text; BarcodeTypeOpt: Enum "EOS 070 MES Barcode Type"; var EncodedText: Text)
BarcodeString Text
BarcodeTypeOpt Enum "EOS 070 MES Barcode Type"
EncodedText Text
procedure GetFontBarcode(BarcodeMethod: Enum "EOS 070 MES Barcode Method"; BarcodeTypeOpt: Enum "EOS 070 MES Barcode Type") FontName: Text
BarcodeMethod Enum "EOS 070 MES Barcode Method"
BarcodeTypeOpt Enum "EOS 070 MES Barcode Type"
Returns Text
procedure FormatBarcodeEmplLabel(Employee: Record Employee; VAR TenantMedia: Record "Tenant Media" temporary; WidthInMm: Decimal; HeightInMm: Decimal; AspectRatio: Integer)
Employee Record "Employee"
TenantMedia Record "Tenant Media"
WidthInMm Decimal
HeightInMm Decimal
AspectRatio Integer
procedure FormatBarcodeRoutingLine(ProdOrderRoutingLine: Record "Prod. Order Routing Line"; var TenantMedia: Record "Tenant Media" temporary; WidthInMm: Decimal; HeightInMm: Decimal; AspectRatio: Integer)
ProdOrderRoutingLine Record "Prod. Order Routing Line"
TenantMedia Record "Tenant Media"
WidthInMm Decimal
HeightInMm Decimal
AspectRatio Integer
procedure GetBarcodeFunctionAPI(BarcodeString: Text; BarcodeTypeOpt: Enum "EOS 070 MES Barcode Type"; var TenantMedia: Record "Tenant Media" temporary; WidthInMm: Decimal; HeightInMm: Decimal; AspectRatio: Integer)
BarcodeString Text
BarcodeTypeOpt Enum "EOS 070 MES Barcode Type"
TenantMedia Record "Tenant Media"
WidthInMm Decimal
HeightInMm Decimal
AspectRatio Integer
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.