You can add a link to enroll a Participant into a new Program within a report. This will allow you to enroll a Participant into a Program within the Site you are currently logged in to.
You will need to ensure that you have "Participant Site Identifier" in your Query Objects before getting started.
Step 1 β Create the following variable:
Enroll Participant Link
=Replace("<a href=\"https://secure.etosoftware.com/Participant/QuickEnroll/" + [Participant Site Identifier]+ "?ReturnPage=/Modules/Participants/AddEditClient.aspx%3fclid%3d"+ [Participant Site Identifier] +"%26readonly%3dtrue" +"\"target=\"blank\">" + "Enroll" + "</a>";",";"")
Step 2 β Add the variable to your table.
Step 3 β Right click within the cell where the link is displayed, select "Format Cell", and change the Display to Read content as: "HTML".
Once the link is available, you can click it, and a new page will open for you to enroll the Participant into a new Program.