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.
SuiteScript - You still need to reconfigure the inventory detail record after changing the quantity
Hello~
I'm working on automating the creation of Inventory Adjustments so that we can expense items from our item receipts with ease. However, I've run into a problem that I'm struggling to wrap my head around.
{"type":"error.SuiteScriptError","name":"USER_ERROR","message":"You still need to reconfigure the inventory detail record after changing the quantity.","id":"","stack":["anonymous(N/serverRecordService)","onRequest(/SuiteScripts/ExpenseButtonFunction.js:245)"],"
When I run the script, I get this message as it tries to create the item line. It would suggest that the quantity on the item line is being changed after I've added the inventory details of quantity and status, but that shouldn't be happening? I put the inventory detail quantity last in the process just to be sure but to no avail.