@PILOT(<property_name>)
Description
Returns the value of the specified Pilot object property. The Pilot object is an internal data structure that is configured by Datacap at the start of task execution. It contains the information that is required to run the task. Such as the batch folder (BATCHDIR), the batch ID (BATCHID), the input DCO file (DCOFILE), the task priority (PRIORITY)
The
PILOT object properties that you can use to get values from Datacap and provide them
to actions are.
- BATCHID
- BATCHDIR
- OPERATOR
- STATION
- CHILDRENQUANTITY
- PRIORITY
- PROJECTPATH
- CAPTION
- PAGESINBATCH
- DOCSINBATCH
- EXPECTEDPAGES
- ADJUSTEDPAGES
- ADJUSTEDDOCS
- JOBNAME
- FORMPROFILE
- DCOFILE
- JOBID
- TASKID
Example
In this example, the smart parameter returns the input DCO file for the current task.
| Action and return value | XML example (if applicable) |
|---|---|
Action: rr_Get("PILOT(DCOFILE)") Return value: C:\Datacap\TravelDocs\batches\20110004.004\Export.xml |