Feature update
Version 1.2.0
Current VersionMakes rule condition editing type-aware so values match what Salesforce expects, adds a one-click indicator value shortcut, and fixes relationship filters on boolean fields.
Smarter rule condition editor
- Condition inputs now adapt to the selected Salesforce field's type, so the rule editor guides users to values Salesforce will accept.
- Boolean fields use a true/false selector instead of free-text input.
- Picklist fields offer a dropdown of the field's active values, so users no longer need to remember exact picklist values.
- Numeric, date, and date/time fields use matching input controls.
- Long text, rich text, and encrypted fields are limited to is-empty and is-not-empty checks, matching what Salesforce actually supports for filtering.
- Address, location, and other unfilterable field types are hidden from the field picker.
- Only operators that apply to the selected field type are offered, and disallowed operators auto-reset when the field changes.
Indicator text shortcut
- New "Show field data as indicator value" button in the rule editor sets the indicator text to ((value)) in a single click.
Fixes
- Relationship rule filters on boolean fields (for example, IsClosed = false on Opportunities) now correctly match records instead of returning zero results.