Summary of special variables for accessing the runtime hierarchy
You can use @ID and @B/ @D/ @P<variable_name> special variables to get most of the batch, document, and page information from the runtime batch file.
For a full listing of special variables for accessing the runtime hierarchy, see Special variables for accessing the runtime hierarchy. The following examples illustrate how to use special variables to access the runtime hierarchy.
| Access this part of the runtime hierarchy... | ...by using this special variable | Hierarchy level |
|---|---|---|
|
Not applicable | BATCH |
|
@ID | BATCH |
|
@B.TYPE | BATCH |
|
@B.LAST_RR_PROFILE | BATCH |
|
@B.STATUS | BATCH |
|
@ID | DOCUMENT |
|
@D.TYPE | DOCUMENT |
|
@D.STATUS | DOCUMENT |
|
@ID | PAGE |
|
@P.TYPE | PAGE |
|
@P.STATUS | PAGE |
|
@P.IMAGEFILE | PAGE |
|
@P.ScanSrcPath | PAGE |
|
@P.RecogStatus | PAGE |
|
@P.Confidence | PAGE |
|
@P.TemplateID | PAGE |
|
@P.DATAFILE | PAGE |
|
Not applicable | PAGE |
Similarly, you can get most of the field information from the runtime page data file by using the @ID, @F.<variable_name>, and @P\<field_name> special variables, for example.
| Access this part of the runtime hierarchy... | ...by using this special variable | Hierarchy level |
|---|---|---|
|
@ID | FIELD |
|
@F.TYPE | FIELD |
|
@F.Position | FIELD |
|
@F.STATUS | FIELD |
|
@P\Pickup_Date | FIELD |
|
@P\Pickup_Date | FIELD |
|
@P\Pickup_Date | FIELD |
|
@P\Pickup_Date | FIELD |
|
Not applicable | FIELD |