-
Notifications
You must be signed in to change notification settings - Fork 1
AddRec
Eugene Mah edited this page Sep 21, 2023
·
5 revisions
The Add new recommendations form is used to add a new recommendation for a survey. The form is accessed in one of two ways:
Using the URI /recommendations/create
opens a blank form as shown below.
Using the URI /recommendations/{id}/create
where {id}
is a survey ID already stored in the database, the form for adding a new recommendation is displayed along with any other recommendations already stored for that survey ID. The Survey ID field is pre-populated when this form is used.
When adding a new recommendation, the following fields are required:
- Survey ID
- Recommendation
If the Resolved box is checked for a new recommendation, the following fields are also required:
- Resolution date
- Resolved by