Creating Workflows with the Wizard

Users such as purchasing managers or executives can use the New Workflow Wizard to quickly create workflows (event handlers and actions) for some basic notification scenarios. For example, a purchasing manager can build a workflow to "Notify me when a PO line is created for more than $1000."

As you make simple choices in the wizard, behind the scenes the system is creating event handler and event actions metadata that can later be viewed or edited in the standard Application Event System (AES) forms.

Building a Workflow

To build a simple notification workflow:

  1. On the first page of the New Workflow Wizard, specify one of these options:
  2. Select Customize Resulting Workflow if you want to open the event handler you created in the standard AES forms when you finish building the workflow through the wizard. This option is enabled only if you selected one of the Notify options.
  3. Click Next. On the second page of the wizard, specify these options:
  4. Click Next. On the third page of the wizard, specify these options:

    See the Examples below.

  5. Click Finish to complete the workflow. (The Next button on this page is reserved for future use.) If you selected Customize Resulting Workflow, the Event Handlers form is launched for this workflow's event handler.

Example 1: PO Line Cost Greater than $1000

To create a workflow that sends a notification to your Inbox when a new purchase order line is added where the cost is more than $1000:

  1. In the first page of the New Workflow Wizard, select Notify Me When.
  2. In the second page of the wizard, specify the description as Notify me when new PO line cost is > $1000.
  3. For Apply To, select the PurchaseOrderLines form and click in the IDO field to display the appropriate IDO (SLPoItems) and caption (Purchase Order Items).
  4. For What to Track, specify Additions.
  5. In the third page, specify the filter criteria:
  6. Click Finish to complete the workflow.
  7. To test the workflow, ask another user to add a new PO line for more than $1000. You should receive a notification in your Inbox.

Example 2: PO Line Promise Date Later Than Due Date

To create a workflow that sends a notification to your Inbox when a PO line change occurs and the Promise Date is later than the Due Date:

  1. Follow steps 1-3 from the first example.
  2. For What to Track, specify Changes.
  3. In the third page, specify the filter criteria:
  4. Click Finish to complete the workflow.
  5. Test the workflow.

Viewing Your Finished Workflows

After you finish creating your workflow, you can view it in the My Workflows form.  If you want to further customize a workflow, you can use the editors on the Event Handlers form.

Event Handlers cannot be deleted. You can, however, edit the Event Handler and mark it as Obsolete.


Related Topics

Creating Event Handlers