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

null
    • contact.1
    • 5 yrs ago
    • Reported - view

    and not with the table name

    • Jorg
    • 4 yrs ago
    • Reported - view

    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

  • 4 yrs agoLast active
  • 2Replies
  • 1542Views