A proprietary Java-like programming language for the Force.
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.comI am a newbie in this field. First time trying to code a VisualForce page. I have created a custom …
salesforce apex-code visualforceIs there a way to increment a value in a map without needing a second variable? for example, this doesn't …
map salesforce apex-code increment 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-codeI 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 have got a list of SObjects having N number of items/sObjects SObject[] sList = [sobject1, sboject2, sboject3, ........ , sobjectN] How …
list salesforce apex-code apex sublistI'm having strange results with a Visualforce page (yes, Salesforce.com is icky, I know). My issue is that I …
salesforce apex-code visualforceI would like to know the class of a variable/property at runtime. For example: Integer i = 5; //pseudo-code if (i.…
dynamic salesforce apex-codeHas anyone found a way of adding a dynamic field level error to an sobject? I would like to do …
salesforce apex-code