CIP - Intergraph Smart Materials - 2017 R1 (2.1) - Administration & Configuration - Hexagon

Intergraph Smart Materials EcoSys Integration 2017 R1 (2.1)

Language
English
Product
Intergraph Smart Materials
Subproduct
EcoSys Integration
Search by Category
Administration & Configuration
Version Smart Materials Web API
2017 R1 (2.1)

The custom package m_pck_ecosys_custom provides CIPs giving you a provision to change the default logic and implement your own logic.

The acc_budget_format CIP procedure provides the column names from where the values of BUDGET, CURRENCY, SHORT_DESCRIPTION, DESCRIPTION can be fetched from EcoSys API. The CIP parameters are listed below.

Parameter

In/output

Description

p_proj_id

In

You can set the out parameters for each different project.

p_format

Out

You can specify the Account code format using this field.

p_budget_col

Out

Map the budget field from EcoSys.

p_currency

Out

Map the currency field from EcoSys.

p_short_description

Out

Map the short description field from EcoSys.

p_description

Out

Map the description field from EcoSys.

EcoSys04