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?
Solved! Go to Solution.
Hello Nolin,
I suspect CS157107 has the information you're looking for.
Regards,
Kael
Hello Nolin,
I suspect CS157107 has the information you're looking for.
Regards,
Kael
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.