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
-
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
- 188Views
-
2
Following