Attachments and attachment methods

Attachment methods

 Name XFRX
version

AddAttachment()


Add file to attachment list

Syntax:

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:

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:

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:

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:

CreateGENERALMetadata(m.lcXMPFILE, m.lcXMPSCHEMA)

m.lcXMPFILE  -  XMP file data

m.lcXMPSCHEMA - XMP schema

19.0