Suppose there are 2 account records with 3 contacts associated against each account record. What would be the end result, if I merge these two account records ?
Answer / sagnik dutta
The final merged account will have 6 contacts(3+3)
| Is This Answer Correct ? | 1 Yes | 2 No |
In trigger, lets say you have system.debug() statement after adderror() method. Will system.debug() be statement executed in trigger after adderror() method?
Why do we need to write test classes? How to identify if a class is a test class? : salesforce crm
What is Apex?
How to undeployed from deployed items?
How do you write a unit test for a trigger whose only function is to make a callout?
How can we subscribe to an event in lightning component?
How to identify a class as a test class in salesforce?
What is the main difference between using data table vs page block table tags?
Explain ActionPoller?
Write a code to find the average amount for all your opportunities by campaign?
What is track field history?
What is a Sales Team? (EE/UE)