Codeunit 18122316 EOS004 EAN128 Import/Export
Import / Export functions for EAN 128 application identifier setups
procedure Export(var Ean128ApplIdent: Record "EOS004 EAN128 Appl. Ident."; var TempBlob: Codeunit "Temp Blob")
Exports the EAN128 application identifiers to a JSON file
Ean128ApplIdent Record "EOS004 EAN128 Appl. Ident."
The application identifiers to export.
TempBlob Codeunit "Temp Blob"
The target BLOB buffer where the export will write to.
procedure Import(var Ean128ApplIdent: Record "EOS004 EAN128 Appl. Ident."; var is: InStream)
Imports EAN128 application identifiers from a JSON file into the given record.
Ean128ApplIdent Record "EOS004 EAN128 Appl. Ident."
The record where to import the application identifiers to.
is InStream
The stream containing the application identifiers.
procedure ImportDefaults(var Ean128ApplIdent: Record "EOS004 EAN128 Appl. Ident.")
Imports the default EAN128 application identifiers from a JSON file into the given record.
Ean128ApplIdent Record "EOS004 EAN128 Appl. Ident."
The record where to import the application identifiers to.
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.