RIO Ed - Metric Panel
rio_ed:metricPanel
Table of Contents
RIO Ed - Metric Panel
Component Name | RIO Ed - Metric Panel (Group) |
API Name | rio_ed:metricPanel |
Type | Standalone |
Recommended Pages | Academic Profile page for internal |
Supported In | Salesforce Internal |
This component is a progress panel that displays the information you have configured for a single metric.
Developer section
Attribute Name | API Name | Description |
Label of the Metric | label | Label for metric. E.g. My Progress |
Object API Name | targetObjectApiName | Object API Name for metric. E.g. hed__Program_Enrollment__c. |
Field API Name | fieldApiName | Field API name for metric. E.g.rio_ed__Completion_Percentage__c |
WHERE Clause of SOQL | whereClause | Optional WHERE Clause to filter the record used for metric. E.g.rio_ed__Program_Status__c = 'Current' AND hed__Contact__c IN (SELECT rio_ed__Contact__c FROM rio_ed__Academic_Profile__c WHERE Id = :recordId) |
Display Type | displayType | Display Type for metric. E.g. Progress / Number / Text |
Decimal Places | decimalPlaces | Decimal places to show for Metric (Progress or Number type only; ignored for Text) |
Label Color (Hex) | labelColor | Color for metric label |
Value Color (Hex) | valueColor | Color for metric value |
Size | size | Size of the metric component |
Note:
To use more than one metric, refer to RIO Ed – Metric Panel (Group) for more information.