How to change how priority calculate?

Mytno1
Mega Contributor

I'm working on how to change the way priority calculate. I already know how to change it based on other field, but my boss said he want to take it "dynamic".

I created a field in choice list called [u_important], which value range is from 1-5.

find_real_file.png

 

find_real_file.png

 

Now I want to everytime I change the value of category, the priority change as well (not like newValue =="network" > setValue), more like to get the Value of [u_important] from choice list to change the prority value.

For example, If I choose 'software', the sciprt go to choice list and see the value of u_important is 1, so the priority change to 1 as well.

Whenever I choose another, the priority change equal to the value of u_important.

I'm not good at javascript, thank you.

10 REPLIES 10

Ajaykumar1
Tera Guru

Hi,

Have a look at the following Chuck's 3:37 minutes video explanation on data lookup with an example.

Tech Shorts Ep 10 - Data Lookup

Regards,
Ajay