Show/Hide Toolbars

PerfectApps™ Help Guide

Build the app layout. The layout must meet two basic needs:

 

Collect all necessary data and information about the process that the user will need to view, decide on, or pull reports from.

Identify all triggering events that route the app to the stakeholders.

 

How Data is Submitted

 

Stages and notifications in the workflow are often dependent on the submission of the app. In order to submit app data, you must place a button object or other item on the app layout.

 

Document Icon

The steps below describe the submission sequence:

 

1.The user prompts a submission through some interaction with an app object. (User clicks the Submit button.)

2.An event associated with that object (Button is pressed) triggers the behavior.

3.The App Submits Data behavior runs.

4.The workflow runs. If a path condition is met, any behavior command connected to that path (Notify command) runs.

5.The App is Closed behavior runs.

 

See also: The Workflow Diagram

 

Return to: Adding Workflow, Designing an App