Top "Apex-code" questions

A proprietary Java-like programming language for the Force.

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 to I access reports programmatically in SalesForce using Apex

I'm trying to write an app on the SalesForce platform that can pull a list of contacts from a report …

salesforce apex-code
display fields based on selection on a picklist selection

I have a VF page where i am using a apex:pageblocktable to display bunch of records. One of the …

salesforce apex-code visualforce
Salesforce Apex Triggers - How to check if field is included in update trigger?

I would really appreciate if someone can guide me to check if a particular field is included in update call …

triggers salesforce apex-code
How to refer html element id specified in visualforce and pass onto javascript function?

I have apex tag that generate input text field. <apex:page id="my_page"> <apex:inputText id="…

javascript salesforce visualforce apex-code
how to create a custom login page in salesforce.com?

is it possible to create a custom login page in salesforce.com? if so can anyone provide help to create …

salesforce apex-code
Salesforce (VisualForce): How to test for no records returned in 'apex:repeat' statement?

I am trying to figure out how to test fields (included within a apex:repeat) to see if they are …

salesforce apex-code visualforce
Parsing JSON Object in Salesforce Apex

How do I parse a jsonObject which is in a given format in Apex? I need List<String> …

salesforce apex-code visualforce
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