Archives

Salesforce Summer ’21 Release Top features

See Record Access Reasons in Lightning Experience A user has access to a record, but why? Is it because of their role? Their territory? From a sharing rule? Now you can see why a user has the access they do, right from Record Sharing Hierarchy in Lightning Experience. Previously, you switched to Salesforce Classic to …

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: