We implemented a custom risk matrix scoring system in Trackwise 9.1 that automatically routes risk assessments based on calculated severity scores. Previously, our team manually reviewed every risk assessment to determine approval paths, which created bottlenecks during high-volume periods.
The solution involved customizing the risk matrix calculation logic with JavaScript to compute real-time risk scores as users complete the assessment form. Based on the calculated score (severity × probability), the system now automatically determines whether the risk requires executive review, department manager approval, or standard processing. This has reduced our average review cycle time from 5 days to under 2 days for low and medium risks.
The implementation integrates the dynamic scoring with Trackwise’s workflow engine, so routing decisions happen automatically when the assessment is submitted. High-risk items (score ≥ 15) route to executive review, medium risks (8-14) go to department managers, and low risks (< 8) follow expedited approval. Anyone else automated their risk routing based on calculated scores?