At our clientplace, we have two Seasons {Season1 & 2} per year. Based on the Seasons
the characterstics values needs to hidden/greyed out. So that the end user
cannot pick the wrong characterstic values for the given Season
For Example:
Given Characterstic: Model
Characterstic Values: Model A
Model B
Model C
Model D
Model E
Requirement: For Season 1, Char. Values Model A & Model B needs to be hidden
For Season 2, Char. Values Model C, Model D and Model E needs to be hidden
We can hide the characterstic values{Model A, B, C, D and E}
based on Seasons as characterstic , by using Object dependency
But I am seeking other options as our Client does not really have Seasons as characterstic
Thanks In Advance