I am new in AX.
My boss gave me to task to access tables of AX 2012 from C#.
Following are the criteria:
- Code should be generic. (user will give me table name, column name and any condition if there, to execute insert, delete, update or select queries).
- Client and server may be or may not be in same
- Client and server may be or may not be in same domain Without any installation on client machine
I tried Business connector. But, we can't use business connector outside the domain and it requires installation on client machine
I tried web service. But, We need to add service reference for each web service group.
Is there any thing best suitable for my requirement? Or am I missing something while using above two ways?
Please help to resolve this issue. I am doing this since last month.