0
Pdf name with a field value
Hi,
I would like to generate a pdf called with a combination of text and field value ( INT-2019-1).
Ex: The pdf generated is called "Sortie" and i have a calculed field for each record. The pdf name must be "Sortie INT-2019-1"
How can i do?
Thanks
2 replies
-
and not with the table name
-
Hi,
You can use the folllowing formula in a button, in order create an attachment:
importFile(this, printAndSaveRecord(this, "My Printlayout name"), "Sortie " + 'my calculated field' + ".pdf")
Kind regards, Jörg
Content aside
- 5 yrs agoLast active
- 2Replies
- 1568Views