Skip to main content
martha_stuart
Contributor ⭐️⭐️⭐️⭐️
December 12, 2016

Allow formula fields that result an image to display the image in the Attributes section on the CS360.

  • December 12, 2016
  • 1 reply
  • 24 views
We have an account formula field that displays a flag that reps want to see in the attributes section of gainsight. However, when in Gainsight it displays as:

<img src="/img/samples/flag_green.gif" alt="green" border="0"/>

Here is the formula:
IF( 
SP_Dashboard_Beta_Test_SPID__c = TRUE, 
IMAGE("/img/samples/flag_green.gif", "green"), 
null 
)

It would be nice if the field could display as the image. 

    1 reply

    azhar_uddin
    Helper ⭐️⭐️
    November 10, 2017
    Hi, Martha. 
    Images can be allowed, I will talk to our PM on this.  However I have a question. Do you also have use cases for <video /> and <audio /> tags also ?

    But again, we will not know the dimensions of the image. If the image is big and we try to fit it into small section, that would be little awkward. 

    If you can suggestions on that, we could analyze. 

    Thanks