Top "Salesforce" questions

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

Why does Azure give me an intermittent Error 503. The service is unavailable?

I have an Azure service that has been running for a long period of time. It builds a word or …

azure salesforce http-status-code-503
Visualforce Repeaters

Hi I am getting a headache with the visualforce repeater control: <apex:repeat value="{!productDetails}" var="o"> <…

salesforce visualforce
Salesforce REST API Query More than 2000

I'm trying to execute a SOQL query using salesforce REST API which will return 2,749 results. However it seems there is …

java rest pagination salesforce
Disable command button after one click

I am facing a problem while disabling the command button after one click. I am using action function for this …

salesforce visualforce
Custom Exception Message in apex Salesforce

I want to create a custom exception. In this exception I want to make a constructor which take one string …

salesforce apex-code visualforce apex
How to assign 'blank' to a Decimal field in Salesforce

I'm having problems with one of our custom validation rules that forces me to have 'blank' value in a custom …

null salesforce apex-code
Apex Triggers - Trailhead

The code itself doesn't give any errors, but anytime I run it Trailhead gives me this message: "Challenge not yet …

triggers salesforce apex apex-trigger
Need Help to Overcome Apex CPU time limit exceeded Error

I am working on a module which will de-duplicate contact records on insert/update but I am hitting into Apex …

salesforce apex-code visualforce apex force.com
How to refer PageReference method from apex test class

I am new to apex, I have created a button to call the apex class through the visual force page. …

unit-testing testing salesforce visualforce force.com
SOQL issue when querying ActivityHi​story as a subquery..​

I'm querying ActivityHistory, and it seems that you can only query it as the object of a SUBQUERY against some …

subquery salesforce soql