...
Table of Contents | ||||||
---|---|---|---|---|---|---|
|
Related pages:
...
Component Name | Function | Implementation | Example User | ||
---|---|---|---|---|---|
CreateTemplateData | Create and edit submission templates with sections and questions | Added to Lightning Page for Submission Templates | Program Officer | ||
SubmissionTemplatePreview | Preview template to see how it will look to responding users | Added as Action to Submission Template page layout | Program Officer | ||
SubmissionResponseForm | Respond to questions on a template assigned to a user | Added to Lightning Page for Submission Responses | Grantee | ||
SubmissionResponseReview | Review and edit a user’s submission Note: If a user has read-only access on any fields on the ampi__Question__c object, then those fields will be displayed as read-only in the component. | Added to Lightning Page for Submission Review | Assessment Reviewer | ||
SubmissionResponseScoring | Assign scores and add comments to a user’s submission | Added to Lightning Page for Submission Review | Assessment Reviewer | ||
SubmissionRadar Charts | View scores for all submissions on a single parent record (e.g. the scores from all Financial Reports submitted by an Organization/Account) | Not added anywhere by default - needs to be added to a custom Lightning page | Program Officer | ||
SubmissionClone | Clone a submission (including responses if Record Type is Submission) so that the user can simply edit pre-existing responses for their next submission | Added as Action button to Submission Template Layout and Submission Layout | Grantee, Program Officer | ||
|
The SubmissionResponseForm and SubmissionResponseScoring components can be further customized for different profiles and their requirements by using the following design attributes:
...
Expand | ||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||
The filter can be applied to multiple fields at once using the following format:
The following Data Types are supported by the filter: Case-Sensitive Operator Values: When entering the operator value as part of the filter, ensure it is in uppercase letters, strictly following the specifications outlined in the Operator Label column of the provided table. Strictly follow the specifications outlined in the Operator Label column of the provided table.
|
...
Object: Question__c
Field set name: Add_Edit_Question_Popup
Unsupported field types: Encrypted String, Multi-select Picklist, Time
...
Custom Permissions
Status | ||||
---|---|---|---|---|
|
This functionality is available Nashira v1.38 onwards.
Label | API Name | Description |
---|---|---|
Override Locked Submissions | Override_Locked_Submissions | This custom permission grants an exception to the "Response Locked" setting. Assigned users will have access to edit responses within the Submission Response Form even if the Response Locked field on the Submission object is set to TRUE. |
...
Submission User Access & Permissions
...