Question:
A hyperlink formula field (Example: HYPERLINK("/"&link_destination, link_label)) is defined on an object. When the hyperlink label is blank, the online page does not display anything. However, iRep displays HTML in the form of:
Answer:
As the online version runs in a web browser, the browser is able to directly interpret the hyperlink HTML. For iRep, the hyperlink HTML is parsed into a clickable link. When the link text is null and the HTML is still valid, iRep uses the full HTML as the link text.
This behavior can be resolved by adding an additional If - Then statement to not display anything when the label is blank.
Related Documentation:
N/A
Send us your feedback: We're always looking for advice to help improve our Knowledge Base! Please let us know if this article was helpful or provide feedback on how we can improve your experience here.
Thank you