What is the use of triggers in salesforce?
Answer / Nitin Kumar Patel
Triggers are Apex classes that execute before (before-trigger) or after (after-trigger) a specified event, such as record creation, update, or deletion, in Salesforce. They allow developers to customize business logic and enforce data validation rules.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain skinny table in salesforce?
How good is salesforce when used in sales?
How can we use a lightning component in a visaulforce page? Explain?
What is standard controller? : salesforce visualforce
Explain what is a custom object in sales force?
How many ways we can make a field is required?
Trigger should perform based on user requirement?
How many lookup relationship fields can be created in an object?
Can we change the grant access using the role hierarchy for standard objects?
What is full copy sandbox?
What is a workflow? What all are its components?
What is a Batch Apex?