...
This page covers:
Table of Contents | |||
---|---|---|---|
|
...
|
...
|
...
|
...
Submissions Data Model
...
...
The table below categorizes the Submissions functional area and includes a description, the sample uses, and other ways we see it implemented.
Info |
---|
This table could be a helpful starting point to understand design principles for the Submissions functional area in Amp Impact. |
Amp Object Label | Amp Object API name | Object Description | Sample Use | Also Sometimes Called | Key relationships (Amp object's relationship in parentheses) | Sometimes connects to |
---|---|---|---|---|---|---|
Submission | ampi__Submission__c | The Submission object holds two types of records: 1) Templates of questionnaires/assessments and 2) Responses to those questionnaires/assessments once they have been filled out and saved. A Submission template record is created and then Sections and Questions (records on different objects) are created to fill out the structure of the Submission. Submission templates can be related to any custom and/or standard object depending on use case. | Hello Hygiene is accepting proposals for funding for hygiene promotion projects. A grants manager at Hello Hygiene creates a Submission template with sections and questions that applicants will fill out as part of the proposal process. When an applicant fills out a submission, a Response record is created in the system with the applicant's responses for the grants manager to review. | Proposal, Form, Report | Question (parent) | Project |
Section | ampi__Section__c | Section holds details of the different sections within a Submission template. | Hello Hygiene's proposal form for applicants has questions organized into several sections, such as Applicant Information, Project Details, and Proposed Budget |
| Submission (child in lookup) |
|
Question | ampi__Question__c | The Question object holds questions (and answers) for each of the questions added to a Submission template. Questions can be different types, including Short Text, Qualitative, Picklist, Number, Multi-Select Picklist, and Date. | In Hello Hygiene's proposal template, some of the Questions are:
|
| Submission (child in lookup) |
|
...