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.
nlapiDeleteRecord and activity records?
I have a script which is setup to delete all activity records from specific leads. I know that I need to be the owner and assignee of each activity to be able to delete it.
That being said, when attempting to use nlapiDeleteRecord on an activity I constantly seem to get the following:
Error: INSUFFICIENT_PERMISSION
You do not have permission to perform this operation.
I know the activities are assigned to be and owned by me (another portion fo the script went through and did this beforehand and I verified it in the UI), then when the code below is run I get the error above. For the example below 'actsearch' is a search result of the activity records to be deleted.
0