If a bike is ordered with an adjustable frame, the price increases by 200.
Configurable material BIKE has characteristic EXTRAS with value 0015 (adjustable frame).
Procedure
3.
Create a single dependency of dependency type procedure.In the procedure, you enter the characteristic with the table reference and the variant key as a value.
$SELF.VARCOND = FRAME
Variant keys are case sensitive.
In object dependencies, you must enter the variant key in exactly the same form as in the condition table. If the combination of upper and lower case letters does not match the table, the variant condition is not processed.4.
You allocate the procedure to characteristic value 0015 of characteristic EXTRAS.Result
If the value 0015 is selected for characteristic EXTRAS when you configure the bike, the procedure is processed.
The procedure sets the value 0015 for characteristic VARCOND, and this value is used to add 200 to the net price.