In what order do javascript calculated values run in RTC during a Save of a work item?
I need to have certain attributes run their calculated values before other calculated values run. I had seen in a previous post that they run in alphabetical order of the attribute IDs. This appeared to work in one of my RTC projects, but is not running in alphabetical order of the IDs in another RTC project. Can anyone give me insight on the order that calculated value javascripts run on a Save or a way to ensure one calculated value javascript gets run before another one?
One answer
https://jazz.net/wiki/bin/view/Main/AttributeCustomization#Script_based_calculated_values explains how the calculated values are executed. The only influence you have on that is based on the dependent attributes.