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