• dtrichardson
  • NEWBIE
  • 0 Points
  • Member since 2009

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

Hello All,

 

I have been looking for a way to resolve edit conflicts through APEX.

 

For example:

 

User A opens a contact for edit

User B opens the same contact for edit

User A updates the contacts' title and saves

User B updates the contacts' phone number and saves

 

Normally this would produce an error message to user B saying that user A has editted the contact and ask user B to redo their work.

 

I would like to find a way to merge the changes. The two users have not made any changes which would be in conflict, so I want the change from user B to succeed. Is there a way to do this?

 

Thanks for you help.