invoice.IsIntercompanyTransaction = true;
invoice.HasIntercompanyDistributions = true;
var dist = new PayablesDistribution();
dist.CompanyKey = new CompanyKey { Id = 2 }; // different company
考虑上面的代码。在 Dynamics GP 2010 Web 服务参考中,所有三个属性集都被认为是只读的。那么是否可以仅使用 GP Web 服务进行公司间交易?
以下是其他人在 Dynamics Community 板上提出的同一问题的链接。 http://community.dynamics.com/gp/f/32/t/106478.aspx