How to change how priority calculate?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2019 01:15 AM
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.
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2019 02:51 AM
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