Debug Properties

PropertyDescription
Setup

Each solution can have many different environments (Production, QA, etc), along with users, and rules This section lets user configure the space where rule debugger will act on

  1. Environment: Specific Environment for Solution
  2. User: Person logged into solution
  3. Rule: The rule to be dubugged

NOTE: Need to at least have deployed once for the environment to exist for rule debugger to use. If using a business object in rule debugger, make sure the object has been deployed

ParametersSome rules take in parameters (say values to insert into a business object). Enter those parameters in this section. Any errors (say text value int field that takes integers) results in Oracle error that will be displayed as a pop up. Also note that Rule Method allows user to choose how to send data to server (either POST or GET call)
Output

This section displays information before and after completing rule.

  1. Rule Output: JSON -> give form of rule result
  2. Delete Rule Cache -> Tells server to delete rule cache.
  3. Rule Result -> Displays result after running rule
Action

Available actions for Rule Debugger

  1. Run -> runs the rule
  2. Close -> closes rule debugger

Rule Source

PropertyDescription
Rule BodyThe code body that will be debugged. Can be changed here and ran again
Actions

Available actions for rule debugger

  1. Save body -> Saves any changes made to the rule body code
  2. Run -> Runs rule debugger
  3. Close - > Closes rule debugger

Launching the Rule Debugger

The rule debugger can be launched by pressing the following icon: 

The  icon be be accessed in a variety locations

  1. In the description page of rules 

  2. In detail section of rule

  3. When editing rule 

  • No labels