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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and 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.
0