• Priyank Sahu
  • NEWBIE
  • 25 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 1
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 2
    Replies
Using Trigger
·         On Account insertion and updation, get a Map (Account Id as Key and Account record as Value) with no duplicates.
·         Just show Map values in Debug
 Actually the condition is that i have department field picklist in Account, whenever i change the department(picklist) from account  it should be reflect to the department field in contact. I have to write a trigger to update the records in contact.  
Using Trigger
·         On Account insertion and updation, get a Map (Account Id as Key and Account record as Value) with no duplicates.
·         Just show Map values in Debug
Using Trigger
·         On Account insertion and updation, get a Map (Account Id as Key and Account record as Value) with no duplicates.
·         Just show Map values in Debug
 Actually the condition is that i have department field picklist in Account, whenever i change the department(picklist) from account  it should be reflect to the department field in contact. I have to write a trigger to update the records in contact.