<@UG0UN130A> is the file stored in your File Cabin...
# advancedpdf
m
@Zareen is the file stored in your File Cabinet? Marked Available without Login (or the new Company Wide Usage option)
z
savior!!
Maybe you can help with one more thing. So the ask is to make the logo image a hyperlink to be clicked for payment. Can you think of any reason I am not able to click the logo when printing as pdf? Able to click only when sent as HTML format. Using google.com to test and still not clickable
m
message has been deleted
z
I am not a coder haha so this is harder. The image you send though that doesn
doensn't include a spot for the actual image right
That's the hyperlink primarily?
m
Can you post the part of your template where you are trying to add the hyperlink?
z
<td style="width: 485px;"><span style="color:#000066;"><span style="font-size: 11px;">ATT:&nbsp;</span>${record.billattention}</span></td> <td style="width: 209px; text-align: right;"><span style="color:#000066;"><strong><span style="font-size:10px;">ONLINE PAYMENT CLICK</span></strong></span><a href="www.google.com"><img src="https://5071798.app.netsuite.com/core/media/media.nl?id=613&amp;c=5071798&amp;h=55e789d4ca0116453e20" style="width: 70px; height: 27px;" /></a></td> </tr></table>
m
You want to add the
href
section to the actual
img
tag as well
wow 1
<a href="<http://www.google.com|www.google.com>"><img href="<http://www.google.com|www.google.com>" src="<https://5071798.app.netsuite.com/core/media/media.nl?id=613&c=5071798&h=55e789d4ca0116453e20>" style="width: 70px; height: 27px;" /></a>
I would still wrap in a
<a>
if you want the link to work for HTML
z
Gotcha okay let me try that thank you!!
Genius!!! thanks so much
Have to ask you directly! I'm trying to print a custom field from a bill onto the apply sublist of the related Payment Voucher advanced pdf/html template. I'm trying ${apply.custbody_xyz_abc} but this is not pulling in for me. Any thoughts?