Top "Salesforce" questions

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

Salesforce Authentication Failing

I am trying to use OAuth authentication to get the Salesforce Authentication Token, so I referred wiki docs, but after …

salesforce oauth-2.0 force.com
Salesforce - How to Deploy between Environments (Sandboxes, Live etc)

We're looking into setting up a proper deployment process. From what I've read there seems to be 4 methods of doing …

deployment salesforce apex-code
How to format a date in VisualForce?

In Salesforce, if I'm binding a date into a VisualForce page, how do I apply custom formatting to it? Example: &…

salesforce date-format visualforce
How to generate a WSDL file of a web service in Visual Studio

I have inventory application in .NET which is going interoperate with Salesforce. How to generate WSDL file of a web …

asp.net web-services salesforce
Failed to create the part's controls in Eclipse with Salesforce

I have Eclipse Juno and Force.com IDE. When I try to create new classes they always show: failed to …

eclipse eclipse-plugin salesforce linker-errors force.com
SOQL query WHERE Date = 30_days_ago?

How do I make a SOQL query like this? SELECT id FROM Account WHERE LastActivityDate = 30_DAYS_AGO This produces an …

salesforce apex-code soql
Deserializing JToken content to an Object

I want to deserialize JToken content to an object (User). How am I able to do this? Here is my …

c# json salesforce json.net asp.net-web-api2
newline character on text area

I have a custom field called Current_Address__c which is of datatype textarea. I need to populate this field …

salesforce apex-code visualforce
Including local jar file in project at build time using gradle

I want to include enterprise.jar file of salesforce in my project at build time using gradle Could anyone help …

java salesforce gradle
How to avoid MIXED_DML_OPERATION error in Salesforce tests that create Users

Sometimes in Salesforce tests you need to create User objects to run part of the test as a speciifc type …

unit-testing salesforce apex-code