I want to give an action button by clicking it, a user can generate and download PDF. How do I do it?
I have a reference table for company name and its log. On the basis of company code in the transaction, I want to embed company logo image into the email body template for PDF. How do I do it? When I wrote select statement, it did not bring the logo image rather it printed selected column value in the PDF.
in the workflow template you have to upload a google doc template of the format you want the data to be in along with the company logo.
Then create a action button with option selected to change the value of a certain column…which in turn should trigger the workflow to send email to the preset id.
I have a reference table for company name and its log. On the basis of company code in the transaction, I want to embed company logo image into the email body template for PDF. How do I do it? When I wrote select statement, it did not bring the logo image rather it printed selected column value in the PDF.
There is a master table “Company” it has company code and a log image columns. Another table as “Transaction” which is Company Code and other columns.
Now, I want to give a button to the user when he/she clicks on that button, it should generate a PDF of the transaction with a company logo on the top of the page. I already use google doc as email body template.
Now, I want to give a button to the user when he/she clicks on that button, it should generate a PDF of the transaction with a company logo on the top of the page
I believe, this can be generated with the suggestion of Sending Email from an Action Button on Transactions table.
For company logo not appearing, could you please elaborate the relavant template expression and column types of image columns in both the tables and whether Company table is referenced by the Transactions table.
The email body template which is saved as PDF to send as attachment in the email. But it is not embedding image in the PDF. Rather captures column name only.
Thank you. Can you reference NFA Company table into Credit Note Requests table? In that case you could pull the company logo into template ( or Credit Note Requests table as well ) with a dereference expression like [Company Code].[Logo]
I want to give an action button by clicking it, a user can generate and download PDF. How do I do it?
There is no way to do this with one click.
PDF files are generated by workflows or reports. Workflows and reports are performed by AppSheet servers, not by the app itself. Workflows are performed when a sync occurs between the app and the server.
Generated PDF files are saved to the app’s cloud storage. To access the generated PDF file in cloud storage, the app must present and the user must click on a link to the file. I can’t speak from experience, but I believe users must open the PDF then save; I don’t think there’s a way to download directly without first opening.
The expression appears to be correct. May be you wish to ensure changes were saved to the template before report was run by running the report once more.
could he create a table called pdf and have the same columns as the main table. Then create a button using action to copy the data from the main to the pdf table and have a work process that is triggered by add on the pdf table to create and save the file or send it through email?. that will have a one button action