Tag Archives: Salesforce Lightning

Salesforce Flows vs. Apex Triggers: Making the Right Choice for Your Business Needs

There is a long-standing debate between Flows vs. Apex Triggers when it comes to Salesforce automation, but the answer is not straightforward. Both approaches can fulfill business requirements, though some scenarios necessitate the use of code. The challenge arises in complex cases where a Consultant or Architect must determine whether a flow or trigger is… Read More »

Mastering Mobile Navigation: Salesforce’s NavigationMixin Unleashed

Salesforce’s NavigationMixin – In the rapidly evolving realm of mobile app development, user experience holds paramount importance. Every tap, swipe, and interaction plays a significant role in sculpting an intuitive and fluid journey for users. Salesforce, with its comprehensive ecosystem and cutting-edge tools, remains at the forefront of empowering developers to craft outstanding mobile experiences.… Read More »

Display nearby Salesforce Accounts using the user’s current location

In this blog post, we’ll explore the concept of presenting/displaying nearby Salesforce Accounts using the user’s current location/position. We’ll guide you through the process of integrating a function enabling users to access Account details by simply clicking a “Current Location” button, leveraging geolocation capabilities. For example, while users are on the go, they can effortlessly… Read More »

How to invoke lightning Auto launched Flow from the Apex class

We will talk about how to call a Lightning Auto-launched flow from the Apex class in this blog post. The flow in Salesforce can be launched without user Interaction such as from a process builder or the apex code. So here we are creating a auto launched flow and call it through the apex code.… Read More »

How to create product features and options in Salesforce CPQ

In this blog, we are going to discuss about “How to create product features and options in Salesforce CPQ“. In this blog we will cover the process of establishing features and options for your products options, in this context, refer to the individual items included within a product bundle. A Bundle can have multiple features… Read More »