Ability to Use Expressions on Configurators

I feel sure that this will have already been raised but I can't find it.

It would be great if expressions could be used against standard inventory attributes & extended properties in order to set the values of fields on configurators.


For example, we have an extended property "Colour" that contains an array of different values that don't match the accepted values for colour on marketplace channels. It would be great if we could use an expression on "Colour" to ensure that the value matches the channel requirements. For example:
    

colour:= iif[{EXTENDED PROPERTY}="Gold", "Yellow", {EXTENDED PROPERTY}];
colour:= iif[colour="Mango", "Orange",colour];
colour:= iif[colour="Teal", "Blue",colour];
colour

    

At the moment all we can do is have a separate inventory field which is manually populated to ensure the correct colour is used on each channel. I accept that we could use configurators on a data import to set the values in another extended property but this is messy.


Thanks!

Ben


4 people like this idea

That would be a fantastic function. Hopefully it could be released soon.


Login to post a comment