Top "Salesforce" questions

A Platform-as-a-Service development environment delivered on Salesforce.

Unable to install the Force.com plugin for eclipse. getting md5 mismatch

I'm trying to install the Force.com IDE plugin. I found it, it started downloading, but once the plugin goes …

eclipse salesforce force.com
How to get Email from Task object record using SOQL

I am trying to get the Contact/Lead email from the Task object using SOQL (I am creating an interface …

salesforce soql
Salesforce .net API integration

I'm a little confused. We downloaded the WSDL file from Salesforce and created a web reference to it using a …

.net wsdl salesforce
visualforce background image not displaying

I am trying to implement a simple VF tabbed interface. I have uploaded a zip file containing a background image …

salesforce visualforce static-resource
javascript to check string in this format

i want javascript code to check whether my input text is in specific format as AS0301-12345 <apex:inputText …

javascript salesforce apex-code visualforce salesforce-service-cloud
VisualForce, Apex:Repeat, for Javascript array Update

this is an extension of a question I asked on the Salesforce developer boards that didn't get much play: I …

javascript salesforce visualforce apex-code
Hierarchial SOQL Query

Does anyone know how to retrieve the hierarchical model of a account based on it's id? I tried using this …

salesforce soql oql
How can I rename my Apex Class name in Salesforce

How can i rename my Apex class? For example if I want to change the name of my apex class …

salesforce salesforce-service-cloud salesforce-lightning salesforce-chatter
Python Simple Salesforce Select All Fields

I'm using Python Simple-Salesforce to query data via SOQL. I know that "SELECT *" is not supported in SOQL syntax, so …

python salesforce soql simple-salesforce
How can I debug apex class in force.com eclipse ide?

How can I debug apex class in force.com eclipse IDE?

salesforce