How to calculate the risk automatically in Change Request?

ktjstn
Kilo Expert

How to calculate the Risk automatically in Change Request without the need of clicking this one?

find_real_file.png

1 ACCEPTED SOLUTION

Jaspal Singh
Mega Patron
Mega Patron

Hi Kate,

 

That is how it functioins OOB for Risk Calculation. When you say you need Risk to be calculated without click you need to call the function (Script include that is called when button is clicked) via Client Script or Business Rule.

 

Follow below links so as to calculate the Risk value as per your requirement.

Calculate Risk via Business Rule - When record is inserted/updated

Calculate Risk via Client script - When changes made to field or when form is loaded

 

Thanks,

Jaspal Singh

 

Hit Helpful or Correct on the impact of response.

View solution in original post

4 REPLIES 4

Jaspal Singh
Mega Patron
Mega Patron

Hi Kate,

 

That is how it functioins OOB for Risk Calculation. When you say you need Risk to be calculated without click you need to call the function (Script include that is called when button is clicked) via Client Script or Business Rule.

 

Follow below links so as to calculate the Risk value as per your requirement.

Calculate Risk via Business Rule - When record is inserted/updated

Calculate Risk via Client script - When changes made to field or when form is loaded

 

Thanks,

Jaspal Singh

 

Hit Helpful or Correct on the impact of response.

Hi Jaspal,

 

The link you gave for Calculating Risk via Script include is leading me to 

Calling a script include from a client script thread.

That is correct Kate. I guess I phrased my sentence incorrectly instead of Calculate risk it should have been Calulate value via script include.

 

Whole point is the Script include that is being called via UI Action (when Calculate risk is clicked) needs to called somehow in order to calculate Risk value & the options are Calling the Script include via Client Script or via Business Rules.

 

Thanks,

Jaspal Singh

 

Hit Helpful or Correct on the impact of response.

Thanks Jaspal