ZX_DOC_CIP - Intergraph Smart Materials - Version 2020 (10.0) - Administration & Configuration - Hexagon PPM

Intergraph Smart Materials Classic Administration (2020)

Language
English
Product
Intergraph Smart Materials
Subproduct
Classic
Search by Category
Administration & Configuration
Smart Materials/Smart Reference Data Version
2020 (10.0)

This project default specifies whether to use a CIP for uploading and viewing documents on D.10.11 and D.90.21.

With this project default, you can control whether the standard procedure or a CIP procedure is used on the D.10.11 and D.90.21 screens when you click the Upload or Open buttons. By default, the standard code is used. If you want to use the CIP functionality, you must modify the CIP procedures upload_document and open_document in the mar_custom library.

When the project default is set to Y and the CIP feature is activated, the table m_used_files is used to temporarily store the file to be uploaded. The CIP then loads the file to a directory, a share, or other applicable location. The STATUS_CODE field is available on table m_used_files to store the success or the failure of the upload. It is a numeric field. If it contains the value 0, the upload operation was successful, and the Source Path and File Name fields are set. If any value other than 0 is returned, these fields will be empty. Regardless of whether the upload was successful or not, the message that is returned by the CIP appears.

After a successful upload of the file, the record in m_used_files can be deleted; the standard procedure does not need this record to work properly.

When working with the CIP feature and the open_document procedure, a message only appears if the CIP returns a value.

  • Module(s) affected by this setting: D1011, D9021

  • Default value: N

  • List of Values: N/Y