cancel
Showing results for 
Search instead for 
Did you mean: 

How to set selected values of an attribute dynamically on Sap CPQ script?

sbslmhmt
Participant
0 Kudos
419

Hello,

There is a method on CPQ scripting "SelectValues". I would like to use is but I count figure out how to set values dynamically.

Product.Attr('Test').SelectValues(True, '12', '15', '13')

I tried below code but didn't work;

a = '12','15','13'
Product.Attr('Test').SelectValues(True, a )

It would have been great if the method takes values as array list.

Anybody knows how to achive this?

Best regards.

Accepted Solutions (0)

Answers (0)