Hi telecastg,
I'm using the Template PDF print, does eSignature support this at the moment? Using 1.0.5. Having trouble printing it at the moment, tried all the "imagefield" type and that didn't work. https://docs.espocrm.com/user-guide/...to-pdf/#images
Is the only way to get it to Print PDF is through this method? custom/Espo/Custom/Resources/metadata/clientDefs/WorkOrder.json
https://forum.espocrm.com/forum/deve...ity-to-espocrm
It look like we can only have 1 PDF Template if we use this custom template? Also I'm having trouble getting it to work as well. Here my code:
I added the records view at the bottom of the existing code that is already there.
I'm using the Template PDF print, does eSignature support this at the moment? Using 1.0.5. Having trouble printing it at the moment, tried all the "imagefield" type and that didn't work. https://docs.espocrm.com/user-guide/...to-pdf/#images
Is the only way to get it to Print PDF is through this method? custom/Espo/Custom/Resources/metadata/clientDefs/WorkOrder.json
https://forum.espocrm.com/forum/deve...ity-to-espocrm
It look like we can only have 1 PDF Template if we use this custom template? Also I'm having trouble getting it to work as well. Here my code:
Code:
{ "controller": "controllers/record", "boolFilterList": [ "onlyMy" ], "iconClass": "fas fa-money-check-alt", "recordViews": { "detail": "esignature:views/record/detail" } }
Comment