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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Error setting receiptInventoryNumbers using SuiteTalk
Hello,
I'm having difficulty adding receiptInventoryItems (lot numbers) on a Record using the Suitetalk API in C#. The error that I consistently receive is:
"You do not have permissions to set a value for element inventoryassignment.receiptinventorynumber due to one of the following reasons: 1) The field is read-only; 2) An associated feature is disabled; 3) The field is available either when a record is created or updated, but not in both cases."
Things that I have tried:
1. Ensuring that Advanced Inventory Management is enabled (it is, and I am able to set lot numbers just fine through the web interface)
4. Ensuring that my code works fine when not attempting to add lot numbers
0