Top "Force.com" questions

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

How to control the width of an apex inputfield in a VisualForce Page

Since the standard Page Layouts don't allow you to adjust the width of an inputfield bound to a text field, …

salesforce apex-code visualforce force.com
Salesforce Session variables, set and get variables in Session

I want to be able to read / write some variables to the current session in my Salesforce site pages. I …

session salesforce visualforce apex-code force.com
How to implement "Save & New" functionality in a VisualForce Page

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

salesforce apex-code visualforce force.com
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
Salesforce: Avoiding governor limits in Test classes across the board

I have not been able to get any reliable information about this issue online. But I think it must be …

salesforce apex-code force.com
ANT error: failed to create task or type antlib:com.salesforce:deploy

I've started to play with the Force.com Migration Tool. I want to use it from an ANT build file. …

ant salesforce force.com
Force.com: User vs Account vs Role vs Profile vs Owner

I'm starting out with force.com development, and I'm currently a little hazy about what the above terms all mean. …

salesforce force.com
What is Apex Code? Is it related to Java?

I have being called for an training program for application development for Force.com. Since I am looking forward to …

java salesforce force.com
Amazon S3: Strange Error -' Sometimes' SignatureDoesNotMatch, sometimes it does

I am developing code for salesforce. We are using 'Force.com for Amazon Web Services' App from Appexchange. The app …

authentication amazon-web-services amazon-s3 salesforce force.com
Apex SOQL subquery in Visualforce

I am looking at showing a subquery SOQL query in an Visualforce page. This is my SOQL Expression. public ApexPages.…

salesforce apex-code visualforce soql force.com