-
Notifications
You must be signed in to change notification settings - Fork 29
Organization Form Approval
Ryan Wold edited this page Oct 23, 2024
·
9 revisions
-
An Organization can request for Touchpoint's Admin to enable the "Organizational Form Approval" feature.
-
Enabling "Organizational Form Approval", adds an Approval workflow to Form publishing.
-
The Organization is responsible for delegating the responsibility of approving forms.
-
An Organizational Form Approver manages Forms that belong to an Organization by reviewing forms for approval to be published.
graph TD;
draft --> publish --> archive
graph TD;
draft --> submitForReview --> approve --> publish --> archive
OrganizationFormApprover --> |approves| approve
Enabling the feature Organization Form Approval
modifies an organization's form publishing process in the following ways:
- Form Manager creates and submits a form for organizational review.
- Organizational Form Approver is notified by email of the submission awaiting their review and may approve a form.
- If form is approved, the Form Manager is notified by email and will be able to publish the form.
-
Only Touchpoints Admin can enable the Form Approval feature for an
Organization
-
On the
User
object,Organizational Form Approver
role is enabled.