Profile recognition based on (partial) printer name

In this article we are going to explore how you can select a profile based on the printer name or a part of the printer name. This will be a specific configuration of the profile recognition.

Configuration

We will asume that you have more than one CQ printers. In our example we will have PrnADepIT, PrnBDepIT and PrnADepHR (Printer A and B for IT department; Printer A for human resources department).

To create multiple CQ printers (print queues):

  1. Log in to the admin panel of Print&Share CQ using a web browser.
  2. Navigate to Manage > System Setup > CQ Printers.
  3. Under XPS Printers (V4), click Add printer and give the name PrnADepIT.
    Click Add printer again and give the name PrnBDepIT.
    Do the same for PrnADepHR.
    This will create three extra XPS Printers (V4).

Note: to make the printers available to end-users, you have to share them. You can read more here.

Next we are going to create an extra profile (you can skip this if you already have an existing profile).
This profile will be called Printer A:

  1. Navigate to Manage > Workflow > Profile.
  2. Create a profile by clicking Create new and give the profile the name Printer A.
  3. Scroll down to the Channels section and add for example a Printer-channel.
    (one or multiple different channels could be added to a profile, according your needs.)
  4. Save all channel settings and get back to the main Profile page.

Next we are going to configure profile recognition.

We want to select and execute our profile (Printer A) when users print to either PrnADepIT or PrnADepHR.
This example will configure the recognition in such a way that we look if our printer name contains the string PrnA. We will use regular expressions for this. According to your needs, you might want to select a different part of the name and thus use different regular expressions.

  1. Navigate to Manage > Workflow > Profiles.
  2. Click the Edit-button next to the profile called Printer A to edit this profile.
  3. Next to the Profile recognition label, click Edit to configure the profile recognition.
  4. Enable the Condition is valid checkbox and from the dropdown menu select Add parameter.
    This will bring the recognition editor dialog. (In case you closed this dialog you can double-click the text @[CContent-] to show the editor again.)

    Image

  5. In the General tab, select
    Source: Original job,
    Recognition type: Job property,
    Property: Printer.

    Image

  6. Go to the Extra Options tab, here we will configure an adjuster using regular expressions (regex) to select a part of the printer name. In our case it will be PrnA.

    Image

  7. From the dropdown select Regex and click Add result adjuster.
  8. For the Regex: use .*(PrnA).*,
    and Regex group: select Group 1.
  9. Click OK to save and close the Content recognition dialog.
  10. Click Save to close the profile recognition.

Note: the order of the profiles is important. Make sure you set the profiles with profile recognition at the top in the profiles list. You can read more about this why on how to change the order here.

Testing

When somebody prints to PrnADepIT or PrnADepHR the profile will be executed, not when somebody prints to PrnBDepIT, because we select the profile based on a part of the name PrnA.

Extra

Note that it is also possible to link a print queue to a profile.