Question: Explain the difference between a trigger and a scheduled job in Salesforce.Answer: A trigger in Salesforce is executed in response to a database event, while a scheduled job is a piece of Apex code that is scheduled to run at a specific time or on a recurring basis using the 'Schedulable' interface. |
Is it helpful?
Yes
No
Most helpful rated by users: