chrism
11/16/2017, 8:08 PMnlapiLoadFile
if I put the file I want to load in the same directory, I seem unable to actually load it using nlapiLoadFile('./myfile.json')
and instead had to use nlapiLoadFile('SuiteScripts/myfile.json')
. Is that expected functionality?