Can java script be used to auto-fill some fields/attributes in RTC web client based on selection of a related field/attribute?
One answer
Using the dependent enumerations value sets, you can link multiple fields. btu they all have the enumerations.
I have never seen anyone extend the UI to support non-enum type dependent fields
I have never seen anyone extend the UI to support non-enum type dependent fields
Comments
Please see https://jazz.net/wiki/bin/view/Main/AttributeCustomization and https://jazz.net/library/article/1093 for more information.
You can use the dependent enumeration for some cases, you could also use a Java Script based calculated value provider in others.