Hi Guys, I am not able to move file from one folde...
# suitescript
a
Hi Guys, I am not able to move file from one folder to another folder in NetSuite filecabinet via MapReduce script. // File moved in Processed folder var fileObj = file.load({ id: fileInternalId }); fileObj.folder = 872; var fileId = fileObj.save(); log.debug('DEBUG','File moved successfully: FileInternalId: ' + fileId); What I am missing? Can someone please help on this? Thanks in advance!