Quantcast
Channel: Dynamics User Group
Viewing all articles
Browse latest Browse all 15740

How to use Call Context in AIF web service in AX 2009 ? Does AX 2009 support call context ?

$
0
0

In AX 2012 we are using call context

 SalesOrderServiceClient proxy = new SalesOrderServiceClient();

CallContext context = new CallContext();

context.Company = "dat";

but how can we use this in AX 2009 ?



Viewing all articles
Browse latest Browse all 15740

Trending Articles