Hello. I'm making a form where users will be able to add some KPIs and the same logic will apply for any KPI they add. For example I have a funcion in the form script that fetch data from an IDO to set the goal and alert values for those KPI. For that I use the GaugeSetGoalValue and GaugeSetAlertValue methods. Now I want to do the same with the input parameters of the critical number but I don't find a method for that in the documentation.

Do you know if is possible to achieve this?
Thanks in advance!