Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
CSV Imports throwing Unexpected Error With New Release
Hello,
We were just upgraded to the new release with the new UI, and everything seemed to be fine except for our CSV Imports. We have some scheduled scripts that create CSV Imports to create Sales Orders, and on these CSV Imports there are registered trademark symbols. The CSV Imports they are using, use the Western(Windows 1252) encoding and have worked fine until the new release.
Now, they throw either an unexpected error, or fail to import because it cannot recognize the registered trademark symbol. The weird thing is that if I run the CSV Import manually with the same CSV file and same CSV Import, the orders import correctly and does not complain about the registered trade mark symbol. I think it has something to do with using the nlapiSubmitCSVImport function in suitescript and the new release. It seems like it may automatically be converting the encoding to UTF-8 or something else on the CSV Import it is using. I wanted to see if anyone