Skip to main content

Productivity Tools

Productivity tools are available when working with records and metadata screens. They focus on reducing manual test setup, exposing record data quickly, and keeping helper states persistent across pages.

Shortcuts

ShortcutAction
Alt+FSet a fake value on the current record or fill the full form
Alt+F+NSet fake values in a new record
Alt+GToggle god mode
Alt+NShow or hide logical names on fields
Alt+CClone the current record
Alt+ICopy the current record ID
Alt+MOpen metadata tools for the current entity

Persistent helpers

The extension keeps helper state available across pages so repeated testing does not require reopening the popup.

  • Templates can store form values for later reuse on test records.
  • God mode can stay enabled across navigation.
  • Logical name overlays can stay enabled without reopening the extension UI.

JSON object manipulator

The JSON object manipulator opens a record editor for inspecting and changing record payloads directly. It is intended for testing, metadata inspection, and template creation.

JSON object manipulator

The screen includes:

  • Form operations for opening existing records or creating new ones.
  • API operations for update and create requests.
  • Relationship helpers.
  • Randomization tools for populating fields.
  • Empty-property insertion.
  • Template storage with save and action tabs.

Record testing flow

A typical test flow is:

  1. Open a record or create a new one.
  2. Use the JSON object manipulator or fake-value shortcut to populate fields.
  3. Save the result as a template if the same setup is reused.
  4. Reapply the template or randomizer on the next test record.