Forum Discussion
- DonLarsonQrew Elite
How does your field display in the record as opposed to the email?
- DonLarsonQrew Elite
I created a new Formula Rich Text and put an image in it. Then I used the In Record Email option.
- KellyLyons1Qrew Cadet
- DonLarsonQrew Elite
My apologies for that one. Let me play with a test record here.
- MarkShnier__YouQrew Legend
Are you sure the field type is Rich Text?
This is one version I use for emailable buttons
var text URL = url goes here;
var text ButtonWords = "Click here to Update ETD and ETA dates";
// Begin button style
var text bgcolor = "#34A853";
var text txtcolor = "white";
var text style = "style=\"text-decoration: none; width: 250px; text-align: center; background:" & $bgcolor & "; border-radius: 5px; padding: 8px 10px; color: " & $txtcolor & "; display: inline-block; font: normal 700 24px/1 \"Calibri\", sans-serif; text-shadow: none;";
// End button style
"<a " & $style & " href=" & $URL & ">" & $ButtonWords & "</a>"- KellyLyons1Qrew Cadet
Hi Mark, the field in my report is a rich text lookup field. I am using this field for the sorting/grouping for this specific report. It is not a button
- MarkShnier__YouQrew Legend
In my experience if you use a Rich Text field on an old style report, you can use it as a Group By as sort of a header to a group of records.
But that functionality is not supported in New Style reports. Is that the issue? Legacy report behavior vs New Style behavior for Group By?
- DonLarsonQrew Elite
Is the Message format set to HTML?