RIO Ed - Course Connection Grade Breakdown (Aura)
rio_ed:gradeBreakdown
RIO Ed - Course Connection Grade Breakdown (Aura)
Component Name | RIO Ed - Course Connection Grade Breakdown (Aura) |
API Name | rio_ed:gradeBreakdown |
Type | Standalone |
Recommended Pages | Course Connection object page in Digital Experience and Salesforce Internal |
Supported In | Digital Experience and Salesforce Internal |
Supported configuration
Section Title Field Name
Admin can define the section title for a term grade record specifying the API name of a Term Grade's field.
Term Grade Field Set API Name
Term Grade Field Column Number
Term Grade Form Density
These are to allow admin to define the additional to be displayed for a Term Grade record.
Term Grade Criteria
Admin can configure the SOQL like filter criteria and ordering to determine the records to be displayed e.g., hed__Term_Grade_Type__c = 'Final Grade' ORDER BY CreatedDate.
Grade Field Set API Name
This is to allow admin to define the fields to be displayed for the Grade table.
Grade Criteria
Admin can configure the SOQL like filter criteria and ordering to determine the records to be displayed e.g., Name = 'Exam' ORDER BY rio_ed__Sequence__c.
Show Parent Grade
Admin can configure to show/hide the parent grade from the grade table.
Debug Mode
This allows admin to enable additional logging details on the browser debugging console for troubleshooting purposes.
Developer section
Attribute Name | API Name | Description |
Section Title Field Name |
sectionTitleFieldName |
The field API name for Term Grade section title. |
Term Grade Field Set API Name |
termGradeFieldSetName |
Term grade field set API name. |
Term Grade Field Column Number |
termGradeFieldColumnNo |
Term grade field display column number. |
Term Grade Form Density |
termGradeFormDensity |
Term grade form density. |
Term Grade Criteria |
termGradeAdditionalCriteria |
Term grade record additional criteria. |
Grade Field Set API Name |
gradeFieldSetName |
Grade field set API name. |
Grade Criteria |
gradeAdditionalCriteria |
Grade record additional criteria. |
Show Parent Grade |
showParentGradeCriteria |
Show parent grade records. |
Debug Mode |
enableDebug |
Enable debug mode. |