Applies to Product - Dynamics 365 Commerce
What’s happening?
- Customers are experiencing issues with SharePoint integration and the import of users on a new system running version 10.0.40.
- Batch jobs are being held up with the message "The view query has been overridden because of a conflict" during data exports to Azure BYOD.
- There are issues with the integration of DIXF with external systems, specifically regarding exporting and importing via external API interfaces.
Reason:
- This with SharePoint integration is due to the integration being deprecated in the cloud-hosted environment.
- The error message regarding batch jobs is expected behavior of the system when working with custom views, which is a design limitation. The original filter query executes before the custom filter query, causing conflicts.
- The DIXF integration issues may relate to changes in the SAS URL, which caused problems with the GetExportedPackageUrl API. Temporary mitigations have been implemented, and the product team is working on a fix.
Resolution:
- For SharePoint integration issues, refer to the documentation on configuring document management in Finance & Operations.
- To resolve the batch job error, select the option "Load the query for 'Custom view name'" to allow the custom view to load its filter query. Click on the "Load the query for [your view name]" button on the right of the error pane to reload the form with the pinned view.
- For DIXF integration issues, if the GetExportedPackageUrl API returns an empty value, retry the API after 10 seconds or introduce a delay after GetExecutionSummaryStatus returns 'Succeeded' before calling GetExportedPackageUrl.
