KB Article #177482

add a new document version / document type in the document agreement

Problem

-- how to add a new document version and / or type (the document agreement level) ?


Resolution

* open the directory

* get sample files from Integrator\solutions\config\b2bx\repos and copy it to shared/b2bi/local/config/b2bx/repos

* for example, for IH formats, you can add your own type as follow :

inhouseexample.ver

#
# Line syntax:
#
# "DocVersion","Standard","Description"
#
#
"InhouseExample","INHOUSE","Inhouse document example"

InhouseExample.txt

"ORDERS",""

"INVOICE",""

"MY_OWN_IH_TYPE",""

!!! Important note 1 : don't modify the default files in Integrator\solutions\config\b2bx\repos as they are provided and maintained by the product installation.

!!! Important note 2 :

This is valid only for INHOUSE. So in line below:

"InhouseExample","INHOUSE","Inhouse document example"

The second value "INHOUSE" is a constant and mustn't be modified.