4.6.0 | Community Release
What's Changed
New & Changed Rules:
Rule (Configuration ID) | Description |
---|---|
Same Record Field Updates (SameRecordFieldUpdates ) |
Much like triggers, before contexts can update the same record by accessing the trigger variables $Record without needing to invoke a DML. |
Missing Fault Path (MissingFaultPath ) |
At times, a flow may fail to execute a configured operation as intended. By default, the flow displays an error message to the user and notifies the admin who created the flow via email. However, you can customize this behavior by incorporating a Fault Path. |
- chore: add tests for exceptions by @junners in #133
- add tests for core.fix by @k-capehart in #135
- fix(RuleEngine): missing fault path rule modification resolved #134 by @junners in #139
- feat(RuleEngine): same record field update new rule fixes #134 by @junners in #140
Full Changelog: v4.5.0...v4.6.0