Is there any way I can assign values to read only attribute A dynamically. Like by selecting value from any drop down attribute B, it assigns same value to the readonly attribute.
I am not aware of any methods to do this. the default model is the UI fields reflect the database values. the UI is not like you can add JQuery to make it dynamic.
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.
Comments
sam detweiler
Aug 24 '14, 9:50 a.m.currently no.
you can hide THIS attribute if empty, but have no control over others.
SYED HUSSAIN
Aug 24 '14, 10:29 a.m.Thanks.
Is there any way I can assign values to read only attribute A dynamically. Like by selecting value from any drop down attribute B, it assigns same value to the readonly attribute.
sam detweiler
Aug 24 '14, 10:33 a.m.I am not aware of any methods to do this. the default model is the UI fields reflect the database values. the UI is not like you can add JQuery to make it dynamic.
SYED HUSSAIN
Aug 24 '14, 10:38 a.m.True. Thanks Sam.
Let me check for the alternate to serve my scenario.