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.
Tracking Number field permissions
Hello,
I've been on hold for a total of 105 minutes with Netsuite phone support. Maybe posting here will be quicker!
I am receiving the error
[Code=INSUFFICIENT_PERMISSION] You do not have permissions to set a value for element trackingnumbers due to one of the following reasons: (standard permissions reasons listed)
when trying to update the tracking number field on a Sales Order. This was working a few months ago when I originally wrote this code.
SalesOrder so = new SalesOrder();
so.setInternalId(thisOrder.getInternalId());
so.setTrackingNumbers(thisOrder.getTrackingNumbers());
so.setShippingCost(thisOrder.getShippingCost());
WriteResponse write = _port.update(so);
Any thoughts on the cause of this? I am logging in with an Administrator role.