Hello,
thank you for this article, it helped a lot!
I have a requirement to open a pdf document from a line in a list report. I have created the function import to return the PDF in binary and the code in backend is correctly executed, but I don't ...
Hi,if you extend the app, you can use the extHookChangeFooterButtons in order to remove it. Check this sample code:extHookChangeFooterButtons: function(objHdrFtr) {if (objHdrFtr.oEmailSettings !== "undefined") { objHdrFtr.oJamOptions = null; objHdrFt...