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