36.4. Classimporter: Add document link (green column) (9.03 SP3)

Standard supplier catalogs can contain document links. These are displayed in a green additional column (compare Section 3.1.7.1, “ Determine characteristic in "Table" view ” in PARTsolutions - User manual). Green marked field mostly signalize that documents in the form of text, image or internet file formats are linked.

As of V9.03 SP3 this is also possible for catalogs, which have been created by the Classimporter.

In order for document link column to be displayed, proceed as follows:

  • Settings in attributedef.txt

    In the column "ATUDF" (attribute definition) set the value 'D'. Thereby a document link column is created.

    Possible values are:

    • A: Text

    • I: Integer

    • F: Floating

    • D: Document link

      If 'D' is set, then the creation of the column "ATTRIBUTE_DOCLINK" is necessary (see next point). In all other cases not.

    In the column "ATBEZ_german" (and in the translation languages accordingly), set the text to be displayed (here in the example the term "Infotext").

    "CLASSNAME";"ATTNAM";"ATUDF";"EINHE";"ANZDZ";"ATWITHLIST";"ATWITHRANGE";"ATBEZ_german";...
    "c_1734842242_0";"Idx";"I";"mm";"4";"";"";"Index";"Index";"";""
    "c_1734842242_0";"Doc";"D";"";"";"";"";"Infotext";"Infotext";"";""
    "c_1734842242_1";"Idx";"I";"mm";"4";"";"";"Index";"Index";"";""
    "c_1734842242_1";"Doc";"D";"";"";"";"";"Infotext";"Infotext";"";""
    "c_1734842242_2";"Idx";"I";"mm";"4";"";"";"Index";"Index";"";""
    "c_1734842242_2";"Doc";"D";"";"";"";"";"Infotext";"Infotext";"";""
    

  • Settings in attributedata.csv

    Create a column "ATTRIBUTE_DOCLINK". The values are links.

    "MATNR";"CLASSNAME";"ATTRIBUTE_NAME";"ATTRIBUTE_VALUE";"ATTRIBUTE_FL_VALUE";
    "ATTRIBUTE_FL_MAX_VALUE";"VALDESC_german";"VALDESC_english";"ATTRIBUTE_DOCLINK"
    "l_1734842242_0";"c_1734842242_0";"Idx";"";"0";"";"";"";""
    "l_1734842242_0";"c_1734842242_0";"Doc";"Link";"";"";"";"";"F:/Links/text_0.txt"
    "l_1734842242_1";"c_1734842242_0";"Idx";"";"1";"";"";"";""
    "l_1734842242_1";"c_1734842242_0";"Doc";"Link";"";"";"";"";"F:/Links/text_1.txt"
    "l_1734842242_2";"c_1734842242_0";"Idx";"";"2";"";"";"";""
    "l_1734842242_2";"c_1734842242_0";"Doc";"Link";"";"";"";"";"F:/Links/text_2.txt"

    [Note]Note

    The link should not point to CADENAS_DATA/23d-libs.

A detailed documentation on the Classimporter is found under Classimporter.