Versions Compared

Key

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

...

If Cancel Mode is set to Run Process Flow or Close Form and Run Process Flow, this field specifies the process flow to execute when a user clicks the Finish button on the wizard. The wizard can pass its GE object, which contains all user inputs up to the point when it was cancelled, to the process flow as an Input Property called GEObject. This field links to the Process Flows service.

Processor Sub-Class Area

Info

This fields in this area are added in Aptify 5.5.1.

Object

This field specifies the Object Repository location of a wizard-specific or organization-specific processor. Aptify includes a standard processor that provides the business logic for the wizard (this logic applies regardless of whether the wizard is run from the Windows application or the Aptify web interface). If necessary, a developer can implement his or her own processor object to change any of this logic. Note that any new processor object should be sub-class of the base AptifyWizardProcessor object. See the Aptify Software Development Kit (SDK) for information on this object.

...

  • Start Form: Start the wizard without performing any additional actions.
  • Run Process Flow: Run the specified Start Process Flow. When this step is selected, the process flow runs before the wizard is started.
  • Start Form and Run Process Flow: Start the wizard and then run the specified Start Process Flow.

 

Info

This field was is added to the Aptify web interface version of this form in Aptify 5.5.1, and added to the Aptify Desktop client version of this form in Aptify 5.5.2.

...

If Start Mode is set to Run Process Flow or Start Form and Run Process Flow, this field specifies the process flow to execute when a user clicks the Start button on the wizard. The wizard can pass its GE object, which contains all user inputs up to the point when it was started, to the process flow as an Input Property called GEObject. This field links to the Process Flows service.

Info

This field was is added to the Aptify web interface version of this form in Aptify 5.5.1, and added to the Aptify Desktop client version of this form in Aptify 5.5.2.

...

This field specifies the Object Repository location of a wizard-specific or - organization-specific user interface design for the wizard when using the Aptify Web Access. Note that this field is reserved for future use. (As of the release of Aptify 4.5, Aptify Web Access does not support wizards.)

Web Class

This field specifies the fully qualified namespace/class name that provides the logic contained in the Web rendering object.

...