Variable Name
|
Description
|
{docid}
|
The Document ID of the current document.
|
{filepath}
|
Stores the Root Address of the document. This also includes any calculated folders to provide the actual path to the document.
|
{filepathrel}
|
Stores the Relative Root Address of the document. This also includes any calculated folders to provide the actual path to the document.
|
{docname}
|
The name of the current document with the extension, excluding the path.
|
{docname2}
|
The name of the current rendition document with the extension, excluding the path.
|
{docnamenx}
|
The name of the current document without the extension, excluding the path.
|
{docname2nx}
|
The name of the document location 2 without the extension, excluding the path.
|
{fdocname}
|
The name of the current document with the extension, including the path.
|
{fdocname}
|
The name of the current document with the extension, including the path
|
{docpath}
|
The full path of current document in the DocuNECT storage location.
|
{docpath2}
|
The full path of document in location 2 in the DocuNECT storage location.
|
{odocname}
|
The name of the current document from its source location, excluding the path.
|
{odocname2}
|
The name of the document in location 2 from its source location, excluding the path.
|
{odocnamenx}
|
The name of the current document from its source location without the extension, excluding the path.
|
{odocname2nx}
|
The name of the document in location 2 from its source location without the extension, excluding the path.
|
{ofdocname}
|
The name of the current document from its source location with the extension, including the path.
|
{ofdocname2}
|
The name of the document in location 2 from its source location with the extension, including the path.
|
{odocpath}
|
The current document file path from its source location without the name of the document, without the trailing "\".
|
{odocpath2}
|
The document in location 2 file path from its source location without the name of the document, without the trailing "\".
|
{ignore}
|
If set to True, it allows a document to be ignored during capture, indexing or distribution.
|
{docpages}
|
Used when documents are split into smaller documents using business rules. The docpages is an array that stores the documents broken down from a master document.
|
{luidxnames}
|
AX Used in Capture or Distribution to store an array of index names to be used in a lookup against the target document management system.
|
{luaction}
|
AX This is used in conjunction with luindxnmes. If a match found of the all the index values referenced in the luidxnames then luaction determines what function to perform:
•newdoc - creates a new document
•appenddoc - appends the current document found
•newver - creates a new version of the document found. Append currently works with TIFF documents
|
{revcomment}
|
This is the revision comment of the document being added to the system.
|
{docrevision}
|
This is the version no of the document being added to the system.
|
{idxfilename}
|
If you are using an index file for Capture or Distribution then this is the name of the index file.
|
{docusername}
|
This allows the user to be assigned to a document for distributed indexing.
|
{owinuser}
|
The originating Microsoft Windows of the document.
|
{odcnuser}
|
The originating DocuNECT of the document, typically used by the Client Tools.
|
{odcnuseremail}
|
The email address of the originating DocuNECT user. Typically this is used in conjunction with Client Tools, for example, send the originating user an email after the process is complete.
|
{docrolename}
|
This allows the role to be assigned to a document for distributed indexing.
|
{error}
|
This returns 1 if there is an error on the document and can also be set to 1 to force a document into an error batch.
|
{errormsg}
|
This is used in conjunction with {error} and stores the associated error message with the error.
|
{processstate}
|
Indicates the current lifecycle stage, and is automatically set to either Capture, Index, or Distribute.
|
{subfolder}
|
This is used for Distribution and allows a sub-folder path to be specified.
•If Files Per Folder is set to 0 then it uses the {sub-folder} variable relative to the Address field in the lifecycle. For example: <Address Folder>\<Date Time Stamp>\<Sub-Folder>.
•If Files Per Folder is set to -1 then it uses the {sub-folder} variable relative to the Address field in the lifecycle. For example: <Address Folder>\<Sub-Folder>.
•If Files Per Folder is set to greater than 1 then the {sub-folder} variable is not used.
Note, this is used for File, FTP and Secure FTP distributions.
|
{indexername}
|
This is retrieves the name of the user that last indexed, edited or verified the document from the document history.
|
{continue}
|
Determines the behavior of when errors are found in the batch.
•0 - Stops if errors are found.
•1 - Continue processing if errors are found.
Note, default is 0 if not set.
|
{doctext}
|
This is the text that was extracted from the document from the OCR or Render connector.
|
{captureid}
|
The ID of the lifecycle capture.
|