Blogs
-
Utilizing Leaflet For Displaying Maps Within Your LWC Components
When capturing geolocation data during the creation of new leads or utilizing services like GeoIP to identify user locations, incorporating Leaflet into your LWC components allows you to visually display the locations of your customers to your users. This functionality is beneficial because it eliminates the need for users to manually search Google for specific…
-
Logicless APEX Triggers: A Straightforward And Neat Structure.
Emphasize logic-free triggers.” This is a common piece of advice you’ve likely encountered frequently while researching how to create your initial triggers online. To accomplish this, you must implement a “framework,” which essentially involves structuring your code in a manner that prioritizes simplicity. Upon reviewing numerous articles and tutorials, I’ve discovered that this straightforward trigger…
-
Formula field cannot be grouped in SOQL GROUP BY in SOQL
Description Yes, it’s Salesforce restriction, as Formula fields are not indexed and groupable, query will become very slow; so Salesforce does not allow group in SOQL. Workaround