Hi,
I'm using set-based DMF to import the data into D365FO.
It works before, but now the below error happened:
[Microsoft][ODBC Driver 17 for SQL Server][SQL Server]The column name 'RECVERSION' is specified
more than once in the SET clause or column list of an INSERT. A column cannot be assigned more than
one value in the same clause. Modify the clause to make sure that a column is updated only once. If
this statement updates or inserts columns into a view, column aliasing can conceal the duplication
in your code.
Could you give some advices to resolve the problem?
Best Regards.