Skip to main content
Question

Migration Job Error

  • September 7, 2022
  • 5 replies
  • 149 views

Forum|alt.badge.img

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?

5 replies

Forum|alt.badge.img+11
  • Hero (Employee)
  • 106 replies
  • September 7, 2022

Hi @seifeddine.bouzorraa ,

could you please add a hardcopy of your migration job setup so I can have a look on this.

Thanks
Martina


Forum|alt.badge.img

Hello Martina

 

Here are some screenshots of the migration job

 


Forum|alt.badge.img+11
  • Hero (Employee)
  • 106 replies
  • September 7, 2022

Hi @seifeddine.bouzorraa 

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


Forum|alt.badge.img

I made some changes on the formatting screen.
And now I get this error

BR

Seifeddine


Forum|alt.badge.img+11
  • Hero (Employee)
  • 106 replies
  • September 10, 2022

Hi @seifeddine.bouzorraa 

It shoud look like this: