Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Attachment methods

 Name XFRX
version

AddAttachment()


Add file to attachment list

Syntax:

Code Block
AddAttachment(m.lcFileName, m.llEmbedded, 
              m.lcDescription, m.lcFileType, 
              m.lcRelationship)

m.lcFileName  File name

m.llEmbedded  Embedded flag (must be true)

m.lcDescription   File description

m.lcFileType   MIME type

m.lcRelationship   Values:  Source, Data, Alternative, Supplement, and Unspecified

17.3

ClearAttachments()


Clear attachments list.

 17.3
   

Attachment methods

CreateZUGFeRDMetadata   


Create XMP data

Syntax:


Code Block
CreateZUGFeRDMetadata(m.lcConformanceLevel, 
                      m.lcDocumentType, 
                      m.lcVersion)

m.lcConformanceLevel  - The profile of the XML invoice data used in accordance with the specifications (possible value: MINIMUM, BASIC WL, BASIC, EN 16931, EXTENDED)

m.lcDocumentType - The document type always contains the value INVOICE

m.lcVersion - XML schema version for invoice data

17.3

CreateISDOCMetadata   


Create XMP data 

Syntax:


Code Block
CreateISDOCMetadata(m.lcConformanceLevel, 
                    m.lcDocumentType, 
                    m.lcVersion)

m.lcConformanceLevel  - The profile of the XML invoice data used in accordance with the specifications (possible value: MINIMUM, BASIC WL, BASIC, EN 16931, EXTENDED)

m.lcDocumentType - The document type always contains the value INVOICE

m.lcVersion - XML schema version for invoice data

17.3

CreateFACTURXMetadata   


Create XMP data 

Syntax:

Code Block
CreateFACTURXMetadata(m.lcConformanceLevel, 
                      m.lcDocumentType, 
                      m.lcVersion)

m.lcConformanceLevel  - The profile of the XML invoice data used in accordance with the specifications (possible value: MINIMUM, BASIC WL, BASIC, EN 16931, EXTENDED)

m.lcDocumentType - The document type always contains the value INVOICE

m.lcVersion - XML schema version for invoice data

19.0

CreateGENERALMetadata   


Create XMP data

Syntax:

Code Block
CreateGENERALMetadata(m.lcXMPFILE, m.lcXMPSCHEMA)

m.lcXMPFILE  -  XMP file data

m.lcXMPSCHEMA - XMP schema

19.0


Table of Contents