Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 AX 2012 标准服务“CustCustomerService”和“SalesLineService”中添加一个额外的字段。
我想我只需要扩展用于创建此服务的查询。但我不知道如何找到这个查询。
Adding the fields to the class AxCustTable and AxSalesLine should do it.
AxCustTable
AxSalesLine
The queries are named AxdCustomer and AxdSalesOrder. You do not need to add them there, as the fields are dynamically added at run time.
AxdCustomer
AxdSalesOrder