You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
845 B

  1. A regular user creates a new Contact and sends it for approval:
  2. #. Create a Contact triggering at least one "Tier Definition".
  3. The Contact will be in Draft state and marked as Archived until approved.
  4. #. Click on *Request Validation* button.
  5. #. In the *Reviews* section, at the bottom of the form, inspect the pending reviews and their status.
  6. The approver reviews Contacts to approve:
  7. #. Navigate to the Contacts app, and select the filter "Needs my Approval"
  8. #. Open the Contact form to approve. It will display a
  9. "This Records needs to be validated" banner, with "Validate" and "Reject" options.
  10. #. The approver can change the state to "Active".
  11. This will automatically unarchive the record and make it available to be used.
  12. The Approve/Reject actions do not automatically change the State.
  13. This could be a future improvement.