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