Score Indicator PCF
The NumberControl is a Power Apps Component Framework (PCF) control that visually represents a numeric field using a colored circular indicator . What the control does Reads a numeric value from Dataverse. Displays a small circle whose color changes based on the value range . Shows the numeric value as a tooltip on hover. Automatically updates when the field value changes. User-facing behavior Gray : No value (null or empty). Green : Value between 0 and 10. Yellow : Value between 11 and 20. Red : Value greater than 20. Hovering over the circle shows the current value. This control is useful for quick visual status indicators , risk levels, scores, or thresholds without displaying the number itself. Technical Description 1. Control Definition export class NumberControl implements ComponentFramework . StandardControl < IInputs , IOutputs > Implements StandardControl , following the PCF lifecycle. Uses generated input/output type...