52.7k views
2 votes
You can change the sObject that a Trigger is associated with after the Trigger is created.

1. True
2. False

User DMM
by
7.3k points

1 Answer

2 votes

Final answer:

The statement that you can change the sObject a Trigger is associated with after creation is false; a Trigger is bound to one specific sObject and cannot be changed.

Step-by-step explanation:

The statement that you can change the sObject that a Trigger is associated with after the Trigger is created is false. In Salesforce development, when you write a Trigger, it is bound to a specific sObject, which is a Salesforce object like Account, Contact, or a custom object. Once the Trigger is created for a particular sObject, you cannot change the sObject it is associated with. If you need a Trigger for a different sObject, you must create a new Trigger.

User Pablo Montilla
by
8.0k points