Dear gurus,
I need some help when it comes to writing a dependency that will cater all of the values within 1 characteristic.
Ex: Characteristic is Z_Color , Z_Width , Z_Price (SDCOM) (VKOND)
Values are Red Small
Blue Large
Green X-Large
Yellow
For Example, I want to write only 1 dependency inside Z_Color that will make all the values under it relevant for SDCOM, VKOND.
In regular scenario we would write something like this for each single value which takes too much time if were dealing with hundreds of values within a characteristic. $self.Z_Price='Red', $self.Z_Price='Blue', $self.Z_Price='Small' 1 by 1 we have to enter this dependency which takes a lot of time.
Is there a better logic or dependency to fulfill this?
Regards