cancel
Showing results for 
Search instead for 
Did you mean: 

Automatic population of values in a Characteristic

former_member216388
Participant
0 Kudos

Hello everyone we have a requirement in the Sales order for a Variant material where if 1 of the characteristic is selected manually then the other should

be populated automatically accordingly.

Is this possible please let me know or do we require dependencies for the same.

Regards

Madan Shetty

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member214775
Contributor
0 Kudos

Hi Madan,

you need to use a prodecure for example:

$self.characteristic2 = 'value' IF characteristic1 SPECIFIED

When you select something manually for characteristic1 then characteristic2 will get the "value"

Best regards

Tamas