Skip to content

v1.0.3

Choose a tag to compare

@matheus-delazeri matheus-delazeri released this 04 Apr 20:49
· 12 commits to main since this release

Evaluates a Salesforce formula against one or more records and returns the result for each.

This command uses Formulon to parse and evaluate Salesforce formulas entirely offline, no org connection required.

Key features:

  • Multi-record evaluation: Supply multiple records (each as a variable map) to evaluate the same formula against all of them in one shot.
  • Inline or file input: Provide the formula and records directly as CLI flags, or point to a JSON file that contains both.
  • Error transparency: Formulon errors (wrong argument count, type mismatches, etc.) are surfaced per record rather than aborting the whole run.