Skip to main content
These settings appear in the ExportScript - Appian - Configure by script.cs script and in the default.config.xml configuration file.

Connection settings

Look up the ID of a knowledge center (Appian 12)

1

Select the knowledge center

Click Runtime Data in the workspace, and then select the knowledge center in the Documents section. The actions that can be performed on the selected knowledge center appear at the top of the workspace.
2

Open its properties

Click Properties at the top of the workspace. The Knowledge Center Properties dialog box opens and displays the ID.
Screenshot of the Knowledge Center Properties dialog box in the Appian workspace, showing the ID of the selected knowledge center.

Document naming settings (Appian 12)

Dynamic tags for document names

A document name can have an unchanging static part and a changing dynamic part. Tags define the dynamic part, and ABBYY FlexiCapture replaces them with document property values at the time of export. Enclose each tag in angle brackets. In an XML file, write &lt; for < and &gt; for >. The following tags are available:
These tags are case-sensitive. Preserve the character case shown in the table.
The following example produces a document name with a static part:
The following example produces a document name without a static part:

Name conflict resolution

NameConflictResolution resolves name conflicts. It takes one of the following values: For example:

Record type

DmsMetadataTemplate contains the name of the record type in plural form, which is the name visible in Tempo. Each ABBYY FlexiCapture Document Definition must have its own record type in Appian. For example:

Field mapping

FieldPairs contains a collection of field pairs.

Map fields in an XML file

If your export settings are stored in an XML file, map the fields as follows:
  • AfcField – The full path to the ABBYY FlexiCapture Document Definition field that data is read from at the time of export
  • DmsField – The Appian data type field that data is written to at the time of export

Map fields in a script

If your export settings are stored in the script, map the fields as follows:
The value before the comma is the full path to a field in ABBYY FlexiCapture. The value after the comma is the name of the respective field in the data type.

Map table fields

Mapping table values requires an auxiliary data type in Appian. For more information, see Create a data type. Map the fields as follows:
The second LineItems is the name of the field in the main data type that stores the array of objects of the auxiliary data type. Description is the name of the mapped field in the auxiliary data type.