How to save attached file to netsuite and sent the file as email attachment

To save user uploaded attachment to netsuite backend , First of all use “nlapiCreateFile” format. Using “nlapiCreateFile” command the same file is created in the netsuite ssp folder. And that particular file can be move to another folder by using “setFolder” command and the file id can be obtained by “nlapiSubmitFile” command . To send… Continue reading How to save attached file to netsuite and sent the file as email attachment