Inviting Exam Sites to Create Offerings

Summary

One Exam Scheduling use case calls for the Exam Administrator to create a new Exam Activity, which then sends an email (using a Send Email To Member Workflow Behavior) to the Sites capable of offering that exam. Sites can click a link in the email which loads their Activity Offering list page and auto-launches the Create Offering workflow for the specified Activity.

See Also: /wiki/spaces/DOCS/pages/620462296

Configuring the Email Template

Within the Email Template, configure a link like this:

<a href="@Model.UrlHelper.Provider_OfferingList(Model.Activity.GetText("Activity Id"))">Offer This Exam</a>

Related issuesLB-1017