A Platform-as-a-Service development environment delivered on Salesforce.
I'm trying to get an authorization token using the Username-Password flow (as described in the final section of this article). …
oauth passwords salesforceI'm having trouble getting the results I want from a Salesforce/Apex/SOQL query. I want: A list of Contact …
salesforce apex-code soqlI am using salesforce rest api to access the salesforce account from my rails app.I created a remote access …
api rest salesforceI have a map object which stores <Id, String> where the Id is a contact Id, and the …
for-loop key salesforce apex-codeWe're currently looking at using the Force.com platform as our development platform and the sales guys and the force.…
salesforce force.comI have a requirement in which a Text field has to be made editable or rendered when a check box …
salesforce visualforceI was going through the SOQL documentation , but couldn't find query to fetch all the field data of an entity …
salesforce soqlFrom 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 visualforceIs there any way to check if a list contains a certain element? I looked at the List functions and …
salesforce apex-codein my visualforce page i have some campaign object first user select an object then there is a multi picklist. …
salesforce apex-code soql