How to clear the Salesforce WSDL Cache using PHP clearing the Salesforce WSDL cache files to prevent future caching, we need to add this line in your php code: …
Monthly Archives
November 2013
-
-
Generating Salesforce Case Thread Id Using Apex Class Case Thread ID: “Case Thread_Id” Use for Preventing New Cases and Only Allowing Case Updates via Email. Case Thread ID contatins the …
- APEXForce.comSALESFORCETriggerVisual ForceWeb Service
Importing object data from CSV file through import wizard
Consider Account and CSVData__c object. Now we wanted to import the cvs data into CSVData__c object. Assume CSVData__c has accountname which is lookup field and csvname. So accountname can accept only …