Hello,
We want to automatically synchronise an MPP file with a SharePoint Task List overnight.
We don't care about changes in the mpp file since they should only be done in the SharePoint task list.
If users delete or update a task item in the SharePoint task list, then during the sync MS Project will pop up the Conflict resolution dialog where we need to choose if we want to keep the MS Project version or the SharePoint version.
In our approach we want this to be the SharePoint version at all times.
I've checked the Microsoft documentation, but there doesn't seem to be a parameter on the SynchronizeWithSite method to force taking the SharePoint version on conflicts.
How can we solve this, so the macro won't get stuck on the Conflict Resolution dialog?
We want to automatically synchronise an MPP file with a SharePoint Task List overnight.
We don't care about changes in the mpp file since they should only be done in the SharePoint task list.
If users delete or update a task item in the SharePoint task list, then during the sync MS Project will pop up the Conflict resolution dialog where we need to choose if we want to keep the MS Project version or the SharePoint version.
In our approach we want this to be the SharePoint version at all times.
I've checked the Microsoft documentation, but there doesn't seem to be a parameter on the SynchronizeWithSite method to force taking the SharePoint version on conflicts.
How can we solve this, so the macro won't get stuck on the Conflict Resolution dialog?