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!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Please note that on Friday, March 20, 2026, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 4 hours. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
C# Error Status:- Don't Have Permission to Make update
Hi,
I am writing this Purchase Order Cycle in which once I received the order completely, I am suppose to change the Status from "Pending Receipt" to "Pending Bill".
My Code does all that except while executing it throws the Status Detail as :-
StatusDetails.Code :- INSUFFICENT_PERMISSION
StatusDetails.Message :- You Do Not have permission to set a value for element due to one of the following reason
1> The Field is read-only.
2>An Associated Field.
Now, there cannot be any issue as I am executing as an Admin. However, I can get that if the field is cascaded field (like location etc)or has "read-only" mode , how can I make the change to the Status of the Purchase Order than..
0