Top "Salesforce" questions

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

How can I use the grant_type=password oauth flow with salesforce.com?

I'm trying to get an authorization token using the Username-Password flow (as described in the final section of this article). …

oauth passwords salesforce
SOQL query with subquery

I'm having trouble getting the results I want from a Salesforce/Apex/SOQL query. I want: A list of Contact …

salesforce apex-code soql
salesforce rest api INVALID_SESSION_ID error

I am using salesforce rest api to access the salesforce account from my rails app.I created a remote access …

api rest salesforce
How can I get the key as well as the value in an apex for loop?

I have a map object which stores <Id, String> where the Id is a contact Id, and the …

for-loop key salesforce apex-code
Disadvantages of the Force.com platform

We're currently looking at using the Force.com platform as our development platform and the sales guys and the force.…

salesforce force.com
Display a text field after a checkbox is checked in visualforce

I have a requirement in which a Text field has to be made editable or rendered when a check box …

salesforce visualforce
salesforce SOQL : query to fetch all the fields on the entity

I was going through the SOQL documentation , but couldn't find query to fetch all the field data of an entity …

salesforce soql
Retrieve salesforce instance URL instead of visualforce instance

From a visualforce page, I need to retrieve our organization's salesforce instance's URL, and not the visual force URL. For …

salesforce apex-code controllers visualforce
Check if an apex list contains an object

Is there any way to check if a list contains a certain element? I looked at the List functions and …

salesforce apex-code
getting Value of a field by its Name in apex salesforce

in my visualforce page i have some campaign object first user select an object then there is a multi picklist. …

salesforce apex-code soql