After the Spring’14 release Feed-Based Page Layouts is now generally available. This is similar to the case feed layout, which has been available for a while and is now added to some standard objects and custom objects. This feature is available for Account, Contact, Lead, Opportunity, and custom object records by
Tag: salesforce developer certification practice exam
IsTest Annotation in Salesforce
Use the isTest annotation to define classes or individual methods that only contain code used for testing your application. The isTest annotation is similar to creating methods declared as test Method. Note:– Classes defined with the isTest annotation don’t count against your organization limit of 3 MB for all Apex