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.
Please note that on Saturday, April 11, 2026, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 30 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
Why task.checkStatus throws error INVALID_TASK_TYPE?
I have created/submitted a task for CSV Import in SuiteScript 1.0.
When I am trying to get a status of the task(from another script developed in SuiteScript 2.1) using the task ID(got from above script), I am getting "INVALID_TASK_TYPE" error.
Below is the code I am using:
let csvTaskStatus = task.checkStatus({
taskId: csvImportTaskId
});
log.debug("csvTaskStatus", JSON.stringify(csvTaskStatus));
log.debug("csvTaskStatus.status", csvTaskStatus.status );
This code was working fine till Thursday. But Suddenly since Friday, Its showing the error "INVALID_TASK_TYPE".
Am I missing something?
Tagged:
0