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 one PCF - Single Autocomplete (let's name it "Continent") and one KCF one PCF - Multiple Autocomplete (let's name it "Countries"), the second one is populated depending on the value of the first one.

An easy example would be: we have a table ("countries") with two columns: country and continent. Our first field will select the continents and the second one will contain the countries from that continent.

...

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.

From KCF Pro Power Custom Fields PRO 4.0.0, you can now use the dependent fields on SQL data sources as well.

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]"

...