AutoInvoice运行报错,查看RA_INTERFACE_ERRORS_ALL,SELECT Message_text FROM RA_INTERFACE_ERRORS_ALL WHERE INTERFACE_LINE_ID = 1149459;

错误信息如下:

You must supply an invoice number when your batch source indicates manual invoice numbering; otherwise you must leave invoice number blank


原因:

RA_INTERFACE_LINES_ALL的trx_number有值,

但AR SETUP -> TRANSACTION -> SOURCES里,我们勾上Automatic Transaction Numbering,这表示,系统会自动分配trx_number.

AutoInvoice运行报错:You must supply an invoice number when your batch source indicates manual invoice nu

解决方法:清空RA_INTERFACE_LINES_ALL中trx_number的值。

相关文章:

  • 2022-12-23
  • 2021-06-21
  • 2021-06-27
  • 2021-11-16
  • 2021-06-10
  • 2022-03-06
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-12
  • 2021-12-26
  • 2022-12-23
  • 2022-01-29
  • 2022-02-07
  • 2021-05-15
  • 2021-10-05
相关资源
相似解决方案