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
Ralph Schoon (63.5k●3●36●46)
| answered Feb 27 '20, 1:51 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER 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. |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.