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.
nlapiCreateList()
I have a suitelet which is marked as "available without login" and also set to "execute as admin". On the GET request it runs a search (sucessfullly) to retrieve some lead data. This then displays a nlobjForm with some fields populated based on the results of the search.
A user would then select some values from the form field and click a submit button. The first action on the POST request is a call to nlapiCreateList() and this throws the error "INSUFFICIENT_PERMISSION undefined You do not have privileges to perform this operation".
Can the list object not be used on an external suitelet?!
0