Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. There must be a special page "createWorkItem" configured in the wizard. It is what creates the Work Item and passes it to the first queue in the workflow.

  2. The wizard must pass values for the respective Work Item meta fields. There is a minimum set of work item fields. If these are not present in the pages of the wizard, the work item will not be properly created. The item will be unindexed and queued into the Mailroom.

  3. After the "createWorkItem" page is run, if additional data must be saved to the Work Item, then there must be an Action button of type Save Work Item configured within the wizard, that saves the values from the wizard to the Work Item. Or, alternatively, a "createOrUpdateWorkItem" special page must be run.

Note. The Code meta field name suffix field can’t be empty. Type the “_code”.

It is also possible to create interconnected Work Items from the same wizard. For example, if your wizard will create several accounts for the same client, the user will need to use the same client data for all the accounts. In that case, you can use an Action button of type Restart Wizard but keep in a separate JS object all the meta field values that must stay the same for all interconnected Work Items.

...