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

Intergraph Smart Materials Customization (10.1)

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

Description:

The purpose of this function is to fill a user-definable export value for the commodity code description. The returned value is truncated to 512 characters. This function is executed by m_pck_spiso_export during export for each commodity code.

Parameter passed in:

p_cc_id - commodity_id from table m_commodity_codes

Type:

Function

Usage:

XI3020 Export Jobs

Event:

Export specification

Default:

Substr(m_commodity_code_nls.short_desc,1,512)