Procedures - Intergraph Smart Reference Data - Version 10.1 - Customization & Programming - Hexagon

Intergraph Smart Reference Data Integration (10.1)

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

You can define your own logic to be started at different events, or to view the standard procedures provided with the software. These standard procedures have the Standard indicator selected.

The Type procedure indicates the triggering event of the procedure.

Type

Start at event

Comment

ON_MAINT_TPL_SHT

Navigate to Integration > Smart 3D > Smart 3D Configuration > Templates and then select template in the left tree view and then right mouse click on template and click on Execute Procedures.

Procedures can be started on clicking button on Integration > Smart 3D > Smart 3D Configurations > Templates. The placeholders &TPL_ID and &SHT_ID are replaced with the actual values.

ON_EXP_ROW

After the standard logic filled the row on export, before uniqueness check

Procedures fire after the standard logic filled the row on export, but before it is checked for uniqueness and written into database. So the updates to the actual row are picked up by the inventory keeping mechanism of the interface that is setting AMD indicators. Values may not be changed by UPDATE statements, but by accessing the appropriate fields in the processed array.

PRE_EXP_SHT

At the Fill interface tables stage of the export job

PRE indicates that the procedure is called before the processing of the specific sheet starts. The placeholders &EJ_ID, &TPL_ID, and &SHT_ID are replaced with the actual values during runtime. Updates or inserts, which those procedures do to the exported sheet data of the job, are not reflected by the inventory keeping mechanism of the interface that is setting AMD indicators.

PRE_FILL_SHT

At the Prepare to fill tables stage of the export job

Procedures will run at the Prepare to fill tables stage of an export job and can be used for example, for filling up templates data (Integration > Smart 3D > Smart 3D Configurations > Templates). The placeholders &EJ_ID, &TPL_ID, and &SHT_ID are replaced with the actual values at runtime.

POST_EXP_SHT

At the Fill interface tables stage of the export job

POST indicates that the procedure is called after the sheet has been processed. The placeholders &EJ_ID, &TPL_ID, and &SHT_ID are replaced with the actual values during runtime. Updates or inserts, which those procedures do to the exported sheet data of the job, are not reflected by the inventory keeping mechanism of the interface that is setting AMD indicators.