Can I compress an image file? I need to set that compressed image in a PDF.
@gopich223811 ай бұрын
Hi Can we use form.setscript in userevent script Or it is only to be used in suitelet script to perform validations ?
@SweetScriptsStudios11 ай бұрын
Yes you can use API called form.clientScriptModulePath in User Event Before Load Entry Point beforeLoad: params => { // Get a reference to the current form that is about to load let form = params.form; form.clientScriptModulePath = './clientDemo.js'; }