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