Tag Archives: Salesforce Lightning

Securely Perform CRUD in Salesforce Lightning Web Components (LWC)

In this blog, we’ll explain why you can’t directly perform DML operations from JavaScript in Salesforce Lightning Web Components (LWC), and how to do it the right way using Apex or Lightning Data Service. Knowing this is important for keeping your data secure, respecting user permissions, and following Salesforce best practices. We’ll walk you through… Read More »

GUMU™ Feature: Improved Security Tree View with Smart Text Search

The latest enhancement to the GUMU™ Security Matrix UI significantly improves access control and user experience for administrators and end-users alike. With the introduction of a tree-structured view, profiles and users are now conveniently displayed in a single, unified interface eliminating the need to switch between separate screens. A user-friendly toggle button allows seamless switching… Read More »

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 »