Skip to main content
Liaison

Search

  • Filter Results
  • Location
  • Classification
    • Page type
    • Content Reuse
    • Media
    • Tables
    • Stage
    • Content Owner
  • Include attachments
Searching in
About 2 results
  • https://help.liaisonedu.com/Outcomes/Advanced_Configuration/Application_Completion_Requirements/Creating_a_Variable_Application_Property_Based_on_Application_Submission_Date
    To complete this configuration, you'll first need to create a custom property that looks for the submission date and returns the value of your choice. "Text Option 1" - replace this with the value you...To complete this configuration, you'll first need to create a custom property that looks for the submission date and returns the value of your choice. "Text Option 1" - replace this with the value you want to be returned to your field if the applicant's submitted date is between the two dates you provided above. "Text Option 2" - replace this with the value you want to be returned to your field if the applicant's submitted date is after the second date you provided above.
  • https://help.liaisonedu.com/Outcomes/Advanced_Configuration/Reports_and_Exports/Including_Variable_Fields_in_Exports
    test scores, high schools, colleges) let index = 0; // forkQuestion represents the question that determines which values will return for a specific applicant let forkQuestion = forms?.your_question?.y...test scores, high schools, colleges) let index = 0; // forkQuestion represents the question that determines which values will return for a specific applicant let forkQuestion = forms?.your_question?.your_field; // forkAnswer1 is the answer to forkQuestion that will lead you down path1, forkAnswer2 is the answer that will lead you to path2 let forkAnswer1 = "Option1"; let forkAnswer2 = "Option2"