• Richard Tsai
  • NEWBIE
  • 0 Points
  • Member since 2014

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

Does anyone know why the MasterRecordId for a Contact would not be set after it has been merged?
When I merge Contacts and run this query:
SELECT Id, Name, MasterRecordId, MasterRecord.Name
FROM Account
WHERE isDeleted=true and MasterRecordId != null

nothing is returned
Hello,

Does anyone know why the MasterRecordId for a Contact would not be set after it has been merged?
When I merge Contacts and run this query:
SELECT Id, Name, MasterRecordId, MasterRecord.Name
FROM Account
WHERE isDeleted=true and MasterRecordId != null

nothing is returned
Hello,

Does anyone know why the MasterRecordId for a Contact would not be set after it has been merged?
When I merge Contacts and run this query:
SELECT Id, Name, MasterRecordId, MasterRecord.Name
FROM Account
WHERE isDeleted=true and MasterRecordId != null

nothing is returned