are you just wanting to make your own signature th...
# suitescript
c
are you just wanting to make your own signature thing? I've done it before in netsuite w/ HTML in a draw pad thing and save it as an image
j
Hi Creece! What the DocuSign bundle does out of the box is use the PDF Template attached to the Form. However, for my scenario, we need to print two versions of the PDF. Since you can only store one PDF Template onto a custom form, we have to add the second docusign button programmatically. as far as I can tell, the only way to add the document is to generate it using nlapiCreateTemplateRenderer but that requires at least two parameters: the record and the template ... I can hardcode the template id but the record must be dynamic