How to use Content Wizards

To create Content Wizards, ITP/Create Model Package version 3.2.22 (or higher) has to be installed. Activate it in your project configuration when you start working with Content Wizards. To run Content Wizards, you need ITP/OnLine Server version 3.2.22 (or higher).

The Content Wizard Editor lets you create Sections and Subsections. You can add Text Blocks to the Sections you created. These Text Blocks contain the paragraphs that can be included in the result document. The Text Blocks are not defined in the editor, it lets you select from the existing Text Blocks instead. This also allows you to change the Text Blocks separate from the Content Wizard.

It is possible to have the end user select from a set of Text Blocks or Sections for inclusion in the result document. In the Content Wizard Editor, these Text Blocks or Sections are collected in a Selection Group. The Selection Group specifies whether the user can select multiple or only one of the Text Blocks or Sections. For each Text Block and Section in a Selection Group, it is also possible to indicate that they are selected by default. Text Blocks and Sections, which are not in a Selection Group, are mandatory and cannot be selected or deselected by the user.

To ask the end user for data, QForms can be attached to various levels in the Content Wizard definition. When the model runs the Content Wizard, these QForms are used to ask the end user for the value of Fields that are used in the selected Text Blocks but that are still empty.

The model developer can use the WIZARD instruction to invoke a Content Wizard and optional selection of one Content Wizard from a folder. The instruction FOREACH WIZARD is available to process the business user's selection from that Content Wizard. Please refer to the ITP Model Developer Help for details.