Route to Destination (Advanced) dialog box

This dialog is used when you create business rule actions to route to destinations. This advanced method allows you to use a comma-separated values (CSV) file to dynamically pick destinations based on a document property.

Path/Resource

Specifies how you want to locate the CSV file. You can use one of the following options:

  • Path — Enter the path and file name of the CSV file, or click the browse button (...) to navigate to the file.
  • Resource — Select the appropriate resource from the list, or in the Manage CsvDocProp Resources dialog box, click the browse button (...) to choose the resource.

Lookup data

Specifies the document property that will control the routing. The value contained in this document property will determine the row used in the CSV file.

For example, the following table shows an example CSV file using the Class property. To route by Class using this example, select Class in the Lookup data box, enter MyClass in the Key column name box, and MyPrinter in the Destination column name box. When the document is routed the value of the Class property will determine which destination is used. For example, if the Class value is A, the document will be routed to printer 1.
MyClass MyPrinter
A printer1
B printer2
C printer3

Key column name

Specifies the column name in the CSV file that corresponds to the selected document property.

Destination column name

Specifies the column name in your CSV file that contains the destination name where you want the documents routed.

Drop-down list

Determines if you want to replace the destination already assigned to the document or use multiple destination routing and add to the destination already assigned to the document.