Missing operations in MergeMoveLog when merging companies

lock
push_pin
done
Answered
0

Dear All,
I don't know if any of you have observed this - and possibly found a solution - but I have noticed that when I merge companies with identical persons, the MergeMoveLog only records the merge operation of the actual company and not any of the identical persons who was also merged in that operation.

Here is an example of the log's output from the latest merge companies operation I performed:

{
    "odata.metadata": "https://app.superoffice.com/Cust25645/api/v1/Archive/$metadata",
    "odata.nextLink": null,
    "value": [
        {
            "PrimaryKey": "35527",
            "EntityName": "MergeMoveLog",
            "MergeMoveLog.operation": 1,
            "MergeMoveLog.sourceRecord": 24357,
            "MergeMoveLog.destinationRecord": 24356,
            "MergeMoveLog.options": "mergeIdenticalPersons=True&replaceEmptyFieldsOnDestination=False",
            "MergeMoveLog.updatedCount": 0,
            "MergeMoveLog.registered": "2026-08-11T19:19:33"
        }
    ]
}

No mention of the identical persons I had created for the test.

When querying I am only filtering on the date/time of the event:

Our webhook however, caught the very event, that I am missing in the MergeMoveLog:

Is this working as intended?

Is there any other way that I can get that information (other than looking at the info from the webhook)?

 

Best Regards,

Henrik

12 h, 5 m ago | 08:29 AM

All Replies (0)

Add reply