Versions Compared

Key

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

...

This artile explain how is working and how to configure the downloading of documents related to parts in order page.


Info
titleVersion 5.0

Function is available in version 5.0 and later.


Image Added

Configuration

The lines to add in profile.config

Code Block
languagexml
linenumberstrue
<DownloadDocumentEnabled>true</DownloadDocumentEnabled>
<DownloadDocumentBarEnabled>true</DownloadDocumentBarEnabled>
<DocumentNodeIdentifier>_Documents</DocumentNodeIdentifier>

First enable "Download all documents" choice in Download dropdown button from summary tab. Second line enable the document selector in the same view. Third is a regex to identify a node located in the root of the catalogue. The regex will match the persistent identity of the nodes in the root of the catalogue and include all documents in and under that node.


In clientName.css, the icon colors can be defined. It will be black if checked, grey otherwise. This is what we put in our dometic.css.

...