Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Info
titleSummary

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:

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


Filter by label (Content by label)
cqllabel in ( "activity-offerings" , "exam-scheduling" )

Page Propertieshiddentrue


Related issuesLB-1017