cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic Changing of hint icon for container attribute based on selection of values in container

monish82
Discoverer
0 Kudos

Hello,

I Am trying to change Text/Information dynamically on hint icon of container attribute based to selection of values in container attribute. Since we used two different products one a reference product to define attributes for container and another product where container attribute itself is defined in main product their is no relation btw the two . Dynamically changing text in hint section is working for simple attribute. Can anyone tell me how to do it for container attribute.

Thank You

Accepted Solutions (0)

Answers (1)

Answers (1)

Fancy_Zou
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

To dynamically change the hint of Container attribute, you may still use the python snippet Product.Attr(Container Name).HintFormula, instead of using Product.GetContainer*

Best Regards

Fancy

monish82
Discoverer
0 Kudos

Dear Fancy Zou,

Thank you for you response. Could you please provide more details or elaborate on how this can be implemented. I'm having trouble implementing it.

Thank you

Fancy_Zou
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi monish82 ,

Sample code:

Product.Attr('ZCnt_Test').HintFormula = "Test hint"

You may describe a bit more details about the issues you encountered so that I could try helping you.

Best Regards

Fancy