Code Editor

When editing formulas in Salesforce, the extension will automatically enhance the formula text field with a code editor or provide an Open button to use the code editor in a popup window. Supported formulas are: Flow formulas, Process Builder formulas, formula fields, validation rule formulas, workflow rule formulas, and field update formulas.

Features

Formula Fields, Validations, and Workflows

For formulas in fields, validation rules, workflow rules, and field updates, the extension will automatically enhance the formula text field on the page.

Card image cap
Flows and Process Builders

For flows and process builders, the extension provides an "Open Enhanced Formula Editor" button for formula fields to use the code editor in a popup window.

Card image cap
Syntax Highlighting

Color codes different pieces of formulas like comments, functions, and strings so formulas are easier to read.

Card image cap
Parentheses Matching

Click an opening or closing parenthesis and the editor will highlight its matching parenthesis to easily identify the scope of a section of code.

Card image cap
Tabbing

Easily add indenting (2 spaces) by pressing Tab and easily remove indenting (2 spaces) by pressing Shift + Tab. You can also highlight multiple lines at the same time and presss Tab or Shift + Tab to manage indenting.

Card image cap
No Code Wrapping

Code within the editor does not wrap to a new line when you reach the right side of the editor. It keeps on going so you can make lines as long as you want.

Card image cap
Resize the Editor

Drag and drop the editor resize handle to the size you want the editor.

Card image cap