The Procedure template contains settings of the Other custom group object that is available to be used on developing ETL tasks. Template settings enable the user to specify a macro in the Fore/Fore.NET language that contains implementation of the procedure. After creating and setting up the template, the corresponding object will be available on the The Other Object Group tab. The same operations used for main ETL task objects are available for this object.
Open the dialog box with template parameters
Set the following template parameters:
Name. Any name that describes transformer purpose. This name is displayed on the Other Object Group tab.
Identifier. Unique template identifier that is used on saving parameters to repository. The identifier must contain only Latin characters, numbers, the _ character, it must not contain spaces and must not begin with the number.
Handler. In the drop-down lists select a development environment object (Fore or Fore.NET assembly, unit, form) and a class that contains implementation of the UserProcedure procedure. The class can be inherited from IEtlForeWizardPages, an additional page will be added in wizard basing on template.
See also: