Skip to content

2.37.0 | Community Release

Compare
Choose a tag to compare
@junners junners released this 14 Jan 09:25
· 25 commits to master since this release

Activation of New Rule! 🌟

Rule Id Description Reference
SameRecordFieldUpdates Before-save same-record field updates allows you to update the record using variable assignments to $Record. This is significantly faster than doing another DML on the same-record that triggered the flow As seen on architects.salesforce.com

New Command (beta)

Command Description
flow fix Invokes core engine's fix functionality. Rules that can be automatically fixed or identified by the property AutoFixable will be applied to flows on either directory or path

Usage

sf flow fix --rules UnusedVariable UnconnectedElement --dir <app-directory1> <app-directory2> <app-directory3>
sf flow fix --rules UnusedVariable UnconnectedElement --file <file-one> <file-two> <file-three>