Salesforce. AI. Web3
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 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…
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 its bit tough to make sense of all information. This open...
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…
Debugging S1 Lightning & Visualforce Apps via Chrome Remote Debugging
In this blog you will know about Debugging S1 Lightning & Visualforce Apps via Chrome Remote Debugging More on this one here: http://www.tgerm.com/2014/11/remote…
Auto Updating HTML5 Cache Manifest for Salesforce 1 / Visualforce
For well known performance reasons, client side caching of web resources like stylesheets, images and scripts is important. This becomes pretty important for those who are creating mobile/tablet Visualfor…
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 !
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…
Salesforce Mobile Developer Week Meetup @Jaipur
It was a great last few weeks of Apr'13, full of excitement, discussions and enthusiasm about "Salesforce mobile dev week". Heat and excitement about salesforce + mobile events during this week was almost…
Slides and recordings from Chennai Salesforce Platform Developer meetup–October !
Chennai October meetup went well yesterday with sessions on topics ranging from Apex, Heroku etc. I enjoyed delivering my session over Google hangout a lot, it for sure saved the traveling time and cost ac…
Overcoming Rollup Summary Limitations in Salesforce with LREngine
Learn how LREngine overcomes Salesforce rollup summary limitations for lookup relationships. This powerful Apex utility automates data aggregation, streamlines customizations, and enhances app development. Ideal for developers and admins aiming to boost efficiency and functionality in Salesforce.
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…
Upcoming Salesforce Dev events in India (July’12)
Yes, this is true Force.com team is coming to Noida and many other cities in India this July’12. We always saw force.com team doing lots of dev meetups and events all around the globe, India only got limi…
Salesforce summer’12 Sorting enhancements reviewed !
With force.com summer’12 release, I was very happy to see the ability to sort Non-primitive data types in apex with availability of List.sort() and Comparable fixture. Having native or system sorting sup…