Top "Force.com" questions

A Platform-as-a-Service development environment created by Salesforce.

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
Couldn't see the tab I created when I log in as another user (on Force.com Platform)

I was working one of the force.com coockbooks. I created a Mileage object and addes some features like workflows …

salesforce force.com
Test a method returning a PageReference in Salesforce

I have a method in the controller public PageReference add() { insert technology; return null; } technology is a custom object .It …

testing salesforce apex-code visualforce force.com
2 Way SSL - Client Certificate Not Sent To Server

I'm have an application deployed to salesforce on the force.com platform, which I'm trying to configure a 2 way SSL …

ssl wireshark visualforce client-certificates force.com
Visualforce: How to display user's account using the $User

I have a visualforce component which I use for displaying the user's name. Currently I am doing it using the …

salesforce apex-code visualforce force.com
Unable to install the Force.com plugin for eclipse. getting md5 mismatch

I'm trying to install the Force.com IDE plugin. I found it, it started downloading, but once the plugin goes …

eclipse salesforce force.com
Deploying from a development org to a new unrelated org without a package

I've been struggling with the deployment of our force.com application code that has, up to now, been developed in …

salesforce force.com