This change allows for surveys to be linked. The implementation is to allow for one survey to have multiple embedded versions of itself.
To load a linked survey you need to add two columns to your select statement in upload_data_to_survey.
These are sys_link_id and sys_link_title. The system will have one survey per value of sys_link_id with each of the rows with that value embedded in the survey in a list with each list item having the title in ssy_link_title. You can then click on the list to actually complete the linked survey and on complete it will return you to the list.
This change allows for surveys to be linked. The implementation is to allow for one survey to have multiple embedded versions of itself.
To load a linked survey you need to add two columns to your select statement in upload_data_to_survey. These are sys_link_id and sys_link_title. The system will have one survey per value of sys_link_id with each of the rows with that value embedded in the survey in a list with each list item having the title in ssy_link_title. You can then click on the list to actually complete the linked survey and on complete it will return you to the list.