Something like this? <http://www.google.com/dsbfls...
# advancedpdf
m
z
Yes exactly - would I just need to add the field IDs in between curly brackets? I was thinking www.google.com/dsbfls/ID:${record.Invoice#}AMOUNT:${record.total} but that didn't work
m
You can lookup the field names in the Schema
Try ${record.tranid}
and ${record.total}
z
Yeah I know the field names it's just not working when I put it into the email link
k
What is it doing?
z
Giving me an error in the code message
k
Error?
Sorry - could have said that better - what's the error?
z
Okay wait I used tranid and that went through!
but in general do you use the freemarker code in the link?
and that's how it works?
k
Sounds about right.
z
Alrighty thanks will figure it out from there. Wasn't sure if there was another way
k
You could add a custom field - then do your logic in the custom field, and map your custom field onto the PDF in freemarker. Same logic essentially - just placed slightly different place.
z
Gotcha. Also is the linked logo only going to be clickable when sending as HTML?
k
Oh - I missed part of that conversation
Didn't realize this was a linked logo
I would think that it should be clickable in PDF, but I've never tried it.
m
Out of curiosity, are you building a Image on the fly based on the value?
z
No just using an existing image and added a URL behind it