Product Administration Guide > Customizable Product Scripts >

Cfg_InstInitialize Event


This event is called once per session after the customizable product is instantiated and before any user requests are accepted. The customizable product selection pages do not display until all scripts associated with this event have finished.

Syntax

Cfg_InstInitialize (RootProd as String)

Argument
Description

RootProd

String. The name of the customizable product.

Returns

None.

Usage

Use this event to store global variables that will be reused, such as BusObjects and BusComps. This event is also useful for reading information from external sources such as forms or SmartScript.

Product Administration Guide