Archives

Flow enhancements in Spring ’20 release

Before-save update in a flow is 10 times faster than an update in a record-change process that’s built-in Process Builder  Before-save updates in flow accomplish that same goal, but much more quickly because each record doesn’t get saved to the database again. Avoiding that extra save procedure means skipping another round of assignment rules, auto-response …

Salesforce Spring ’20 Release features for Developers

1. The @track Decorator Is No Longer Required for Lightning Web Components: No more guessing about whether to use @track to make a field reactive. All fields in a Lightning web component class are reactive. If a field’s value changes and the field is used in a template or in a getter of a property that’s used in a …

%d bloggers like this: