Form Scripts
You can add calls to script functions in your form definitions.
These functions execute in the form's script engine. The
form's script engine provides the following predefined objects:
- form - Represents the com.ibm.tdi.eclipse.widget.FormWidget2 instance managing this form.
- config - A handle to the configuration objects this form operates on (for example, the connection configuration for a connector, parser config for parser etc).
- attributeName - The name of the FormItem.
- system - An instance of the com.ibm.di.function.UserFunctions class.