Example for Dynamics AX 2012 QueryService through C# - Relations and JoinMode usage
问题 Trying to access AX 2012 QueryService through c# application and would like to get CustomerID and Customername fields only. Problem is, CustomerID is in CustTable and CustomerName is in DirPartyTable. Any help to article or code samples would be appreciated. Reference to QueryDataSourceMetadata to put join in these tables and get data. What are the options and when to use Relations and JoinMode? I searched in MSDN and it just lists the property names and methods and not much help in the form