Skip links

Author: enway

Salesforce Pricing Explained

Myth Debunked: Is Salesforce Really Too Expensive?

Here, I’m going to share my personal opinion on a topic that’s on the minds of many businesses — the cost of Salesforce. Is it really too expensive, or are there hidden values that make it worth every penny? Let’s find out! In my experience,

Dynamic Related List in Salesforce

New Dynamic Related List Lightning Component

In the Summer’22 release Salesforce introduced a new Lightning component to display a single dynamic related list. For instance, you can render High priority Cases on the Account page or show Opportunities at a specific stage. Let’s see how it works in detail. Dynamic Settings

Slack updates from TrailblazerDX 2022

Slack updates from TrailblazerDX 2022

At ENWAY we have been using Slack since 2016 and we can call it digital HQ for sure. As the Salesforce partner, we are happy that Slack is now part of the Salesforce ecosystem. At Trailblazer DX 2022 Salesforce announced several updates to integrate Salesforce

Salesforce Apex User Mode

New Salesforce Security Feature: Apex User Mode

In the Summer’22 release, Salesforce introduced the new Apex security feature – User mode. Why do we need user mode? By default, Salesforce runs all apex code in the system mode. The system mode ignores user permissions. It’s possible to check access using methods (stripInaccessible,