• 001
  • NEWBIE
  • 0 Points
  • Member since 2011

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies

--------------------
|OBJECT_1    |
|------------------|
|First Name    |
|------------------|
|Last Name    |
|------------------|

 -------------------
|OBJECT_2    |
|------------------|
|First Name    |
|------------------|
|Last Name    |
|------------------|

How do i automatically enter the same values in First Name and Last Name  fields of OBJECT_2 , as soon as a user enters values in First Name and Last Name fields of OBJECT_1?


I know i can achieve it using triggers but do not know how to go about it?


Thanks.

 

 

Thanks nkit Arora , your Trigger Code was very helpfull in geting me started about writting triggers. But I still need the fields in Object2 to update automatically as soon as i update the fields in Object2.

How do I achieve this?