You need to sign in to do that
Don't have an account?

Hyperlink in Rich text field apex
Hi Guys,
I have a requirement were I have a rich text field on the case object and throught Apex I need to update this field with a hyper link but the issue is Label of the link should be like "Click here" and the URL should be in the background.any thoughts on the same?
I have a requirement were I have a rich text field on the case object and throught Apex I need to update this field with a hyper link but the issue is Label of the link should be like "Click here" and the URL should be in the background.any thoughts on the same?
I managed to do so by directly inserting the HTML caseRichtextField= '<a href="https://www.google.com">Click Here</a>' into the rich text field
All Answers
I managed to do so by directly inserting the HTML caseRichtextField= '<a href="https://www.google.com">Click Here</a>' into the rich text field