Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. In the native ServiceNow window, navigate to System Definition > Business Rules > New.
  2. Click New and name it send Incident to iHub
  3. The Business Rule fields to be configured are as follows:




    Name

    The name of the business rule.


    Table

    The table that this business rule will run on.

    ‘Incident’ [incident] or any other table

    Active

    Set to true to enable this business rule.

    true
    Advanced

    Set to true to reveal the advanced version o the form.

    true

    Trigger


  4. 'When to run' Tab Fields




    When

    When this business rule should execute relative to the database operation.

    async
    Insert

    Select this check box to execute the business rule when a record is inserted into the database.

    true
    Update

    Select this check box to execute the business rule when a record is updated.

    true
    Order

    The sequence in which this business rule should run.


    1,000,000,000


...