Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 Example: Let's suppose we have two custom fields: one KCF - Single Autocomplete and one KCF - Multiple Autocomplete, the second one is populated depending on the value of the first one.

An easy example would be: the first custom field has five options, representing the five continents , and the second one contains the countries from some table ("countries"), depending on the value selected on the first one. 

You can see the corresponding data sources below: 

The data source for the first custom field: 

Code Block
return {"AFRICA", "ASIA", "EUROPE", "AMERICA", "OCEANIA"};

...

In the issue view screen, the result would will look like this: 


 

Note

For the moment, dependent fields can only be used by the two custom fields with autocomplete, and can only be referred in SIL data sources.

In order to get the value set on the screen for one custom field, you will have to refer it like this: "argv[customfield_id]"