質問

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