This post explains the differences between the different collections that are available in Salesforce Apex. LIST: A list is an ordered collection. A ordered collection is one where each element in the collection is stored in a specific position, and you could access the element using its position. List<Integer> MyList = new List<Integer>(); MyList.add(10); MyList.add(80); MyList.add(50); MyList.add(30); MyList.add(10); //Duplicate entry List can have...
NOTE: This is not a recommended procedure, please try this only as a last resort. This hack might break at any time with Salesforce's new releases, so please exercise caution. We know it is possible to embed a Visualforce page into a Dashboard, but how about the reverse? Sometimes, we might need to embed the standard Salesforce Dashboards into a Visualforce Page. Here...
* This article was submitted by Azar. Click here to submit yours. Integrate SAP with Salesforce CRM & Force.com using Informatica Moving data between applications and keeping them synchronized has historically been extremely difficult and time consuming. With Informatica Cloud, it's never been easier to integrate SAP with your growing list of software as a service (SaaS) applications such as Salesforce...