REVERSE Ajax Reloading field dynamically

Dear Friends,

Normally, we can have use Ajax’s OnChange to dynamically load a field (Select Type).

Now, I want to do reverse.

  1. Let’s say, I have <Field “A”>, <Field “B”>, and <Field “C”> as criteria.
  2. I have <Field “D”> (Select Type) as a result of filtering from <Field “A”>, <Field “B”>, and <Field “C”>.
  3. Is it possible that when <Field “D”> is On Focus, this Field “D” is automatically load values based on <Field “A”>, <Field “B”>, and <Field “C”>?

Any help / suggestions are appreciated.

Capecode

Not sure if this is what you mean but you can trigger a select field based upon change of another select field. You can go to the first field scrolldown and set a checkbox at ajax events. then a formpiece will open with all the fields that can be triggered.