Skip to main content

Using Parameters in Integration Rules

The following procedure shows how to set and use parameters within an Integration Rules.

  1. In the Integration Rule graphical view, move your mouse over the PARAMETER graphical box until the mouse pointer shape changes to a cross.

  2. Double click on the object to open the Setting input parameters window.Figure 1544: Setting input parameters window

  3. Perform the steps that coincide with the action you want to take:

    ClosedAdd a Parameter

  4. In the Parameter name column, click on the first empty cell starting at the top left.

  5. Type a name for the parameter.

    Name Limitations:

  • It cannot be a keyword (e.g., SET, OR, AND, etc.).
  • It cannot contain any special characters (e.g., * . , : ; @ # $ ! ” ‘ ? ( ) & % / \ ^ [ ] { } \< \>).
  • It cannot be a purely numeric value (e.g., 123). Though names such as "Prm_123" are permitted.
  1. In the Type column of that same row, select the type of parameter.

  2. In the Value column of that same row, type the parameter's value.

    This column requires a specific format following the standard C# syntax. For example; the \ (backslash) has to be formatted as \\ (double-backslash). For further details, please refer to standard C# syntax.

  3. Repeat steps 'a' through 'd' for each parameter you want to add.

    ClosedEdit a Parameter 

  4. Click on the cell you want to modify.

  5. Edit the value accordingly.

  6. Click on the checkbox at the beginning of the row you have modified.

    A check indicates that you have modified a value in that row.

    ClosedRemove a Parameter 

  7. Locate the row for the parameter you want to remove.

  8. Delete (using your keyboard Delete key) the value in every column of the row.

    Ensure that all columns in that row are empty.

  9. Repeat steps 'a' and 'b' for each parameter you want to remove.

    Please note that an empty row at the top row or in between other rows is not permitted in Integration Rules. Therefore, an additional step must be taken in order to ensure that no empty rows exist at the top or in between, before re-saving the Integration Rule.

  10. Cut the values from a remaining parameter row and place them into the empty row. Repeat this process for each empty row until none exist, except for those at the bottom of the table (as shown in the table in Figure 1544). Do not leave any empty rows between valid parameters.

  11. When finished with your additions/modifications, click the Save icon.