Question

Migration Job Error

  • 7 September 2022
  • 5 replies
  • 114 views

Badge

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

Userlevel 4
Badge +10

Hi @seifeddine.bouzorraa ,

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

Thanks
Martina

Badge

Hello Martina

 

Here are some screenshots of the migration job

 

Userlevel 4
Badge +10

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

Badge

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

BR

Seifeddine

Userlevel 4
Badge +10

Hi @seifeddine.bouzorraa 

It shoud look like this:
 


 


 

Reply