Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
BOM Import
Hello Everyone,
I previously posted on this forum (link here) about importing an Item master using scheduled scripting and manged to get the code working.
Now, I've been trying to use the same approach to import BOMs/Assembly Items into NetSuite.
The code seems to be running with no Syntax error, however, I do not see any results.
I think the problem might be where I use
csvImport.setLinkedFile("item",csvfile2.getValue());Any help is appreciated.
function scheduledimporting(type){ var response=nlapiRequestURL('http://www.sfu.ca/~paein/primary.csv',null,null,null); //Request file from FTP servers var response1=nlapiRequestURL('
Tagged:
0