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