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