Salesforce Development
- Enable Developing mode
- over View about Developer Console
- Installing Eclipse
- Overview about using eclipse and options
- Installing ant and Maven in the eclipse
Apex
- Collections
- List Class and Methods
- Set Class and Methods
- Map Class and Methods
- Select Option Class
. SOQL (SalesForce Object Query Language)
- Group By
- Having
- Limit
- Offset
- Update Lock
- Parent to Child object Query
- Child to Parent object Query
- Aggregate Result
- Compression of Database. Query and static query
- Governing limits for SOQL
- DML operations
- Database. DML operations
30 Compression of DML with Database.DML
- Database. Save Point
- Database. Rollback operations
- Inheritance in Class
- Overriding classes
- Working with workbench
35.Writing a test classes
36.SOQl Governing limit
37.DML governing limit
- DML on No . of records
- Future Methods
- Setup Objects
- Non Setup Objects
- Mixed DML exception
- AsyncApexJob class
- Batch Apex
- Custom Iterable Class
- Database.QueryLocator
- Start Method
- executeMethod
- finshMethod
- Database.BatchableContext
- Implementing Database.Stateful Interface
- Calling Future Methods
- Creating a future methods in a batch
- Invoking callouts from Batch apex
- Implementing Database.AllowCallouts
- Calling batch with in a batch
- Handling exceptions in batch apex
- Sending email from finish
- Invoking another batch from Batch
- Serializing Batch apex
- Email Services
- Outbound Email Services
- Single Email Message
- Sending Pdf attachment
- Sending Email Template
- Attaching VF page as an attachment
- Attaching the Email to activities
- Creating a PDF from future methods
- Mass Email Message
- Governing Limits
- Inbound Email Service
- Creating Inbound Email Handlers
- Creating Inbound Email Service
- Creating a lead based on inbound email
- Invoke a batch apex based on Inbound
- Schedule Apex
- Implementing Schedule Apex
- Cron Trigger
- Invoking Batch Apex
- Invoking Future Methods from Schedule Apex
- Invoking the Callouts from Schedule Apex
- Sending Email from Schedule Apex
- Test Classes
- Governing Limits
- Triggers
- Trigger Events
- Trigger Context variables
- Insert Triggers
- Trigger. New in before insert and after Insert .
- DML in before insert and after Insert.
- System validation and before Insert Trigger Combination.
- System validation and Before Insert and custom validations.
- System validation and Before Insert, Custom validation and after Insert trigger
Combination.
- System Validation, Before Insert, Custom validation, after insert, Assignment Rule
Combination.
- System Validation, Before Insert, Custom validation, after insert, Assignment Rule,
Auto Response Combination
- System Validation, Before Insert, Custom validation, after insert, Assignment Rule,
Auto Response, workflow Combination
- System Validation, Before Insert, Custom validation, after insert, Assignment Rule,
Auto Response workflow 1, workflow rule 2 Combination
- System Validation, Before Insert, Custom validation, after insert, Assignment Rule,
Auto Response workflow 1, workflow rule 2, Rollup summary combination
11.System Validation ,Before Insert, Custom validation, after insert ,Assignment
Rule, Auto Response workflow 1, workflow rule 2 ,Rollup ,Formulas combination
4.Update Triggers
1.Trigger.Old
2.Trigger.OldMap
3.Trigger.New
4.Triger.NewMap
5.Recursive trigger
6.Trigger handlers
7.Triggerâ??s on Parent Child objects
5.Delete Triggers
Trigger. Old
Trigger. OldMap
6.Undlete Triggers
Trigger. New
Trigger. New Map
- Invoking Batch Apex from Triggers
- Invoking Schedule Apex from Triggers
- Invoking Emailâ??s from Triggers
- Invoking future Methods from Triggers
- Invoking Callouts from Triggers
- Invoking apex classes from Triggers
- Dataloader with Triggers
- Test Classes
- Schema Programming
- Invoking List of object from Schema
- Invoking List of field from a given object
- Comparing the data type and fetching PickList fields from the object
- Creating a custom picklist field with the options from the given picklist field from given object
- Fetching the list of tabs available in the schema
- Meta data API
1.Creating Object using Apex
2.Creating a field in the object with given field type in the custom object
- Comapring two objects and and their field and Creating them in case there are no mapping
- Creating a Tab in sales force using Java /Salesforce external org
- Custom Setting :
1.List
2.Hierarchial
51.Salesforce to Salesforcewith out Coding
52.Salesforce to Excel without coding
53.Salesforce to Informaticawithout Coding
- Salesforce to Facebook without Coding ( Authentication provider , Single Sing on)
55.Salesforce to OKTA (single sign on)
56.Apex based Sharing rules
57.Apex based auto approval process
58.Wrapper Class