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!
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.