GENERAL_CIP - 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 is called after collecting data for an export job but prior to generation of export files.

The parameter passed in is:

p_isej_id - Primary key of table m_isk_exp_jobs; identifies the current job uniquely.

For a spec driven export:

- isej_id - Allows you to select specs attached to the job (pk_id = ises_id).

- ises_id - Allows you to select on the commodity level from m_isk_exp_spec_ccs

For a master file export:

- isej_id - Allows you to select from m_isk_exp_master_ccs.

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:

Procedure

Usage:

ISK.20.05

Event:

Called once after the export data has been collected but not written to files.

Default:

None