Questions tagged [apex-trigger]

Apex trigger is Apex code that executes before or after operations with Standard or Custom object.

Apex trigger is Apex code that executes before or after the following types of operations:

  • insert
  • update
  • delete
  • merge
  • upsert
  • undelete

on Standard or Custom objects.

47 questions
-1
votes
3 answers

using SOQL Query not able to fetch Account Applicant_ID__c

I have an external id in Account named Applicant_ID__c. I am using data loader to import data into salesforce Opportunity. Below is my mapping file content. Date\ Cancelled=Date_Cancelled__c Date\ Denied=Date_Denied__c Date\…
-1
votes
1 answer

Apex trigger zero code coverage

Can anyone please help me to solve my issue. I have created apex trigger with test classes. I am not getting any error after test run but unable to getting any code coverage. Please check below is my apex trigger and test class. …
Nayana
  • 3
  • 3
1 2 3
4