Since we have migrated over thousands of alumni who are not users in Populi (nor do we want to make them, since we are using AD for authentication), there needs to be a way for them to request and print an unofficial transcript. For instance, they could click on a link that would take them to a webform where they verified specific information about themselves and they could get access to download their unofficial transcript.
2 comments
-
Evan Donovan Potentially you could implement this feature via the following API call: https://support.populiweb.com/hc/en-us/articles/223798747-API-Reference#getTranscript, with the 2nd parameter "pdf" set to true.
You would just need to create some sort of page that would validate their identity based on looking up some information from Populi (likely using other API calls), and then make the API call.
I know that it would be preferable to use Populi, but, as a fellow Populi user, I just wanted to suggest to you a way you could potentially handle this if it doesn't get implemented by Populi for a while.
-
Adam Sentz Brenda Gibson - Perhaps you could use the existing public transcript request form. You could add a delivery method called Unofficial that's fulfilled by email, and have an Unofficial transcript template that's used to fulfill those requests. If you want to try that and would like some assistance please open a support request and one of our reps will help you out.