Вопрос

I'd like to add an extra field to the AX 2012 standard service "CustCustomerService" and "SalesLineService".

I think I have just to extend the query, that was used to create this service. But I have no idea how to find this queries.

Это было полезно?

Решение

Adding the fields to the class AxCustTable and AxSalesLine should do it.

The queries are named AxdCustomer and AxdSalesOrder. You do not need to add them there, as the fields are dynamically added at run time.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top