Top "Force.com" questions

A Platform-as-a-Service development environment created by 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
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
Disadvantages of the Force.com platform

We're currently looking at using the Force.com platform as our development platform and the sales guys and the force.…

salesforce force.com
How to find out which checkboxes have been selected on the next page in VisualForce?

I have a data table which iterates through a custom object and generates checkboxes. On the second page, I want …

salesforce visualforce force.com
SOQL Aggregate query: Count number of rows returned

The following is my SOQL query: select COUNT(Id) FROM Payroll_Group_Detail__c where Tax_Batch__c=null and …

salesforce apex-code soql force.com
How to call a method of a class into another class in apex

I want to use a method of a class onto another class. eg: public class controller 1{ public void method 1(){} } public …

salesforce apex-code force.com
How to redirect to a new VF page with command link and outputlink?

I have a list of Assets Name: column 2: etc A1 C1 b1 A2 c2 b2 When I click on A1, …

salesforce apex-code visualforce force.com
Set parameters with HTTP POST in Apex

I'm trying to set POST content using Apex. The example below sets the variables using GET PageReference newPage = Page.SOMEPAGE; …

salesforce force.com
How to implement "Cancel" functionality in a VisualForce Page

I know that this is how to save a record <apex:commandButton action="{!save}" value="Save"/> I want …

salesforce apex-code visualforce force.com
Eclipse Git plugin - remove file from repo without deleting local

Using the Egit plugin, is it possible to permanently remove a file from source control without deleting the local copy? …

eclipse git egit force.com