Top "Salesforce" questions

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

Salesforce (Visualforce): Rerender - pull values from page, not the record?

I'm stuck on my rendered argument here - I'm fairly positive i'm pulling values from the record itself and not …

salesforce visualforce rerender
Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty

Hie, I wrote a java code which connects to Salesforce and updates a value in there, Its is working well …

java salesforce websphere
How to insert data into a custom object with lookup field from apex controller

I have a custom object MyCustomObj__c which has a field called "ContactData". I am trying to insert a record …

salesforce visualforce apex
Parsing JSON Object in Salesforce Apex

How do I parse a jsonObject which is in a given format in Apex? I need List<String> …

salesforce apex-code visualforce
Salesforce equivalent of "SELECT DISTINCT"?

I want to know what all the existing values of a field are. In SQL that would be something like: …

salesforce soql
Javascript Convert String to Array of Objects

I have a NodeJS App that accepts a a string (uploaded input!) I have No Control over the input I …

javascript node.js json parsing salesforce
VisualForce: convert carriage returns to html line-breaks in a long text field

In Salesforce, if I'm binding a text field into a VisualForce page, whats a good way to convert the carriage …

salesforce carriage-return visualforce
Soql query to retrieve opportunities between two dates

I am trying to retrieve opportunities created between 01-01-2011 and 06-30-2011. Select o.CreatedDate, o.Id, o.LastModifiedDate …

salesforce soql
How do I avoid STANDARD_PRICE_NOT_DEFINED when unit-testing an OpportunityLineItem in Apex v24.0?

Apparently a new feature of the Spring '12 / v24.0 release of Apex in Salesforce.com is that unit tests no …

salesforce apex-code force.com
Is there a c# wrapper available for the Salesforce REST Api?

I would like to integrate SalesForce information into a .net MVC application. The samples on SalesForce website are all SOAP …

c# api rest salesforce wrapper