Technical documentation - Download list of catalogues or parts from a lost

This article describes how to configure the function to download information from web viewer. WebViewer download function allows to download

  • All catalogues for a list of parts

  • All parts for a list of catalogues

  • All documents from a list of catalogues

This function is avaliable in version 5.0 and later.

Overview

The function will enable a menu option to download and a page for the actual download.

Configuration

Configuration is controlled by profile.config.

 

<!-- allow to download parts from catalogues, catalogues from parts and documentation from catalogues --> <DownloadPresentationSetting download-part-from-catalogue="true" download-catalogue-from-part="true" download-documentation-from-catalogue="true"> <!-- Part template --> <PartTemplateFile xml-file-name="" xlsx-file-name="UploadPartsTemplate.xlsx" csv-file-name="UploadPartsTemplate.csv"/> <!--Catalogue template --> <CatalogueTemplateFile xml-file-name="" xlsx-file-name="UploadCataloguesTemplate.xlsx" csv-file-name="UploadCataloguesTemplate.csv"/> <!-- Image to be used as hero image --> <HeaderImage>Download_header.jpg</HeaderImage> </DownloadPresentationSetting>