Skip to main content
1-Visitor
May 15, 2015
Solved

Rich Content in Trigger

  • May 15, 2015
  • 1 reply
  • 1570 views

I need to add rich text to a text field via a trigger. If the field already has rich text in it then it'll work fine (mostly). If the field is blank, it displays the HTML instead. Am I doing something wrong?

    Best answer by KaelLizak

    Hello Nolin,

    I suspect CS157107 has the information you're looking for.

    Regards,

    Kael

    1 reply

    KaelLizak16-PearlAnswer
    16-Pearl
    May 19, 2015

    Hello Nolin,

    I suspect CS157107 has the information you're looking for.

    Regards,

    Kael

    1-Visitor
    May 19, 2015

    Ah-ha, you're right. I thought my script was adding that tag but I think the if statement wasn't evaluating the way I thought it was so it was never actually added. Thanks Kael.