문제

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