Hi all,
I have designed a parent drop-down, and two child drop-down field.
Field A is parent, field B is child of A and field C child of B.
I have succesfully selected values based on the dependecies among them but i have an issue regarding “refresh” of child’s values.
For example:
-
Field A has 3 values
- New New
- InProgress In Progess
- Completed Completed
-
Field B has 4 values
- New_000 n/a
- InProgress_001 Action1
- InProgress_002 Action2
- Completed_000 n/a
-
Field C has 4 values
- New_000_000 n/a
- InProgress_001_Success Success
- InProgress_001_NonSuccess Non Success
- InProgress_002_Success Valid
- InProgress_002_NonSuccess Invalid
- Completed_000_000 n/a
So, I proceed on this:
-
Select value ‘InProgress’ on field A
-
Field B displays values based on value ‘InProgress’ of field A
Action1
Action2 -
Select value ‘Action1’ on field B
-
Field C displays values based on value ‘Action1’ of field B
Success
Non Success
That works perfect. But, if i changed my selection on field A (for example) to ‘New’ the child dropdowns are still indicating the values of the previous selection i.e. fields don’t change values according to my new selection.
Is there any “trigger” to do that ? Any suggestion ?
Thank you in advance.
Ars