Salesforce. AI. Web3
Harnessing Class Artifacts: The Power of Symbol Tables in Salesforce Apex
Before we delve into the intricacies of Symbol Tables, let's acknowledge a remarkable tool known as Apex Pulse. Developed by Salesforce Labs, this tool serves as a real-time health monitor for Apex classes.
Decoding Custom Property Editors in Salesforce Lightning Web Components
Custom Property Editors (CPEs) in Salesforce Lightning Web Components (LWC) provide a powerful solution, allowing users to build custom interfaces that make configurations easier, more dynamic, and highly interactive.
Decoding Picture-in-Picture (PiP) Web APIs for Salesforce Integration
In today’s digital landscape, the Picture-in-Picture (PiP) feature has become a powerful tool for enhancing user experience across web applications, from video conferencing to streaming services.
Appropriate Trigger Framework for Salesforce ISVs
In this blog, we explore this evolution—the three ages of Salesforce trigger frameworks—and focus on mastering the third age, where automation meets efficiency, scalability, and robust architecture. You're in the right place if you're a Salesforce developer looking to level up your game.
Single Page Angular Apps (SPA) In Salesforce (Visualforce) with Grunt and Node (Part 2)
In the world of web development, especially when it comes to building Single Page Applications (SPAs) with frameworks like Angular, one concern stands out: protecting your intellectual property (IP).
Angular-ifying your Visualforce Pages (Part 1)
In the ever-evolving world of web development, Angular continues to support developers. This guide dives deep into leveraging Angular within Visualforce to create dynamic single-page applications (SPAs).
Success Story - 1 Month Salesforce Trailhead Journey of College Students
I was at the Trailheadathon event on this Saturday, 10th Sept'16 in Gurgaon. From meet-up standpoint it was good, but something else was very unique about it, i.e.
1. Salesforce sponsored 3 college stude...
Running our own website & business on Salesforce 1 Platform
We got a Salesforce enterprise license a few months back, primarily with the goal to move our business on the Salesforce platform. It was quite an exciting experience to get your own Salesforce Enterpri...
Seriously "Struck - By - Trailhead" !
You read it correctly, it not "struck by lighting", its "struck by trailhead", we love lightning a lot, but trailhead so far is such an amazing time saver to Concretio, that we can't resist saying that. W…
Preview - Salesforce Debug Log Chrome Extension
We all developers use Salesforce debug logs to figure out fishy things in code. I sort of struggle with the way logs are presented currently, as its bit tough to make sense of all information. This open...
Cancelling out of HTML5 browser validations !
This post is based on a short scary movie, I was working on a cool HTML-5 page
<apex:page .... docType="html-5.0"/>
But all the coolness disappeared when powers of CANCEL button are gone. The typical...
Salesforce MVP - Are you a good candidate ?
Since nominations for Winter'14 MVP are open, I got into discussions with many people regarding few repetitive points, like…
Take aways from Salesforce Noida Developer Meetup !
Noida meetup was great opportunity to connect with force.com peers. We had good presentations and knowledge exchange, here is the briefing of those presentations…
Generating Base-64 SHA-1 Signature Header for Rackspace API in Apex
This post shares small code snippet to generate base-64 SHA1 Hash, which is typically used in passing as signature header to some APIs. We tested this snippet with Rackspace API Signature Header, which…
Accessing Sobject Field Sets in Apex Code !
I recently came across a problem, where I need to query the fields to be shown via FieldSet via Apex Code (No Standard Controller Love). After struggling for a while with Apex docs, I googled for the same…
Tip: Using Decimal class with Strings in Apex
Today I came across an interesting problem that reminded me of my Java days. A piece of Apex code written by some other developer was broken, when I did my fixes.
Here is some background about the broken…
Force.com Developer Console Navigation Trick
I never thought that working in browser can be more fun than Eclipse IDE. But my thinking is changing these days, first http://jsfiddle.net/ became my favorite playground for any HTML/Javascript research…
Yet another Apex Trigger Template !
I know Trigger templates are previously discussed also in great detail. We have excellent posts available by Steve Andersen(Gokubi) and Mike Leach on the same. Here is my small journey on Triggers…
Force.com ESAPI v0.5 & death of Apex-CRUD-FLS-Validator API.
“Apex-CRUD-FLS-Validator” was an open source project I started few days back on github. Motive of this project was to add some handy apis that were missing previously in Force.com ESAPI v0.4. Those missing…
Visualforce Code Templates/Snippets for Force.com IDE !
I recently saw a lot of action around Mac’s favorite editor TextMate. Force.com community has done a great job to create a full fledged IDE and various code templates for ease in working…