Write a trigger on account object when account is created, 2 contacts will be inserted

AnswerBot
1y

Write a trigger on account object to insert 2 contacts when account is created.

  • Create a trigger on Account object

  • Use 'after insert' trigger event

  • Create 2 Contact records and assign Account Id to them

  • I...read more

Anonymous
7mo
trigger AccountTrigger on Account (after insert) { // List to hold the contacts to be inserted List contactsToInsert = new List(); // Loop through each account that was inserted for (Account acc : Tri...read more
Help your peers!
Add answer anonymously...
Ksolves India Limited Salesforce Developer Interview Questions
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
65 L+

Reviews

4 L+

Interviews

4 Cr+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter