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.
Error Creating InventoryItem: Items you have requested in the record have been delete
I cannot create new inventory item without receiving the following error:
Items you have requested in the record have been deleted since you retrieved the form
item_obj = nlapiCreateRecord('inventoryitem');
item_obj.setFieldValue('itemid','QQQ');
nlapiSubmitRecord(item_obj);
I tried from a AfterSubmit user event and a suitelet and receive the same error. I have tried setting costcategory field and the problem remains.
I can load an existing and save without incident.
I have seen this error mentioned before, but little in the way of explanation.