Methods
| Name | Description |
|---|---|
| GetExtractedData(); | Returns the Document object which contains data extracted using Extract activity. |
| SetExtractedData(ExtractedData extractedData); | Allows Document objects modified by the script to be passed. ExtractedData obtained during script runtime is passed to the script using the Transaction.Documents property. |
Related topics
Transaction
Modern replacement — access all transaction documents, not just the first.
Document
The document being processed by the Custom activity.
Extract activity
The Process activity that produces ExtractedData output.
Object model
Full JavaScript object reference for Custom activity scripts.
