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