GET_CC_DESCRIPTION - Intergraph Smart Materials - Version 10.2 - Customization & Programming - Hexagon

Intergraph Smart Materials Customization (10.2)

Language
English
Product
Intergraph Smart Materials
Subproduct
Classic
Search by Category
Customization & Programming
Smart Materials/Smart Reference Data Version
10.2

Description:

This CIP has been incorporated into this package in order to allow customers to fill a user-definable export value for a commodity code description. The returned value is truncated to 512 characters. This CIP is executed by m_pck_isketch during the export for each commodity code.

The parameter passed in is:

p_cc_id commodity_id from table m_commodity_codes

This code is not maintained by Intergraph; as with all CIP code, it is the customer's responsibility to use this API and maintain their custom code. Customers must save their code as text files, because Smart Reference Data and Smart Materials DB migration overwrites it without any warning.

This procedure must not commit. Otherwise, the export may not work properly.

Type:

Function

Usage:

ISK.20.05

Event:

During export, for each commodity code

Default:

m_commodity_code_nls.TRIM(SUBSTR(short_desc,1,512))