task.DocumentCaptureTask
|
Object Description |
An asynchronous document capture task. Use the methods and properties for this object to submit a document capture task to the NetSuite task queue and execute it asynchronously. You can create a
For an example of submitting an asynchronous document capture task, see Extract Content from a Document Asynchronously. |
|
Supported Script Types |
Server scripts For more information, see SuiteScript 2.x Script Types. |
|
Module |
|
|
Methods and Properties |
|
|
Since |
2025.2 |
Syntax
The following code sample shows the syntax for this member. It is not a functional example. For a complete script example, see N/task Module Script Samples.
// Add additional code
...
var myDocumentCaptureTask = task.create({
taskType: task.TaskType.DOCUMENT_CAPTURE
});
...
// Add additional code