Salesforce. AI. Web3
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).
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 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...
Partnership Announcement - Cloud Consulting Group
Partnership Announcement – Cloud Consulting Group | Salesforce Consulting Services in Gurugram/Gurgaon and Jaipur India
"Game Of Thrones" character near my workstation ?
We at Concretio Apps are approaching our second anniversary in September 2016. Me and my leads never wanted awards labeled with “Best Employee…”, “Best…
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 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...
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 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...