A Platform-as-a-Service development environment delivered on Salesforce.
I was working one of the force.com coockbooks. I created a Mileage object and addes some features like workflows …
salesforce 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 uploaded jpeg image for an account. The jpeg image file id is 069i0000001dkl8 and it can't access via, …
salesforce salesforce-service-cloudI want to create a join on two custom objects joining on the Name field. Normally joins require a lookup …
salesforce soqlI'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-codeI used a Lightning Component and I wanted to know how can I set the width of lightning action modal …
css salesforce salesforce-lightning aura-frameworkHas anyone found a way of adding a dynamic field level error to an sobject? I would like to do …
salesforce apex-codeI am developing a Java application which will query tables which may hold over 1,000,000 records. I have tried everything I …
java api salesforcei'm trying to establish a Connection to my Apex-Webservice but it fails everytime. My Webserce is quite Simple: global class …
java web-services soap salesforce apex-code