Advanced Editor Mode

Use the advanced editor mode to write complex business rules. This mode requires PBL coding, so use only if you are familiar with PBL syntax.

Note: If your write a complex business rule in the advanced editor mode, you will no longer be able to edit this rule in the simple editor mode.

To use the advanced editor:

  1. In the simple editor, click Switch to Advanced Editor. The advanced editor opens. This is a PBL code editor. If you have already defined any conditions, these will be shown in code form.
  2. In the editor, enter any PBL code you require to implement the business rule. You must exit your code with a return statement which returns a boolean value (true or false). For more information about PBL, consult the PBL Reference.
  3. Save and close when you are done.