Question

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.

Était-ce utile?

La solution

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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top