Dependent cross reference fields
You can have more than one field that depends upon a primary field. In this
example, the primary field, C_COLOR, has two dependent
fields: C_SHADE1 and C_SHADE3.
| Enumerated values for C_COLOR | Enumerated values for C_SHADE1 | Enumerated values for C_SHADE3 |
|---|---|---|
| Blue | Baby Blue | Navy Blue |
| Red | Candy Apple Red | Fire Engine Red |
When you select Blue from the Color extension field, this happens:
- Baby Blue is displayed automatically in
C_SHADE1. - Navy Blue is displayed automatically in
C_SHADE3.
When you select Red from the Color extension field, this happens:
- Candy Apple Red is displayed in
C_SHADE1. - Fire Engine Red is displayed in
C_SHADE3.