No Results
Search Tips:
- Please consider misspellings
- Try different search keywords
Newer Version Available
Operations that Don't Invoke Triggers
Triggers are only invoked for data manipulation language (DML)
operations that are initiated or processed by the Java application
server. Consequently, some system bulk operations don't currently
invoke triggers. Some examples include:
- Cascading delete operations. Records that did not initiate a delete don't cause trigger evaluation.
- Cascading updates of child records that are reparented as a result of a merge operation
- Mass campaign status changes
- Mass division transfers
- Mass address updates
- Mass approval request transfers
- Mass email actions
- Modifying custom field data types
- Renaming or replacing picklists
- Managing price books
- Changing a user's default division with the transfer division option checked
- Changes to the following objects:
- BrandTemplate
- MassEmailTemplate
- Folder
- Update account triggers don't fire before or after a business account record type is changed to person account (or a person account record type is changed to business account.)
Before triggers associated with the following operations
are only fired during lead conversion if validation and triggers for
lead conversion are enabled in the organization:
- insert of accounts, contacts, and opportunities
- update of accounts and contacts
Opportunity triggers are not fired when the account owner changes as a result of the associated opportunity's owner changing.
When you modify an opportunity product on an opportunity, or when an opportunity product schedule changes an opportunity product, even if the opportunity product changes the opportunity, the before and after triggers and the validation rules don't fire for the opportunity. However, roll-up summary fields do get updated, and workflow rules associated with the opportunity do run.
The getContent and getContentAsPDF PageReference methods aren't allowed in triggers.
Note the following for the ContentVersion object:
- Content pack operations involving the ContentVersion object, including slides and slide autorevision, don't invoke triggers.
- Values for the TagCsv and VersionData fields are only available in triggers if the request to create or update ContentVersion records originates from the API.
- You can't use before or after delete triggers with the ContentVersion object.