-2

使用数据导入导出框架导入采购线时,采购 ID 不存在,标准 AX 是否会创建采购标头或抛出错误说明采购 ID 不存在?

4

1 回答 1

1

The Data Import/Export Framework entity for purchase order lines will create a purchase order header if a PurchId is provided in the staging data (see method GeneratePurchTableLink in class DMFPurchLineEntityClass). It should not be possible to not provide a PurchId since that field is mandatory in the staging table.

Please take care to also provide a valid VendAccount, otherwise the created purchase order will be incorrect.

于 2016-05-03T12:30:29.677 回答