I tried to create a migration job to update the values in the supplier view.
I added this API method “IDENTITY_INVOICE_INFO_API.Modify__” and ran the job.
I don't see any changes.
Is there any recommendation on how to proceed?
Hi
could you please add a hardcopy of your migration job setup so I can have a look on this.
Thanks
Martina
Hello Martina
Here are some screenshots of the migration job
Hi
on the first screen in the field source name you must add the source where the data are coming from.
Since you want to update data which are existing the source is the view you want to update. In your case it’s IDENTITY_INVOICE_INFO
if you do not want to update all records you must enter a where clause as well to select only the needed records
Also in method list it would be enough the add the view name IDENTITY_INVOICE_INFO and standard api IDENTITY_INVOICE_INFO_API
Based on the primary key the tool decides if it must perform an update or an insert
BR
Martina
I made some changes on the formatting screen.
And now I get this error
BR
Seifeddine
Hi
It shoud look like this:
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.