如何扩展CustCustomerService和SalesLineService标准服务?

时间:2012-12-06 11:07:10

标签: web-services axapta dynamics-ax-2012 aif

我想在AX 2012标准服务“CustCustomerService”和“SalesLineService”中添加一个额外的字段。

我想我只是扩展了用于创建此服务的查询。但我不知道如何找到这些查询。

1 个答案:

答案 0 :(得分:1)

将字段添加到课程AxCustTableAxSalesLine应该这样做。

查询名为AxdCustomerAxdSalesOrder。您无需在那里添加它们,因为字段是在运行时动态添加的。