
Salesforce Blogs
Blockchain & Salesforce
The impact of Blockchain Technology became a lot more evident when Salesforce, the Cloud Giant, patented its own Blockchain solution. The benefits of this cryptographic…
Single Page Angular Apps 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).
Fingerprint Scanner or Touch ID security on Salesforce 1
A prototype which adds a layer of fingerprint security on top of sensitive business data in Salesforce. This was a fun experiment done to play around with mobile capabilities of…
Success Story - 1 Month Salesforce Trailhead Journey of College Students
I was at Trailheadathon event on this Saturday, 10th Sept 2016, in Gurgaon. From a meet-up standpoint, it was good, but something else was very unique about it, i.e
Partnership Announcement: Cloud Consulting Group | Concretio
Partnership Announcement – Cloud Consulting Group | Salesforce Consulting Services in Gurugram/Gurgaon and Jaipur India
Geofencing Salesforce Accounts in Mobile (Powered by Data.com Clean Rules)
A simple mobile prototype for the Sales guy, we want him to be alerted when he is near a Salesforce Account. This app shows, how to use Salesforce Auto Geocoding…
Running our website & business on Salesforce 1 Platform!
We got a Salesforce enterprise license a few months back, primarily to move our business to the Salesforce platform. It was quite an exciting experience to get your own Salesforce Enterprise edition org.
Midwest Dreamin' Day 1 - Quick Overview
Today is the opening day for Midwest Dreamin’, I’m sure you must be having an agenda to make the most out of this event. Here is a quick overview of day 1, and…
OpenSource Projects
This page details all the open source projects, I have done so far around Force.com(Apex), Java and Web services. Here is the quick list and brief about all of them…
Seriously "Struck—By—Trailhead"
You read it correctly; it's not “struck by lightning“, it's “struck by trailhead“. We love Lightning a lot, but Trailhead so far is such an amazing time saver for Concretio, that we can’t resist saying that.
Salesforce "Log a call" in Android with audio recording as attachment
This app is #ConcretioLabs product, where we tried to come up with an easy way to log calls with audio recordings of conversation directly into Salesforce….
Slack style Salesforce Chatter integration with Giphy
We are coming up with a chatter framework to support slack style integrations based on /Giphy and others. This video shows a POC done for GIPHY integration…
Salesforce 1 Angular, Bootstrap iPad App Demo
This app lets visitors check-in, and checkout, so its meant for reception staff to quickly do this activity. Once a user is checked in we send a SMS using Twilio API to let the…
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 it's a bit tough to make sense of all the information.
Salesforce Chrome Extension for Analyzing Debug Logs
This video gives a quick peek of a chrome extension for viewing Salesforce debug logs. It’s using this open source log indentor for the same: https://github.com/codehutch…
Testing SOAP Outbound Messages without failures
As suggested by Salesforce docs, one can use services like requestb.in or inspectb.in to test outbound messages. But these services are pretty generic so they just return 200 / OK response for any inbound…
Cancelling out of HTML5 browser validations!
All the coolness disappeared when the powers of the CANCEL button are gone. The typical Cancel button in Salesforce, which is always tough enough to get out of any validation.
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…
Adding New Fields can break Existing Visualforce Pages
I recently came across an interesting discussion where adding a new field to a Object broke some of the existing code. It’s strange right, mostly removing or renaming fields is risky, as they could break some String expressions or merge fields.