Hello!
I often encounter a problem where multiple entities cannot successfully boot into d365 for unknown reason (off-topic question). In such cases I use "Copy data to target" tab
then I choose "Run for criteria" and enable checkbox "Rows with previous errors"
After these steps failed jobs are successfully reprocessed.
So my question is - is there any options how can I do the same operation from code? I mean HTTP (maybe OData) request.
Thanks!
Hi Uladzislau,
It would be good to understand why you have these errors. It could be e.g. sequential issue. In that case, it would be better to redesign the integration with a correct order, preventing having errors. This would have my preference above just trying to run the failed again.
When you insist in restarting the copy process using OData, you would need to build a custom data entity with a public action which can then execute x++ coding. I don't think it would be an easy development. You can find some thoughts on using and creating actions on my blog: Let your Operations Flow – Part 8 - Dynamicspedia
André Arnaud de Cal...
291,969
Super User 2025 Season 1
Martin Dráb
230,842
Most Valuable Professional
nmaenpaa
101,156