Enable copy/down and csv import/export on Custom Content Pages - Intergraph Smart Materials - 10.1 - Installation & Upgrade - Hexagon

Intergraph Smart Materials Web Installation (10.1)

Language
English
Product
Intergraph Smart Materials
Subproduct
Web
Search by Category
Installation & Upgrade
Smart Materials/Smart Reference Data Version
10.1

The package HXGN_JS_CUSTOM can be used to enable Copy/Down and CSV Import/Export features on Custom Applications

The example below shows, how to allow

  • data import on application 1901 page 25,

  • context menu copy/down on application 1901 page 30,

  • both data import and copy/down on application 1901 page 45.

g_ig_data_import g_func := g_func(

'1901:25' => true,

'1901:45' => true

);

g_ig_context_menu g_func:= g_func(

'1901:30' => true,

'1901:45' => true

);

The custom Application Page Interactive Grid must have a static ID assigned in Apex designer. Without static id the grid cannot make use of the copy/down and csv import/export enhancements.