Setting value to a readonly attribute using :Calculated Values" not working in RTC 4.0.5
![]()
Karthik Krishnan (859●4●100●149)
| asked Jan 29 '14, 5:24 a.m.
retagged Jan 29 '14, 9:21 a.m. by Laura W. Hinson (161●2●6)
We have a "Script Based Calculated Value" which sets value to a "readonly" attribute
This feature was working fine in RTC 4.0.2. After upgrading to RTC 4.0.5, the script is unable to set values to readonly attribute. Always throws error CRRTC0299E: The work item with the ID 43215 cannot be saved because an attempt was made to change the attributes '[Task Completion Percentage]' which are not modifiable."
[Task Completion Percentage]
" is the attribute (custom)
If I make this field as writable, then the script works. Are there any changes between 4.0.2 and 4.0.5 ? How can I make this work in RTC 4.0.5? |