Hi
I have a quotation builder app which allows the sales rep create a pdf from the list of quotes.
In the user table I have added an attachment field with an image of the reps signature and set it to “Format link as Image.” This signature appears on list view pdf page of all users.
However not on the detail view of individual quotation.
There does not appear to be a way to use “connected” value in the pdf builder.
so instead, I used a html component and added the logged in Field variables:
{loggedInUser.Rep Signature}
Date: {!currentDate!}
The date appears fine, but the signature image does not.
Any recommendations how to address this or an alternative tks Noel D
I also tried a fillable PDF form and that allowed me use connected field
But the signature image still did not display on the pdf
Hi Noel, maybe a workaround for you?
Try adding the User table to the PDF connected using the “User” field and then only add the signature field to that table (delete all the other fields) and delete or hide the title of the signature field in the table. Delete the table title too.
1 Like
Cool …that worked thanks Noel
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.