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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
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