RIO Ready: Community Transcript Components
Table of Contents
Community_Transcript_Package
Components for Community Transcript in RIO Ready are as follows:
**Obsolete Components to be deleted
| Name | Type | Description |
|---|---|---|
| redu_CDL_UpdateCustomerAccess_TDTM** |
ApexClass |
TDTM based trigger to assign the accessibility level necessary for community user to see the file generated. |
| redu_CDL_UpdateCustomerAccess_TEST** |
ApexClass |
Test class for redu_CDL_UpdateCustomerAccess_TDTM. |
| REDU_SDocTrigger | ApexTrigger | TDTM Trigger for SDoc object. |
| redu_SDoc_Visibility_TDTM | ApexClass |
TDTM based trigger to assign the accessibility level necessary for community user to see the file generated. |
| redu_SDoc_Visibility_TEST | ApexClass | Test class for redu_SDoc_Visibility_TDTM. |
|
redu_TranscriptTriggerHandler_MANAGER |
ApexClass |
Manager to initialize redu_SDoc_Visibility_TDTM trigger handler. |
|
redu_File_Sharing_Configuration |
CustomMetadata | Custom Setting to define file sharing rule |
|
redu_File_Sharing_Configuration__mdt.redu_Active__c |
CustomField |
To indicate if the configuration is active or inactive |
|
redu_File_Sharing_Configuration__mdt.redu_ContentVersion_File_Category__c |
CustomField |
Define the file category |
|
redu_File_Sharing_Configuration__mdt.redu_Template_Name__c |
CustomField | Define the SDoc Template name |
| redu_File_Sharing_Configuration__mdt.redu_Visibility__c |
CustomField |
Define if the file is viewable in the Community |
| redu_CommonTestDataFactory_UTIL |
ApexClass |
Util class containing general test class related methods used by redu_CDL_UpdateCustomerAccess_TEST. |
| redu_DummyFlowAction |
AuraDefinitionBundle |
Aura component designed to force the flow to commit the record transaction in order to allow us to query the result while still in the flow. |
| rio_ed__RIO_Education_Settings__c.redu_File_Sharing_Prefix__c |
CustomField |
Custom Setting field that indicates the prefix for the file that the module needs to watch for to recognize it as a file generated by Community Transcript module. This is used by redu_CDL_UpdateCustomerAccess_TDTM so that it does not assign the accessibility level to every file that it comes across. |
| Request_Student_Transcript |
Flow |
The screen flow that is responsible for generating the Student Transcript request to S-Docs. |