InterviewSolution
Saved Bookmarks
| 1. |
Why triggers are used in Salesforce? |
|
Answer» Triggers are used to perform operations as PER their specific conditions. Triggers in SALESFORCE help to restrict some specific operations from happening and also to modify RELATED records. Anything you WANT to do in Apex, you need triggers. |
|