Skip to main content

ProGlove Documentation

Examples of Workflow Rules

For a better understanding of how to define and work with your Workflow Rules, see a few examples below.

Example 1: Add a prefix to all scanned content

To add a prefix of your choosing to all scanned barcodes, follow the instructions below.

  1. Type in the Rule Name.

  2. Select Incoming Barcode under the Trigger section and click Save Trigger.

    WFRExample1SaveTrigger.png
  3. Under Action, click Add.

  4. Select Barcode Transformation and then Prepend text from the drop-down menu.

  5. Under Text to prepend, type in what you want the prefix to be (i.e. the number "0") and click Save Action.

    WFRExample1SaveAction.png
  6. The created Workflow rule action displays under the Action section and a notification confirms a successful process, offering a quick way to add more actions and/or conditions.

    WFRExample1SaveRule.png
  7. Click Save Workflow Rule.

    The rule displays in the list. Once you save and apply the configuration to your Gateway device, you will see a 0 in front of all your scanned barcodes.

    GWRuleExample1Saved.png
Example 2: Add a prefix to 12-digit barcodes

To add a prefix of your choosing to all 12-digit barcodes, follow the instructions below.

Note

This rule will only affect the 12-digit barcodes. All other barcodes will be scanned and sent without modification.

  1. Select Incoming Barcode under the Trigger section and click Save Trigger.

  2. Under Condition, select Barcode length and is equal, then type in 12 as the barcode length value.

    WFRExample2SaveCondition.png
  3. Click Save Condition.

  4. Under Action, click Add.

  5. Select Barcode Transformation and then Prepend text from the drop-down menu.

  6. Under Text to prepend, type in what you want the prefix to be (i.e. the number "0") and click Save Action.

    WFRExample2SaveAction.png
  7. Next, click Save Workflow Rule.

    The rule displays in the list. Once you save and apply the configuration to your Gateway device, all scanned 12-digit barcodes will have 0 added as a prefix.

    GWWFRExample2Saved.png
Example 3: Insert text at position for selected symbologies

To insert text into a specific position and only apply it to the barcode symbologies you select, follow the instructions below.

Note

This rule will only affect barcodes of the selected symbology type. All other barcodes will be scanned and sent without modification.

  1. Select Incoming Barcode under the Trigger section and click Save Trigger.

  2. Under Condition, select Symbology and is one of, then select the desired symbology from the drop-down menu.

    WFRExample3SelectSymb.png
  3. For multiple symbology types, click Show All in the drop-down menu so all supported symbologies display, then check the box next to each one to select. In this example, both Aztec code types and Code 128 are selected.

    WFRExample3SelectedSymbologies.png
  4. Scroll to the bottom of the screen and click Save Condition in the bottom-right corner.

  5. Under Action, click Add.

  6. Select Barcode Transformation and then Insert at position from the drop-down menu.

  7. Enter the desired value under Text to insert (i.e. "Text") and select the Position within the barcode where the value will apply (i.e. "3"), then click Save Action.

    WFRExample3SaveAction.png
  8. Click Save Workflow Rule.

    The rule displays in the list. Once you save and apply the configuration to your Gateway device, all scanned Aztec and Code 128 barcodes will have Text added in the third position.

    GWWFRExample3Saved.png