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.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
SuiteWorld | October 25–28, 2026 | Las Vegas
Registration opens June 9. Be ready when passes drop. Get the green light now - Convince your boss
Registration opens June 9. Be ready when passes drop. Get the green light now - Convince your boss
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