RTC Process Sharing not working for Calculated Value
Hi
I have an RTC project that is using the processes from a parent project for work items. Everything works except for 1 field that is a calculated value on the Risk work item.
The child project has the following
Project Area - Overview tab - Process Sharing section points to the "parent" project area
Process Configuration tab - Project Configuration - Configuration Data - Work Items , except for Types & Attributes, and E-mail Templates, all of the items under Work Items are defined as "This configuration data comes from the process defined in another project area "parent"
I've tried Types & Attributes with the checkbox for Final (ignore customization of this data in child project areas) both checked and unchecked in the child project.
In the parent project Types & Attributes checkbox for Final (ignore customization of this data in child project areas) is checked.
I've made sure the Links tab Attachments section has the associated script attached.
The script returns a value based on the values selected in 2 other enumerations so the script uses the enumeration literal.
e.g probability.literal.l101 and risk.impact.literal.l20 return "Low" and works in parent project.
The environment is V4.0.0.1
Any suggestions for how I get this 1 field to calculate in the child project?
2 answers
Hello Brad,
may you please verify if the 2 enums in the parent PA are defined in the PA source,
or if one / two of them as DB stored enums?
DB stored enums are not "visible" in child / inheriting PAs.
You also want to add some console.log() to the javascript, so as to determine if it's call at all when working in the child PA.
Thanks,
Eric