Introduction
...
The Smart Form Manager Tool is available in the Regent Tools menu for users with the ‘Smart Form Manager Tool’ permission enabled.
The Document Assignment Tool is comprised of a top section with selection options for Institution Name and Query Name and a bottom section for the selection of Documents to be assigned.
NOTE: This tool is designed to be used at the Institution level. Only one Campus per Institution should be configured.
Getting Started
Schools will need to:
Be on or upgrade to the Regent Award 6.5.0.0 Release or a subsequent Release
Update Enterprise Permission
Create Smart Form
Update Document Tracking Setup
...
When configuring a DRP, the ‘Name’ must match the name of the document configured in Document Setup. Use caution when Document Names have special characters such as an apostrophe or dash that it is using the identical Document Name and has not been updated by the editor. If no match is found to an existing Document Name configured when executing the DRP expression, an error message is displayed, ‘Document name of <Document Name> is not found'.
Shortkeys:
...
Scope
...
Required
...
This is the document scope associated with the document requirement to update or create.
...
Dropdown
...
Student
Federal Award Year
Student and Reason
Federal Award Year and Reason
Note: Payment Period and Academic Year scopes are not available options.
...
Default Status
...
Required
...
This is the status the document requirement is set to upon the completion of the Smart Form.
Although required, this status is only used when the Smart Form is not configured for electronic signatures.
...
Dropdown
...
Static
Velocity
...
Activity Log Entry Status
...
Required
...
This is the Activity Type for the
Activity Log Entry in Regent logging status changes and new document requirements.
...
Dropdown
...
Esigned Status
...
Required
...
This is the status the document requirement is set to upon the completion of the Smart Form.
Although required, this status is only used when the Smart Form is configured for electronic signatures.
...
Textbox
...
Condition Expression
...
Required
...
Any valid, Boolean expression. Answers to questions in the corresponding smart form can be accessed by wrapping the question code in curly braces. Logical operators, such as, AND (&&), and OR (||) may be used in combination with built-in expressions, such as, SnapUtility.EqualOfAny, and SnapUtility.ReasonEqualToAny. The SnapUtility.ReasonEqualToAny is a special function that can not be used in combination with other expressions and will perform the requested action on existing, student documents where the document reason matches any of the values provided to the function. If an expression did not evaluate to true or false, that means the expression is not valid and contains syntax errors. If the expression is invalid, persistence actions for this document requirement will be ignored.
...
Textbox
...
Create on No Match
...
Optional
...
If checked, the DRP will be create in REM even if the smart form document can not be found for the specified create statuses. The document will be created based on the "Attachment Type" field selection.
...
Checkbox
...
Selected
Unselected (Default)
...
For Transfer
...
Optional
...
This is a legacy setting and is no longer used.
...
Checkbox
...
Selected
Unselected (Default)
...
REM Linked Document
...
Optional
...
If checked, the DRP document
...
Checkbox
...
Selected (Default)
Unselected
...
Document Reason
...
Optional
...
Textbox
...
Update Statuses
...
Optional
...
The DRP student document requirement in REM, will have its status set to the default or esigned status if the smart form document status is in the list of updated statuses.
...
Available Statuses
...
Optional
...
The list of available document requirement statuses.
...
Create Statuses
...
Optional
...
When the current student document status matches a status in the list of create statuses, a new document is created.
...
Document Persistence Additional Information & Advanced Settings
...
File Name
...
Optional
...
This is a legacy setting and is no longer used.
...
Textbox
...
Template Name
...
Required
...
This is a legacy setting and is no longer used.
...
Textbox
...
Attachment Type
...
This is a legacy setting and is no longer used.
...
Dropdown
...
Pdf Template
FAFSA
Student Persistence
Student Persistence updates the Student Portal Authorization fields in Regent based on Student Authorizations and update add or update a student document requirement in Regent. Document Requirements are added and updated upon the completion, including signature(s), of the Smart Form. The document requirement is only added or updated if the expression results are true.
Expand | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||
|
Parent/Spouse Persistence
Sections
Section names are displayed on the Smart Form menu within the Student Portal. Sections are displayed
Expand | |
---|---|
|
...
Shortcut Name
...
Description
...
{fay)
...
Automatically inserts the Federal Award Year of the Smart Form (e.g. 2024-2025).
...
{YearDescription}
...
Name of smart form
...
{YearCode}
...
This returns a special int which is essentially (max year of FAY)-2010. So for 2018-2019 FAY, the year code would be 9.
...
{InstitutionExternalId}
...
{LocationName}
...
legacy
...
{LocationExternalId}
...
legacy
...
{CampusName}
...
{CampusExternalId}
...
{SiteName}
...
{SiteExternalId}
...
{ProgramName}
...
{ProgramExternalId}
...
{ProgramType}
...
Helper Functions
...
UpperCase - returns string
...
returns string - Converts the argument to UPPER CASE. eg: SnapUtility.UpperCase("upper case") returns "UPPER CASE".
...
Trim
...
returns string - Removes leading and trailing whitespace. eg: SnapUtility.Trim(" Hello ") returns "Hello".
...
EqualOfAny
...
returns boolean - Performs TrimUpper and checks if the first argument is in the list of remaining arguments (this function is case insensitive). eg: SnapUtility.EqualOfAny("Hi", "Does", "hi", "exist") returns true.
...
IsNumber
...
returns number - Checks to see if the first argument is a number. If it is not, the second argument is returned. eg: SnapUtility.IsNumber("Dog", -1) returns -1.
...
CheckNumber
...
CompareDate
...
returns number - Checks to see how two dates compare. If the first date is after the second date, the function will return a positive number. If the second date is after the first one, the function will return a negative number. If the dates are the same, the function will return 0. If the arguments cannot be resolved to dates, the function returns NaN. eg: SnapUtility.CompareDate('07/19/2013', '08/01/2013') returns -1.
...
IsCurrentDateBetween
...
returns boolean - Checks to see if the current date falls in a range (non-inclusive). eg: SnapUtility.IsCurrentDateBetween('01/01/2013', '01/01/3000') returns true.
...
IsCurrentDateBefore
...
returns boolean - Checks if the current date falls before a specified date. eg: SnapUtility.IsCurrentDateBefore('01/01/2013') returns false.
...
AddDaysToDate
...
- returns Date - Adds a specified number of days to the specified date. eg: SnapUtility.AddDaysToDate('01/01/2013', 9) returns '01/10/2013'.
...
title | Document Requirement Persistence Fields |
---|
...
DRP Field Name
...
Required/Optional
...
DRP Field Description
...
DRP Field Type
...
Question Field Options
...
Document Name
...
Required
...
This is the name of the document configured in Regent to update or create based on the persistence logic.
When configuring a Document Persistence, the ‘Name’ must match the name of the document configured in Document Setup. Use caution when Document Names have special characters such as an apostrophe or dash that it is using the identical Document Name and has not been updated by the editor. If no match is found to an existing Document Name configured when executing the DRP expression, an error message is displayed, ‘Document name of <Document Name> is not found'.
...
Textbox
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Student Persistence
Student Persistence updates the Student Portal Authorization fields in Regent based on Student Authorizations and update add or update a student document requirement in Regent. Document Requirements are added and updated upon the completion, including signature(s), of the Smart Form. The document requirement is only added or updated if the expression results are true.
Expand | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||
|
Parent/Spouse Persistence
Sections
Section names are displayed on the Smart Form menu within the Student Portal. Sections are displayed in numerical order from lowest to highest based on the number entered in the Section Sort Order field.
...
Expand | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Groups
Groups are used within each Section to categorize questions. Each group is comprised of one or more questions. All questions contained within a group are organized beneath the Group name defined and displayed within each Section. Groups display in numerical order from lowest to highest based on the number entered in the Section Group Sort Order field.
...
Expand | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Section
Sections Additional Information & Advanced Settings | A system-Section Id
Textbox (Read-only)
Textbox (Read-only) Section Title Optional The text entered in this field is displayed at the top of the Smart Form page. Textbox Section Information Optional The text entered in this field is displayed at the top of the Smart Form page beneath the Section Title, if configured Text Area Parent Information Optional The selection(s) in this section can be used as an identifier or in validation and dependency logic in the Smart Form. Checkbox
|
Groups
...
Questions
Questions are displayed within each Group to categorize questions. Each group is comprised of one or more questions. All questions contained within a group are organized beneath the Group name defined and displayed within each Section. Groups Questions display in numerical order from lowest to highest based within the Group on the number entered in the Group Question Sort Order field.
...
Expand | ||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||
Expand | ||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||
Group
If static is selected, the field content is displayed in the same manner provided. If velocity is selected, a velocity templating engine is used that will allow for dynamic logic and display (see https://velocity.apache.org/engine/1.7/user-guide.html). Dropdown
Group Name Required The text entered in this field is displayed as a Group Title for a set of one or more questions within the Smart Form in the Student Portal. Textbox Group Instructions Optional The text entered here is displayed as instructional messaging for the questions within the group. Textbox Code Required The text entered here will be used as a short name to identify the Group in the Smart Form Manager. Textbox Allows alpha-numeric characters without spaces Sort Order Required The number entered here will be used to sort Groups within the Section from the lowest Sort Order to the highest Sort Order. Numeric Visible Optional If selected, the Group will be visible by default. If unselected, the Group will not be visible by default. Dependency logic can be used to display or hide the Group from its initial default state. Checkbox
Page Index Required Groups can be displayed on different pages within each Section. The number entered here will be used to determine which page the Group is displayed on. Numeric Groups Additional Information & Advanced Settings Group Id A system-generated ID is created and associated when creating a new group. Created At This is the date upon which a new group is created. Modified At This is the last date upon which a group was modified. |
Questions
Questions are displayed within each Group to categorize questions. Each group is comprised of one or more questions. All questions contained within a group are organized beneath the Group name defined and displayed within each Section. Questions display in numerical order from lowest to highest based within the Group on the number entered in the Question Sort Order field.
...
|
Dependencies
Smart Forms can be designed to use conditional logic to tailor each question to an individual applicant and minimize the number of questions an applicant is required to answer by using Dependency logic. Dependencies use dynamic logic for Sections, Groups, and Questions to make Visible or hide based on responses to Questions within the Smart Form. Dependencies also control if a Question is Required when made Visible or not. For example, a Dependency can be created to Hide a Question, make a Question Visible and Required, or make a Question Visible and Not Required.
A Section, Group, or Question can have one or more Dependency groups. Each Dependency group is comprised of one or more Dependency rules. Each Dependency group uses a selected Compare Operator of ‘AND’ or ‘OR' when evaluating if the Dependency rule(s) are 'true’.
Dependency Comparison Operator
The "AND" Compare Operator is used to determine if ALL Dependency Rules are true.
The "OR" Compare Operator is used to determine if one or more Dependency Rules are true.
Tip: It's recommended that you set a Section/Groups/Questions visibility to a base visibility, and then only create rules which change the visibility. This way you do not have conflicting dependencies or dependency rules (one rule which makes it hidden, and another rule which makes it visible). If both rules evaluate to true, then it can be more complicated to determine which rules visibility applies. For instance, perhaps you set a Section's visibility to hidden, and then only create dependencies/dependency rules that make it visible. See the "Competing Dependencies Example" in Examples section below.
Dependency Rules
Rules can be a two types: question based or expression based
Question based rules are the rules that makes target object dependant of the value of another question in the application.
Expression based rules are the rules that are evaluated using an expression provided by the user. This expression is based on the javascript language. A single rule expression can be build on one or more dependent questions using various logical and mathematical operations. Question values are referenced by using the following notation {questionCode}
The individual rules have the flags for visible and required. When different rules in the same dependency have different values for those flags, the first rule that is evaluated will trigger, and all subsequent rules in the dependency will be ignored.
The dependency rules are evaluated in the order they were added to the database.
Every rule has the following information:
Comparison operator (=, >, <, >=, <=, !, <>, !=)
The symbols "<>" and "!=" are interchangeable operators that mean "not equal".
The Exclaimation point means logical not.
Dependent question option id
Expression
Required Flag
Visible Flag
Rules can be a two types: question based or expression based
Question based rules are the rules that makes target object dependant of the value of another question in the application.
Expression based rules are the rules that are evaluated using an expression provided by the user. This expression is based on the javascript language. A single rule expression can be build on one or more dependent questions using various logical and mathematical operations. Question values are referenced by using the following notation {questionCode}
Logical evaluations can be strung together using logical AND (&&) and logical OR (||). These kind of conditions allow multiple comparisons to determine the ultimate result of the expression. The words "AND" and "OR" are interchangeable with "&&" and "||", respectively.
SnapUtility.EqualOfAny('hi', 'is', 'hi', 'here') && SnapUtility.IsCurrentDateBefore('01/01/2013') - returns false because both conditions must be true for the expression to be true.
SnapUtility.IsCurrentDateBefore('01/01/2013') || SnapUtility.EqualOfAny('hi', 'is', 'hi', 'here') - returns true because at least one of the conditions is true.
Several Helper functions are provided:
UpperCase - returns string - Converts the argument to UPPER CASE. eg: SnapUtility.UpperCase("upper case") returns "UPPER CASE".
Trim - returns string - Removes leading and trailing whitespace. eg: SnapUtility.Trim(" Hello ") returns "Hello".
TrimUpper - returns string - Performs both UpperCase and Trim commands.
EqualOfAny - returns boolean - Performs TrimUpper and checks if the first argument is in the list of remaining arguments (this function is case insensitive). eg: SnapUtility.EqualOfAny("Hi", "Does", "hi", "exist") returns true.
IsNumber - returns number - Checks to see if the first argument is a number. If it is not, the second argument is returned. eg: SnapUtility.IsNumber("Dog", -1) returns -1.
CheckNumber
CompareDate - returns number - Checks to see how two dates compare. If the first date is after the second date, the function will return a positive number. If the second date is after the first one, the function will return a negative number. If the dates are the same, the function will return 0. If the arguments cannot be resolved to dates, the function returns NaN. eg: SnapUtility.CompareDate('07/19/2013', '08/01/2013') returns -1.
IsCurrentDateBetween - returns boolean - Checks to see if the current date falls in a range (non-inclusive). eg: SnapUtility.IsCurrentDateBetween('01/01/2013', '01/01/3000') returns true.
IsCurrentDateAfter - returns boolean - Checks if the current date falls after a specified date. eg: SnapUtility.IsCurrentDateAfter('01/01/2013') returns true.
IsCurrentDateBefore - returns boolean - Checks if the current date falls before a specified date. eg: SnapUtility.IsCurrentDateBefore('01/01/2013') returns false.
AddDaysToDate - returns Date - Adds a specified number of days to the specified date. eg: SnapUtility.AddDaysToDate('01/01/2013', 9) returns '01/10/2013'.
If a dependant question is hidden (visibleFlag = 0) then the dependency rule is not evaluated and always returns false.
For the expression based rules, by placing “@” symbol before the question code in expression points the application to evaluate this question even if it is hidden. (@{studentsMaritalStatus})
If one of the dependant questions (in case of an expression based rule) is hidden then the whole expression will not be evaluated.
Because visibility / required flags are set on the Rule level it is possible to have one rule which sets something to hidden and another rule which sets something to visible in the same dependency.
For AND dependencies, the visibility / required flag of the last rule will be used
For OR dependencies, the visibility / reguired flag of the first triggered rule (rule with conditions met) will be used.
If there are multiple Dependencies, each with its own set of Dependency Rules then the following evaluation process will take place:
All dependencies and its dependency rules are read from the database in the order they were added.
Application starts to evaluate dependency rules
Application checks the current rule’s dependant question’s status. If a dependant question is hidden then the rule is ignored.
In case of an expression based rule, application checks every question’s status that is met in the expression. If one of the questions is hidden and does not have status ignoring symbol then the whole expression is ignored.
Dependency Examples
...
Validations
https://velocity.apache.org/engine/1.7/user-guide.html
https://www.geeksforgeeks.org/javascript-regexpregular-expression/
Document Requirement Persistence
Condition (expression) -> an optional javascript expression, similar to dependency / complex validator expressions which can be set. If it's set, the doc req will only attempt to persist if the expression results in true. Will handle {questionCode} formatting. No special logic for whether questions are hidden, visible, etc.
Will handle {questionCode} formatting.
Examples
Example 1
Student starts a Verification Worksheet smart form application.
Student indicates No, I have already filed a tax return SNAP smart form questionnaire.
Student completes and signs their Verification Worksheet.
A 2015 Student Filing Extension Granted by the IRS document requirement is created for the student.
Student starts a Verification Worksheet - Change smart form application.
Student indicates No, I have already filed a tax return.
Student completes and signs their Verification Worksheet.
A 2015 Student Filing Extension Granted by the IRS document requirement does not get created for the student.
...
Dependencies
Smart Forms can be designed to use conditional logic to tailor each question to an individual applicant and minimize the number of questions an applicant is required to answer by using Dependency logic. Dependencies use dynamic logic for Sections, Groups, and Questions to make Visible or hide based on responses to Questions within the Smart Form. Dependencies also control if a Question is Required when made Visible or not. For example, a Dependency can be created to Hide a Question, make a Question Visible and Required, or make a Question Visible and Not Required.
A Section, Group, or Question can have one or more Dependency groups. Each Dependency group is comprised of one or more Dependency rules. Each Dependency group uses a selected Compare Operator of ‘AND’ or ‘OR' when evaluating if the Dependency rule(s) are 'true’.
Dependency Comparison Operator
The "AND" Compare Operator is used to determine if ALL Dependency Rules are true.
The "OR" Compare Operator is used to determine if one or more Dependency Rules are true.
Tip: It's recommended that you set a Section/Groups/Questions visibility to a base visibility, and then only create rules which change the visibility. This way you do not have conflicting dependencies or dependency rules (one rule which makes it hidden, and another rule which makes it visible). If both rules evaluate to true, then it can be more complicated to determine which rules visibility applies. For instance, perhaps you set a Section's visibility to hidden, and then only create dependencies/dependency rules that make it visible. See the "Competing Dependencies Example" in Examples section below.
Dependency Rules
Rules can be a two types: question based or expression based
Question based rules are the rules that makes target object dependant of the value of another question in the application.
Expression based rules are the rules that are evaluated using an expression provided by the user. This expression is based on the javascript language. A single rule expression can be build on one or more dependent questions using various logical and mathematical operations. Question values are referenced by using the following notation {questionCode}
The individual rules have the flags for visible and required. When different rules in the same dependency have different values for those flags, the first rule that is evaluated will trigger, and all subsequent rules in the dependency will be ignored.
The dependency rules are evaluated in the order they were added to the database.
Every rule has the following information:
Comparison operator (=, >, <, >=, <=, !, <>, !=)
The symbols "<>" and "!=" are interchangeable operators that mean "not equal".
The Exclaimation point means logical not.
Dependent question option id
Expression
Required Flag
Visible Flag
Rules can be a two types: question based or expression based
Question based rules are the rules that makes target object dependant of the value of another question in the application.
Expression based rules are the rules that are evaluated using an expression provided by the user. This expression is based on the javascript language. A single rule expression can be build on one or more dependent questions using various logical and mathematical operations. Question values are referenced by using the following notation {questionCode}
Logical evaluations can be strung together using logical AND (&&) and logical OR (||). These kind of conditions allow multiple comparisons to determine the ultimate result of the expression. The words "AND" and "OR" are interchangeable with "&&" and "||", respectively.
SnapUtility.EqualOfAny('hi', 'is', 'hi', 'here') && SnapUtility.IsCurrentDateBefore('01/01/2013') - returns false because both conditions must be true for the expression to be true.
SnapUtility.IsCurrentDateBefore('01/01/2013') || SnapUtility.EqualOfAny('hi', 'is', 'hi', 'here') - returns true because at least one of the conditions is true.
Several Helper functions are provided:
UpperCase - returns string - Converts the argument to UPPER CASE. eg: SnapUtility.UpperCase("upper case") returns "UPPER CASE".
Trim - returns string - Removes leading and trailing whitespace. eg: SnapUtility.Trim(" Hello ") returns "Hello".
TrimUpper - returns string - Performs both UpperCase and Trim commands.
EqualOfAny - returns boolean - Performs TrimUpper and checks if the first argument is in the list of remaining arguments (this function is case insensitive). eg: SnapUtility.EqualOfAny("Hi", "Does", "hi", "exist") returns true.
IsNumber - returns number - Checks to see if the first argument is a number. If it is not, the second argument is returned. eg: SnapUtility.IsNumber("Dog", -1) returns -1.
CheckNumber
CompareDate - returns number - Checks to see how two dates compare. If the first date is after the second date, the function will return a positive number. If the second date is after the first one, the function will return a negative number. If the dates are the same, the function will return 0. If the arguments cannot be resolved to dates, the function returns NaN. eg: SnapUtility.CompareDate('07/19/2013', '08/01/2013') returns -1.
IsCurrentDateBetween - returns boolean - Checks to see if the current date falls in a range (non-inclusive). eg: SnapUtility.IsCurrentDateBetween('01/01/2013', '01/01/3000') returns true.
IsCurrentDateAfter - returns boolean - Checks if the current date falls after a specified date. eg: SnapUtility.IsCurrentDateAfter('01/01/2013') returns true.
IsCurrentDateBefore - returns boolean - Checks if the current date falls before a specified date. eg: SnapUtility.IsCurrentDateBefore('01/01/2013') returns false.
AddDaysToDate - returns Date - Adds a specified number of days to the specified date. eg: SnapUtility.AddDaysToDate('01/01/2013', 9) returns '01/10/2013'.
If a dependant question is hidden (visibleFlag = 0) then the dependency rule is not evaluated and always returns false.
For the expression based rules, by placing “@” symbol before the question code in expression points the application to evaluate this question even if it is hidden. (@{studentsMaritalStatus})
If one of the dependant questions (in case of an expression based rule) is hidden then the whole expression will not be evaluated.
Because visibility / required flags are set on the Rule level it is possible to have one rule which sets something to hidden and another rule which sets something to visible in the same dependency.
For AND dependencies, the visibility / required flag of the last rule will be used
For OR dependencies, the visibility / reguired flag of the first triggered rule (rule with conditions met) will be used.
If there are multiple Dependencies, each with its own set of Dependency Rules then the following evaluation process will take place:
All dependencies and its dependency rules are read from the database in the order they were added.
Application starts to evaluate dependency rules
Application checks the current rule’s dependant question’s status. If a dependant question is hidden then the rule is ignored.
In case of an expression based rule, application checks every question’s status that is met in the expression. If one of the questions is hidden and does not have status ignoring symbol then the whole expression is ignored.
Dependency Examples
...
Validations
https://velocity.apache.org/engine/1.7/user-guide.html
https://www.geeksforgeeks.org/javascript-regexpregular-expression/
Document Requirement Persistence
Condition (expression) -> an optional javascript expression, similar to dependency / complex validator expressions which can be set. If it's set, the doc req will only attempt to persist if the expression results in true. Will handle {questionCode} formatting. No special logic for whether questions are hidden, visible, etc.
Will handle {questionCode} formatting.
Examples
Example 1
Student starts a Verification Worksheet smart form application.
Student indicates No, I have already filed a tax return SNAP smart form questionnaire.
Student completes and signs their Verification Worksheet.
A 2015 Student Filing Extension Granted by the IRS document requirement is created for the student.
Student starts a Verification Worksheet - Change smart form application.
Student indicates No, I have already filed a tax return.
Student completes and signs their Verification Worksheet.
A 2015 Student Filing Extension Granted by the IRS document requirement does not get created for the student.
Example 2
Given:
Verification Worksheet for FAY
W-2 document, scope uniqueness is turned off in REM
Student selects "Will Not File"
Student indicates that they received a W-2 from Employer 1 and provides information for Employer 1
Student indicates that they received a W-2 from Employer 2 and provides information for Employer 2
When:
Student completes and signs the Verification Worksheet - Change smart form for same FAY
Student selects "Will Note File"
Student indicates that they received a W-2 from Employer 1 and provides information for Employer 1 (Employer A)
Student indicates that they received a W-2 from Employer 2 and provides information for Employer 2 (Employer B)
Student indicates that they received a W-2 from Employer 3 and provides information for Employer 3 (Employer C)
Then:
A new, needed, W-2 document is created in REM, with the reason set to the name of Employer 3 (Employer C)
Example 3
Given:
Verification Worksheet for FAY
W-2 document, scope uniqueness is turned off in REM
Student selects "Will Not File"
Student indicates that they received a W-2 from Employer 1 and provides information for Employer 1 (Employer A)
Student indicates that they received a W-2 from Employer 2 and provides information for Employer 2 (Employer B)
When:
Student completes and signs the Verification Worksheet - Change smart form for same FAY
Student selects "Will Note File"
Student updates the information for Employer 1 to Employer B
Student updates the information for Employer 2 to Employer C
Student deletes the information for Employer 3
Then:
The W-2 for Employer A is waived
The W-2 for Employer B remains unchanged
The W-2 for Employer C is created with a needed status
Example 4
Given:
Verification Worksheet for FAY
W-2 document, scope uniqueness is turned off in REM
Student selects "Will Not File"
Student indicates that they received a W-2 from Employer 1 and provides information for Employer 1 (Employer A)
Student indicates that they received a W-2 from Employer 2 and provides information for Employer 2 (Employer B)
When:
User changes W-2 for Employer A to satisfied in REM
Student completes and signs the Verification Worksheet - Change smart form for same FAY
Student selects "Will Note File"
Student indicates that they received a W-2 from Employer 1 and provides information updates the information for Employer 1 (to Employer A)B
Student indicates that they received a W-2 from Employer 2 and provides updates the information for Employer 2 (to Employer B)C
Student indicates that they received a W-2 from Employer 3 and provides deletes the information for Employer 3 (Employer C)
REM
Then:
A new, needed, The W-2 for Employer A is unchanged
The W-2 for Employer B remains unchanged
The W-2 document for Employer C is created in REM, with the reason set to the name of Employer 3 (Employer C)
Example 3
Given:
Verification Worksheet for FAY
W-2 document, scope uniqueness is turned off in REM
Student selects "Will Not File"
Student indicates that they received a W-2 from Employer 1 and provides information for Employer 1 (Employer A)
Student indicates that they received a W-2 from Employer 2 and provides information for Employer 2 (Employer B)
When:
Student completes and signs the Verification Worksheet - Change smart form for same FAY
Student selects "Will Note File"
Student updates the information for Employer 1 to Employer B
Student updates the information for Employer 2 to Employer C
Student deletes the information for Employer 3
Then:
The W-2 for Employer A is waived
The W-2 for Employer B remains unchanged
The W-2 for Employer C is created with a needed status
Example 4
Given:
Verification Worksheet for FAY
W-2 document, scope uniqueness is turned off in REM
Student selects "Will Not File"
Student indicates that they received a W-2 from Employer 1 and provides information for Employer 1 (Employer A)
Student indicates that they received a W-2 from Employer 2 and provides information for Employer 2 (Employer B)
When:
User changes W-2 for Employer A to satisfied in REM
Student completes and signs the Verification Worksheet - Change smart form for same FAY
Student selects "Will Note File"
Student updates the information for Employer 1 to Employer B
Student updates the information for Employer 2 to Employer C
Student deletes the information for Employer 3
REM
Then:
The W-2 for Employer A is unchanged
The W-2 for Employer B remains unchanged
The W-2 for Employer C is created with a needed status
Technical Details
Condition (expression) -> an optional javascript expression, similar to dependency / complex validator expressions which can be set. If it's set, the doc req will only attempt to persist if the expression results in true. Will handle {questionCode} formatting. No special logic for whether questions are hidden, visible, etc.
Match configuration - Capability to create, update, or do nothing if a matched document for the student already exists based on the existing doc requirement status. User can select multiple statuses for update vs create. Status selection will be mutually exclusive (a doc status can only exist in one of the following items):
Update On Match Statuses: (selected document statuses)
Create On Match Statuses: (selected document statuses)
Otherwise ignore
Can configure to create the document if there is no match
Scope: STUDENT or FEDERALAWARDYEAR
Status: NEEDED,SATISFIED,UNSATISFIED,RECEIVED,INCOMPLETE,WAIVED
Status doc will be saved as if the questionnaire is not an esign questionnaire, or it is an esign questionnaire but user did not esign (they paper signed instead)
ESignedStatus: NEEDED,SATISFIED,UNSATISFIED,RECEIVED,INCOMPLETE,WAIVED
Document will be created or updated with this status if it's an ESIGN questionnaire and the user did choose to E-sign
FEDERALAWARDYEAR will be set to Federal Award Year of questionnaire
Supported entry types: AddressRelated, AwardRelated, AuditRelated, COARelated, CODRelated, DisbursementRelated, DocumentRelated, EnrollmentRelated, ISIRRelated, NeedRelated, PLUSRelated, PJRelated, QARelated, ResourceRelated, R2T4Related, SAPRelated, SBLLoad, ServiceRelated, VerificationRelated, CommunicationRelated, Other, ESTRelated, WorkStudyRelated
Attachment Type: None, PdfTemplate, FAFSA
None - no attachment stored in REM
PdfTemplate - Indicates a PDF attachment will be created based on the value of Attachment Template
FAFSA - The standard Dept. Of Ed. FAFSA (that matches fed award year of questionnaire) will be pre-populated from the SNAP questionnaire.
10. Attachment File Name: string of file name as stored in REM
11. Attachment Template - string field which will take a named velocity template. Note - this velocity template MUST exist in the theme the questionnaire is processed with, otherwise an "Template 'templatename' does not exist." error will be thrown at time of application processing.
Notes about fields which are not configurable
Letter correspondence date -> ignored by snap
Email correspondence date -> ignored by snap
Activity Source Type - STUDENTACTION always used
Message - will use the message as set up in REM document setup
Reason - will use the reason as set up in REM document setup
Received Date - Will rely on REM services automatically setting to current datetime if existing received date is null (or we are creating doc) and status is RECEIVED or SATISFIED
Reviewed Date - Will rely on REM services automatically setting to current datetime if existing reviewed date is null (or we are creating doc) and status is SATISFIED
This configuration will be included in when a questionnaire is copied, exported, or imported.
EFAFSA:
Will persist as the current EnableEFAFSAPersistence configuration setting dictates (which can be scoped for the whole snap instance, or scoped to questionnaire which takes precedence)
Student demographic fields: These will be handled in another JIRA issue to facilitate testing
Management screens in SNAP admin pages (Persistence link/button on questionnaire detail page).
Related Tickets
...
with a needed status
Technical Details
Condition (expression) -> an optional javascript expression, similar to dependency / complex validator expressions which can be set. If it's set, the doc req will only attempt to persist if the expression results in true. Will handle {questionCode} formatting. No special logic for whether questions are hidden, visible, etc.
Match configuration - Capability to create, update, or do nothing if a matched document for the student already exists based on the existing doc requirement status. User can select multiple statuses for update vs create. Status selection will be mutually exclusive (a doc status can only exist in one of the following items):
Update On Match Statuses: (selected document statuses)
Create On Match Statuses: (selected document statuses)
Otherwise ignore
Can configure to create the document if there is no match
Scope: STUDENT or FEDERALAWARDYEAR
Status: NEEDED,SATISFIED,UNSATISFIED,RECEIVED,INCOMPLETE,WAIVED
Status doc will be saved as if the questionnaire is not an esign questionnaire, or it is an esign questionnaire but user did not esign (they paper signed instead)
ESignedStatus: NEEDED,SATISFIED,UNSATISFIED,RECEIVED,INCOMPLETE,WAIVED
Document will be created or updated with this status if it's an ESIGN questionnaire and the user did choose to E-sign
FEDERALAWARDYEAR will be set to Federal Award Year of questionnaire
Supported entry types: AddressRelated, AwardRelated, AuditRelated, COARelated, CODRelated, DisbursementRelated, DocumentRelated, EnrollmentRelated, ISIRRelated, NeedRelated, PLUSRelated, PJRelated, QARelated, ResourceRelated, R2T4Related, SAPRelated, SBLLoad, ServiceRelated, VerificationRelated, CommunicationRelated, Other, ESTRelated, WorkStudyRelated
Attachment Type: None, PdfTemplate, FAFSA
None - no attachment stored in REM
PdfTemplate - Indicates a PDF attachment will be created based on the value of Attachment Template
FAFSA - The standard Dept. Of Ed. FAFSA (that matches fed award year of questionnaire) will be pre-populated from the SNAP questionnaire.
10. Attachment File Name: string of file name as stored in REM
11. Attachment Template - string field which will take a named velocity template. Note - this velocity template MUST exist in the theme the questionnaire is processed with, otherwise an "Template 'templatename' does not exist." error will be thrown at time of application processing.
Notes about fields which are not configurable
Letter correspondence date -> ignored by snap
Email correspondence date -> ignored by snap
Activity Source Type - STUDENTACTION always used
Message - will use the message as set up in REM document setup
Reason - will use the reason as set up in REM document setup
Received Date - Will rely on REM services automatically setting to current datetime if existing received date is null (or we are creating doc) and status is RECEIVED or SATISFIED
Reviewed Date - Will rely on REM services automatically setting to current datetime if existing reviewed date is null (or we are creating doc) and status is SATISFIED
This configuration will be included in when a questionnaire is copied, exported, or imported.
EFAFSA:
Will persist as the current EnableEFAFSAPersistence configuration setting dictates (which can be scoped for the whole snap instance, or scoped to questionnaire which takes precedence)
Student demographic fields: These will be handled in another JIRA issue to facilitate testing
Management screens in SNAP admin pages (Persistence link/button on questionnaire detail page).
Related Tickets
Student Portal: Create new function for Document Requirement Persistence (DRP) Reason Expression
Expressions
When configuring a DRP, the ‘Name’ must match the name of the document configured in Document Setup. Use caution when Document Names have special characters such as an apostrophe or dash that it is using the identical Document Name and has not been updated by the editor. If no match is found to an existing Document Name configured when executing the DRP expression, an error message is displayed, ‘Document name of <Document Name> is not found'.
Shortkeys:
Expand | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||
|
Helper Functions | ||
---|---|---|
|
| |
|
| |
|
| |
|
| |
| ||
|
| |
|
| |
|
| |
|
|
When configuring a DRP, the ‘Name’ must match the name of the document configured in Document Setup. Use caution when Document Names have special characters such as an apostrophe or dash that it is using the identical Document Name and has not been updated by the editor. If no match is found to an existing Document Name configured when executing the DRP expression, an error message is displayed, ‘Document name of <Document Name> is not found'.
Shortkeys:
Expand | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||
|
Helper Functions | ||
---|---|---|
|
| |
|
| |
|
| |
|
| |
| ||
|
| |
|
| |
|
| |
|
|