cancel
Showing results for 
Search instead for 
Did you mean: 

How to change the color of a custom field via scripting CPQ quote 2.0 ?

queen_sissi
Explorer
0 Kudos
301

Hey, 

I have a custom field, which value will be changed in the python script upon certain if logics. I want to change the color of the displayed value. Is there any way how i can manage it please?! I cannot find any command .

Thanks in advance 

Best regards 

Sissi

View Entire Topic
Fancy_Zou
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi @queen_sissi ,

You have two options to achieve the target:

  1. If the custom field access level is Read-Only, you can include HTML tag in the field value. CPQ UI supports parsing the HTML tag when rendering the UI.
  2. Customizing Responsive Template is an alternative way to do it at purely UI level.

Best Regards
Fancy