XochisSketches
09/07/2021, 3:19 PMform.addButton({
id: 'custpage_consolidate_docs',
label: 'Consolidate Supporting Docs',
functionName: "consolidatePDFs(" + "'" + ctx.newRecord.id + "'," + folder + ");"
});
ctx.form.clientScriptModulePath = "./libraries/PDF_Consolidate.js"
Sciuridae54696d
09/07/2021, 3:32 PMform.addButton({
id: 'custpage_consolidate_docs',
label: 'Consolidate Supporting Docs',
functionName: 'consolidatePDFs("'+ctx.newRecord.id +'","' + folder + '")"';
});
brother, try the above ☝️XochisSketches
09/07/2021, 3:36 PMSciuridae54696d
09/07/2021, 3:43 PMXochisSketches
09/07/2021, 3:44 PMSciuridae54696d
09/07/2021, 3:45 PMdebugger;
in the beginning and see after f12 if it firesSciuridae54696d
09/07/2021, 3:45 PM