A Platform-as-a-Service development environment delivered on Salesforce.
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-503Hi I am getting a headache with the visualforce repeater control: <apex:repeat value="{!productDetails}" var="o"> <…
salesforce visualforceI'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 salesforceI am facing a problem while disabling the command button after one click. I am using action function for this …
salesforce visualforceI want to create a custom exception. In this exception I want to make a constructor which take one string …
salesforce apex-code visualforce apexI'm having problems with one of our custom validation rules that forces me to have 'blank' value in a custom …
null salesforce apex-codeThe code itself doesn't give any errors, but anytime I run it Trailhead gives me this message: "Challenge not yet …
triggers salesforce apex apex-triggerI 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.comI 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.comI'm querying ActivityHistory, and it seems that you can only query it as the object of a SUBQUERY against some …
subquery salesforce soql