Originally posted on Force 201:
Visualforce is pretty tolerant of how custom JavaScript is added, but this post suggests a couple of patterns to use (where possible): External…
Month: April 2015
How to implement Push Notifications in iOS (From the scratch)
Originally posted on faizmasroor:
Make App id: 1.Go to apple developer and make app id. I have made app id by name “MyApp” 2. Set bundle id…
Xcode debugging cannot see the value of the local variable
Originally posted on Code Monkey needs Money:
Resolution: 1.in Scheme Setting: set run to debug 2.in build settings, set optim to O0 3.build settings, Custom Compiler Flags…
3 Ways to Use Agile Project Management to Boost Salesforce Adoption
Originally posted on longshore consulting:
I hate buzzwords. While in business school, I developed a fondness for buzzword bingo. So when I first heard about ‘agile’ and…
SalesForce (Login) Integration With ASP.NET
Originally posted on Rahul's space:
Steps… Add Service Reference, select Advanced and then select Add Web Reference. In the URL box of the Add Web Reference…
Connecting Salesforce and SharePoint Online with Azure App Services
Originally posted on Kloud Blog:
Back in November I wrote a post that demonstrated how we can integrate Salesforce and SharePoint Online using the MuleSoft platform and…
Access IoT Data in Salesforce using Heroku Connect OData
Originally posted on Reid Carlberg:
Yesterday I wrote about getting IoT Data into Heroku. It’s pretty cool, but other than looking at a Heroku PostgreSQL Dataclip, there’s…
Where to place Validation code in an Apex Trigger?
Originally posted on Andy in the Cloud:
Quite often when i answer questions on Salesforce StackExchange they prompt me to consider future blog posts. This question has…
Highlight Every Cell Containing a Formula
Originally posted on George J. Mount:
Checking for data accuracy is tricky in Excel. In this blog, I have been presenting some of my tips. This is a…