How to mass transfer data from the file cabinet.

Navigate to File Cabinet in the NetSuite account and there check for Move file or Copy File according to your need and click on it. As shown in the below image. Once you click the option Whether it’s Copy or Move it’ll navigate to the next window and there you’ll get options for selecting the… Continue reading How to mass transfer data from the file cabinet.

Image File Formats Recognized by Netsuite File Cabinet.

The following image file types are recognized in the NetSuite File Cabinet: Image : .jpg, .jpeg, .pjpeg, .gif, .png, .bmp Unrecognized File TypesAlthough NetSuite accepts all file formats in the File Cabinet, if a file format is not recognized, the file type is listed as Other Binary File. NetSuite cannot determine unrecognized file formats uploaded… Continue reading Image File Formats Recognized by Netsuite File Cabinet.

Using relative path for file.load() function

To open a file in a suitescript we can use file.load() function.e.g:var fileObj = file.load({id: ‘Images/myImageFile.jpg’});fileObj.description = ‘my test file’;var fileId = fileObj.save();The id field takes the path to the file like shown in the above example or internal of the exact file. See this example:var fileObj = file.load({id: 123});fileObj.description = ‘my test file’;var fileId… Continue reading Using relative path for file.load() function

How to Add Multiple images in to a Specific folder In a File cabinet

Step1: Arrange images in a single folderStep2: Convert group of images in to .zip fileStep3: Choose “ADVANCED ADD” option in Destination folderStep4: Upload the .zip file to Chosen file optionStep5: Check the “UNZIP FILES” option to directly add files to that folderStep6: Check “MAKE ALL FILES AVAILABLE WITHOUT LOGIN” To make the files available on… Continue reading How to Add Multiple images in to a Specific folder In a File cabinet