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:

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

Parameters passed in are:

p_ident ident from table m_idents

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 ident

Default:

NLS dependent result of SUBSTR( (m_commodity_code_nls.short_desc||

m_ident_nls.short_desc),1,512)