Posted this to <#C466X49JB|> but that channel does...
# suitescript
e
Posted this to #C466X49JB but that channel doesn’t seem as active as this one. Anyone have an idea here?
m
So I'm not 100% sure I understand what you are after, and HUGE hack alert here but if you want to get the actual url from an image field instead of the whole img tage you can do
${imagefield?html?replace('<img src=&quot;', '')?replace('&quot;></img>', '')}
s
I recently did this and below code worked to replace the escaped html characters:
subsidiary.custrecord_olx_bank_detail_info?replace("<", "<")?replace(">", ">")
e
So, this doesn’t seem to work for me… Let me explain again: I have a record, with a custom field of type “Long Text” and the value is:
<a href="<http://www.disney.com|www.disney.com>">Disney</a>
Now, I want to take the value and show a link on the PDF, but I get the following