Hi everyone
Say I have a list of 4 projects. Each project has a custom field "ranking" and their values are 1, 2, 3 respectively for each project:
i.e.
Project 1 ranking = 1
Project 2 ranking = 2
Project 3 ranking = 3
Say now I have a new project created, and I assign the "ranking value" of this project to be 2:
Here is the tricky part - I want Workfront to be able to update the projects that fall beneath this rank to have their ranking value incremented. So the result I am looking for would be:
Project 1 ranking = 1
(new) Project ranking = 2
Project 2 ranking = 3
Project 3 ranking = 4
Is this even feasible in Workfront?
Thanks in advance!