Retrieve Items

The Retrieve Items Action task locates and extracts items from the OL Connect Database so they can be used with further tasks. The items are retrieved using a set of conditions working together. Since this task can retrieve items at any level, it can be used to generate Metadata (see Metadata) or JSON data used in multiple tasks.

Input

The task requires no input file, but any input information such as Metadata, Job Info variables or a data file can be used to specify which items to retrieve.

Processing

The task requests the items on the OL Connect Server using the conditions set in the task properties. Only the condition information and the returned Metadata or JSON are exchanged.

Note that the order in which the requested items are returned cannot be guaranteed.

Output

The task outputs Metadata that is equivalent to the output of the appropriate task that would normally create the items, or a JSON Record Data List (see the REST API Cookbook and JSON Record Data List example).

The result of a Retrieve Items task can be used with the Create Job task if it is a Content Item or Content Set, but it cannot be used in combination with a Job Preset.
Content Creation tasks accept Metadata as well as JSON data as input.

Task properties

General Tab
  • Entity to retrieve: Use the drop-down to select which items to retrieve.
    • Record: Retrieves one or more Records, whether or not they are part of a Record Set. Output similar to the Execute Data Mapping task.
    • Record Set: Retrieves one or more Record Sets, including all their records. Output similar to the Execute Data Mapping task.
    • Content Item: Retrieves one or more Content Items, whether or not they are part of a Content Set. Output similar to the Create Print Content or Create Web Content tasks.
    • Content Set: Retrieves one or more Content Sets, including all their content items. Output similar to the Create Print Content task.
    • Job: Retrieves one or more Jobs, including all their content items ready to be printed. Output similar to the Create Job task.
    • Job Set: Retrieves one or more Job Sets, including all their content items ready to be printed. Output similar to the Create Job task.
  • Retrieve by:
    • Condition: Select entities based on one or more conditions, the value of a metadata field for example.
    • ID: Depending on the option selected under Entity to retrieve this is a Record ID, Record Set ID, Content Item ID, Content Set ID, Job ID or Job Set ID. Multiple entities can be retrieved by entering multiple ID's, each on a new line.
  • Conditions:
    • Add a condition: Click to add a new condition line. This adds the line to the current condition level, by default with an AND operator.
    • Switch conditions: Click to swap two conditions on the same level, or two groups of conditions.
    • Delete the selected condition: Click to delete the currently selected conditions in the list.
    • Clear the rule: Click to delete all rules in the list. Note: This cannot be undone.
    • Import a rule: Click to open the Browse dialog and load a Rules file. This will load its rules into the list.
    • Export the rule: Click to open a Save dialog and save the Rules file to disk.
  • Rule Viewer: Displays a text-based view of the condition using operators and parentheses.
  • Output Type group:
    • Output IDs in Metadata: Select to only output minimal metadata containing the entity IDs.
    • Output records in Metadata: Select to output IDs as well as record details in the metadata, useful for further sorting and filtering of the metadata.
    • Output records in Json: Select to output a JSON Record Data List (see Output).

Commingling/Batching Tab

Commingling is a method by which Print Content Items are merged together to create mail pieces going to each recipient. For instance, retrieving a letter, an invoice and a notice within the same mail piece, which presumably could be added within the same envelope. Batching is the same principle when all the Print Content Items are generated using the same Template file. This tab is only available if the Content Item option is selected in the General tab's Entity to retrieve drop-down. To modify any of the following options, click in the Parameters box and then click the [...] button that appears.

  • Document contents: Defines the Document ("Mail Piece") level and how they are built.
    • Pick items based on: Use the [...] to open the Pick Parameters dialog and define how to pick which items will be placed in each document. Content items picked using this method will be part of the same mail piece.
    • Sort items based on: Use the [...] to open the Sort Parameters dialog and define how Content Items are sorted within the mail piece.
  • Group contents: Define the Group level (for example, a Mail Route), or how to group mail pieces together in groups.
    • Pick items based on: Use the [...] to open the Pick Parameters dialog and define how to pick which documents will be placed in each Document group. groups are often used to separate mail routes, provinces, or cities.
    • Sort items based on: Use the [...] to open the Sort Parameters dialog and define how documents are sorted within the group, for example by Zip Code.
OL Connect Proxy Tab

This tab is common to all OL Connect tasks and defines where to process the jobs sent through these tasks. When these fields are empty, they use the defaults set in the OL Connect User Options page of the preferences.

Defaults are not used unless the configuration is sent to the Workflow service.
  • OL Connect Proxy Address: Enter the machine name or IP Address where the OL Connect Server resides.
  • Port: Enter the port to use to communicate with the OL Connect Server. Default: 9340
  • User name: Enter the user name expected by the OL Connect Server.
  • Password: Enter the password expected by the OL Connect Server for the above user name.
On Error Tab

For a description of the options on the On Error tab see Using the On Error tab.

Miscellaneous Tab

The Miscellaneous tab is common to all tasks.

It contains a text area (Task comments) that lets you write comments about the task. These comments are saved when the dialog is closed with the OK button and are displayed in the Task Comments Pane.

Check the option Use as step description to display the text next to the icon of the plugin in the Process area.

The tab also provides an option to highlight the task in The Process area with the default color, set in the Preferences (see General appearance preferences), or the color selected or defined under Highlight color on this tab.
To revert the selected highlight color to the default color, open this tab, turn the Highlight option off and close the dialog with the OK button; then turn highlighting back on.
Highlighting can also be turned on and off via the task's contextual menu and with the Highlight button on the View ribbon.