Cannot set default value for Found In field
Accepted answer
Note that for Found-In (a deliverable), there is no built in default value provider. You would have to use JavaScript or Java. If you use JavaScript, you have to configure the values and you have to return the UUID of the deliverable. There is no way to access the deliverables from JavaScript.
See and do the
- the RTC only version of it. Lab 4 and Lab 5 (JavaScript). Also see https://jazz.net/wiki/bin/view/Main/AttributeCustomization
You might be able to use Java instead to create a more elaborate version. In Java you are likely able to access this data. See https://rsjazz.wordpress.com/2013/06/26/attribute-customization-java-based-value-providers-conditions-and-validators/ for more information.
See and do the
- the RTC only version of it. Lab 4 and Lab 5 (JavaScript). Also see https://jazz.net/wiki/bin/view/Main/AttributeCustomization
You might be able to use Java instead to create a more elaborate version. In Java you are likely able to access this data. See https://rsjazz.wordpress.com/2013/06/26/attribute-customization-java-based-value-providers-conditions-and-validators/ for more information.