RIO Ready: Student ID Generation Components
StudentID_Package
Components for the Student ID generation functionality.
| Name |
Type | Description |
|---|---|---|
| redu_CON_StudentID_TDTM |
ApexClass |
TDTM trigger that will assign the Student ID value to the Contact record. |
| redu_CON_StudentID_TEST |
ApexClass |
Test class for redu_CON_StudentID_TDTM. |
| redu_Student_Number__c.redu_Salesforce_Record_Id__c |
CustomField |
Custom field in the Student Number custom object that links the record to the object record that was given Student ID. |
| redu_Student_Number__c.redu_Student_Email__c |
CustomField |
Custom field to track the Student Email of the Student that was given Student ID. |
| Contact.redu_Contact_Type__c |
CustomField |
Custom field that determines the type of Contact, also used to make sure that only Contact with relevant type receive Student ID. |