GET_IDENT_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 ident description. The returned value is truncated to 512 characters. This function is executed by m_pck_spiso_export during export for each ident.

Parameter passed in:

  • p_ident - Ident from table m_idents

Type:

Function

Usage:

XI3020 Export Jobs

Event:

Export specification

Default:

Substr(m_commodity_code_nls.short_desc||m_ident_nls.short_desc,1,512)