ArchiveApril 2015

Creating Custom Apex REST APIs with Force.com

C

Suppose we want to expose Opportunity object through Rest Web Service. Step 1 : Create a class like below @RestResource(urlMapping=’/FieldOpportunity/*’) global with sharing class RESTOppController { @HttpGet global static List<Opportunity> getOpenOpportunities() { String OpportunityName = RestContext.request.params.get(‘OpportunityName’);...

Extreme Salesforce Integration Onsite

E

It was my Birthday when I got the news that I m going Onsite, that too USA, ,on 18th April 2015. I was very thrilled and excited for receiving such an awesome gift from my company Nanostuffs Technology Pvt.Ltd.                            I was going to Bethesda, Maryland. A quiet and peaceful city with population of about 60,000 plus. I was going in a plane for the first time so that experience...

Error with memcached in wordpress on windows localhost.

E

I was trying to setup my wordpress website, www.nanostuffs.com, on windows localhost & had really tough time solving memcache related issues. After 2 days of efforts, finally here is perfect solution: 1. Verify your PHP version matches the one which was for your live site. In my case, it was 5.3.x on live site but had 5.6 on my latest xampp local server. So I installed installed earlier...

Category