Forum Post: Re: No Image In My Templates Is Shown

  • Thread starter Thread starter Pradeep Kagithalagudem
  • Start date Start date
Status
Not open for further replies.
P

Pradeep Kagithalagudem

Guest
Hi, Try this Create a Formula field "invoicelogourl" of return type String in Settings object with below formula var imageHtml = "{!#SETTINGS.invoicelogo#html}"; var imageurl = imageHtml.substring(imageHtml.indexOf("src='")); imageurl = imageurl.substring(5); imageurl = imageurl.substring(0,imageurl.indexOf("'")) return imageurl; Use token {!#SETTINGS.invoicelogourl} instead of {!#SETTINGS.invoicelogo#url} Thanks and Regards Pradeep

Continue reading...
 
Status
Not open for further replies.
Back
Top