Can we disable apex triggers in salesforce production?
Answer / Mohammad Ravi
Yes, you can deactivate an Apex trigger in Salesforce production to prevent it from executing. This is useful when making changes to the trigger or temporarily preventing its execution.
| Is This Answer Correct ? | 0 Yes | 0 No |
Which interface we are supposed to implement so that a lightning component can be used as quick action?
What is the lead process?
What is the difference between customer portal and partner portal?
What are the different Annotations in Salesforce and tell me with examples?
What is the difference between custom controller and extension in salesforce?
How can you create object relations in salesforce?
What are different organization wide defaults? Explain each of them?
What is the difference between sharing rules and permission sets in Salesforce?
When “hard delete” button will be enabled in apex data loader? : salesforce Data Management
How you’d control permissions through Roles?
While setting owd (organization wide sharing), can we change/modify the setting of child record in case of master-detail relationship? : salesforce admin
How to do callout integration? : salesforce integration