Versions Compared

Key

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

The In the final step in the Validation Process Flow tutorial, the process flow has been created and linked to the Employees entity. All that remains now is to test the functionality. To do this:

  1. Open a new record from the Employee service.
  2. Enter a first and last name.
  3. Enter a warehouse in the Organization field (that is, enter an Organizations record with an ID greater than 6).

  4. Save the record.
    • The validation message specified in the process flow's Rule step appears. This message is also logged to the Aptify Session Exceptions viewer.

      Sample Validation Logic Imposed
  5. Click OK to close the validation message.
  6. Change the new employee's affiliation to a non-warehouse organization (such as ID 5).

  7. Save the record.
    • The record saves successfully.

  8. Try to change an existing employee to associate with a warehouse Organization. You should get the same results as above for a new Employees record.

Cleaning Up

Unless you make the Event Handler inactive, you will continue to impose the validation logic on your test system.

...