0

Save record as PDF

I have created a print layout for my invoice records.

Is there a way to reference this view in code so I can create a pdf via a button on the form view of the record instead of going through all the intermediary steps?

1 reply

null
    • Alan_Cooke.1
    • 2 yrs ago
    • Reported - view

    Replace "CONSUMABLES" for your report name and there you go.  Just place this under a button.

    printRecord(this, "CONSUMABLES")

    Note:  Only prints the current record (as in 'this')

Content aside

  • 2 yrs agoLast active
  • 1Replies
  • 180Views
  • 2 Following