You are here:
Set Up Transfer Credit Requests from an Experience Cloud Site
Current students can request official transfer credit for prior learning directly from an Experience Cloud site. Students open the transfer credit application from a Unified Catalog service, add their prior learning, and submit a request.
Required Editions
| Available in: Lightning Experience |
| Available in: Enterprise, Performance, Unlimited, and Developer Editions with Education Cloud |
| User Permissions Needed | |
|---|---|
| To set up transfer credit requests from an Experience Cloud site: | Education Cloud Full Access permission set |
Before you begin, set up your org for transfer credits. That setup creates the Transfer Credit Request record type on the case object and the picklist values that the transfer credit application uses.
-
Clone the TransferCreditPetitionWrapper Omniscript to collect transfer credit request
details from current students.
- From the App Launcher, find and select OmniScripts.
- Find and select the Omniscript named TransferCreditPetitionWrapper, with the type EDUAdmissions.
- Click New Version to clone the Omniscript.
-
In the cloned Omniscript, configure the Custom LWC Properties.
- Click the Transfer Credits element.
- Click the transferCreditPageWrapper element.
- In the Custom LWC Properties panel, expand the Custom Lightning Web Component Properties section.
-
To make sure that each transfer credit type collects its corresponding document type,
specify the property sources for their respective property names.
The Transfer Credit Application stage includes the Education, Examination, Military, Employment, and Other types by default. To locate the record ID of a document type, from Setup, find and select Document Type, and click a document type. Look for its ID in the URL. For example, if the Unofficial Transcript document type URL is https://my.demo.com/lightning/setup/DocumentType/page?address=%2F0deSG000001NGxx, the record type ID is 0deSG000001NGxx.
- Enter the ID of the Unofficial Transcript record type as the property source of educationDocumentTypeId.
- Enter the ID of the Unofficial Score Report record type as the property source of examinationDocumentTypeId.
- Enter the ID of the Unofficial Military Experience Document record type as the property source of militaryDocumentTypeId.
- Enter the ID of the Unofficial Work Verification Letter record type as the property source of employmentDocumentTypeId.
- Enter the ID of the Unofficial Prior Learning Document record type as the property source of otherDocumentTypeId.
-
To remove a transfer credit type from the application, find the property name
isTypeEnabled, and then enter false as its property source.
For example, if your institution doesn't accept transfer credits from military experience, remove the Military type. Find isMilitaryEnabled, and enter false as the property source. Leave the instruction, document type record ID, and record type fields unchanged.
-
To further tailor the application experience, update these properties.
- isEditMode: Controls whether the applicant can view or edit their transfer credit application. If applicants can edit application tasks, set the property source to true. If applicants can't edit application tasks, set the property source to false. The default value is true. See Configure Application Submission and Management Options for Applicants.
- isAllVsSomeVisible: Shows or hides options to evaluate all or specific items. To render these options, isEditMode must be true.
- allCoursesConsidered: Determines what appears when isAllVsSomeVisible is false. Customize this property to show either a message that all courses are considered or the Add button and table.
- isTranscriptRequired: Controls whether the application requires at least one document that corresponds to the transfer credit type. For example, a transcript, score report, verification letter, or similar supporting document.
- Click Activate.
-
In Unified Catalog, create a service that uses your cloned Omniscript as its intake
form.
When you define the intake form for the service, select your cloned TransferCreditPetitionWrapper Omniscript. See Create a Service in Unified Catalog.
- Add the Unified Catalog component to your Experience Cloud site, and set its Record ID to the catalog that you created, so that current students submit transfer credit requests from the site.
-
Add a Submitted value to the case status field so that current students track their transfer
credit request.
- From Setup, click Object Manager, and then select Case.
- Click Fields & Relationships, and then click Status.
- Under Case Status Picklist Values, click New.
- Enter Submitted.
- For the record type, select the Transfer Credit Request record type.
- Save your changes.
-
Grant current students access to the case and course credit transfer application records
that the transfer credit application uses.
- Clone the Education Cloud for Experience Cloud Access permission set, and grant access to the case and course credit transfer application objects and their fields, as described in the portal permissions step of Set Up Your Org for Transfer Credits.
-
Assign your cloned permission set to the current students who request transfer credit from
the site.
Each request creates a transfer credit case and the related course credit transfer application records.
Did this article solve your issue?
Let us know so we can improve!
