Anyone have experience implementing a custom DocuS...
# suitescript
j
Anyone have experience implementing a custom DocuSign button in NetSuite? Virtually everything is hidden from the developer (can't log, can't step) and it's becoming increasingly infuriating just how dismal the API documentation is. I'm trying to generate a template using
nlapiCreateTemplateRenderer
but you can't do that without the record ID -- which can't be obtained through
nlapiGetRecordId
...