in Salesforce by
Q:
What are Triggers in Salesforce? How are they different from Workflows?

1 Answer

0 votes
by

Triggers in Salesforce are called Apex Triggers. These are distinct and are available specifically for common and expected actions like lead conversions. It is just a code that is executed before or after a record is inserted or updated.

A trigger is different from a workflow as the former is a piece of code; whereas, a workflow is an automated process and uses no code.

Related questions

0 votes
asked Feb 3, 2020 in Salesforce by SakshiSharma
+1 vote
asked Mar 6, 2021 in Azure by SakshiSharma
0 votes
asked Sep 27, 2022 in Salesforce by SakshiSharma
0 votes
asked Aug 27, 2020 in Salesforce by DavidAnderson
...