RIO Ed - Course Version Redirector
rio_ed:courseVersionRedirector
Table of Contents
RIO Ed - Course Version Redirector
| Component Name | RIO Ed - Course Version Redirector |
| API Name | rio_ed:courseVersionRedirector |
| Type | Standalone |
| Recommended Pages | Course page for both internal or digital experience |
| Supported In | Salesforce Internal and Digital Experience |
Overview
With the introduction of Course Versioning in v3.24, the Course Version Redirector component is intended to be placed on a Course record page, and provides a way to let the current user known if the Course record they are looking at is out of date.
It also gives the option of either manually or automatically redirecting to the latest version of the Course.
Setup
Enabling Course Versioning
This component is only intended for use if Course Versioning has been enabled. For more information, see here.
Component
The RIO Ed - Course Version Redirector component needs to be added to a Course lightning page. It is recommended to place it at the top so if a warning message appears it is the first thing the user sees.

Redirect Mode
Set the Redirect Mode on the component, based on whether you want the user to automatically be redirected to the latest version, or just be warned if they're current version is not the latest.
- Manual: Shows a warning alert, with a link to the latest version.
- Automatic: Redirects the user immediately to the latest version.
Developer section
| Attribute Name | API Name | Description |
|---|---|---|
| Redirect Mode | redirectMode |
Manual = show a warning alert with a link. Automatic = redirect the user immediately to the latest version. Options:
|
| Not Latest Message | notLatestMessage |
The warning message displayed when the user is viewing an older version of this Course. Default = This is not the most recent version of this Course. |
| Go To Latest Message | goToLatestMessage |
The link text that redirects the user to the latest version of this Course. Default = Go to the most recent version. |
| Debug Mode | enableDebugMode | Enable debug mode. |
| Record Id | recordId |
Automatically bind the page's record id to the component variable. (Only used if not placed on a Course record page.) |