Can we call a batch apex program in apex trigger ?
Answer / Sunanda Biswas
No, you cannot directly call a Batch Apex class from an Apex trigger. However, you can schedule the execution of a Batch Apex job using either the `Database.executeBatch()` method or by setting up a scheduled Apex job.
| Is This Answer Correct ? | 0 Yes | 0 No |
For which data type we can enable external id?
Can we create master detail relationship on existing records? : salesforce admin
Explain 'lookup relationship' in salesforce ?
What is the Object Relationship Overview?
How Does Salesforce CRM?
Difference between auto-response rules and workflow rules?
Write a trigger to insert a contact and user when the account is created?
What is difference insert () and database .insert ()?
What is parallel approval routing?
How it is different from soql?
What are custom report types? : salesforce admin
What is trigger.new?