Skip to main content
Solved

Not able to update payment authoriser field for supplier invoice

  • September 17, 2026
  • 2 replies
  • 13 views

Forum|alt.badge.img+3

I am trying to update authoriser field for supplier invoice using a migration job as below , job is executing without any errors but the value is not updating in the invoice tab

 

Can add the authoriser manually so the configuration part looks ok

 

 

Best answer by Jens

Hi ​@precifs 

In your migration job go to the tab “Method List”, select the first row with Execute Seq 10 and press the button “Method List Attribute”:

In the following screen you’ll see the column name PARTY_TYPE which has the flag K (Key Field).

 

Press the Edit button and change the flag K to - (a minus sign) and save.

 

Execute your migration job again.

/Jens

2 replies

Jens
Hero (Employee)
Forum|alt.badge.img+10
  • Hero (Employee)
  • Answer
  • September 17, 2026

Hi ​@precifs 

In your migration job go to the tab “Method List”, select the first row with Execute Seq 10 and press the button “Method List Attribute”:

In the following screen you’ll see the column name PARTY_TYPE which has the flag K (Key Field).

 

Press the Edit button and change the flag K to - (a minus sign) and save.

 

Execute your migration job again.

/Jens


Forum|alt.badge.img+3
  • Author
  • Do Gooder (Customer)
  • September 18, 2026

That worked! you are a star ​@Jens ,always really helpful..

 

Could you please share the logic why it didn't work before ?

 

Thanks