RTC custom attribute of Integer type
We have added a custom workitem attribute of type "Integer" to one of our workitem types. What we have observed is that the attribute's value gets defaulted to "0", which we do not want.
Is there a way we can default it to null or any other value by changing in the process template?
Regards,
Meghana
Is there a way we can default it to null or any other value by changing in the process template?
Regards,
Meghana
Comments
Robert Huet
Nov 19 '15, 10:39 a.m.Does anyone know if an enhancement has been filed for this? I could not find one. Not being able to default custom integer values to "null" is a real problem for required attributes. We are defaulting to "-1", since "0" could be a valid value, but that is ugly and has to be filtered out of our reports. Fortunately, we have Insight, so we can do this in the Framework.
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Nov 20 '15, 5:05 a.m.Consider to add a condition that returns false for -1 and add a required attribute for condition operational behavior so that you prevent saving the -1.