GENERAL_DEFAULT_CHOICE - 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:

An export job fills the M_SPISO_EXP_DEFAULT_CHOICES table. Afterwards, this procedure is executed to update the stored records in this table, according to your requirements. And then, the modified data is exported to the DEFAULTCHOICE table in the Smart Isometrics MDB file.

Parameters passed in:

p_spiej_id - Primary key of table m_spiso_export_jobs that uniquely identifies the current job.

p_spec_header_id - Primary key of table m_spec_headers.

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 database migration overwrites it without any warning.

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

Type:

Procedure

Usage:

XI3020 Export Jobs

Event:

Export specification

Default:

Update of M_SPISO_EXP_DEFAULT_CHOICES table (see source code)