2013-10-16 19 views
0
invoice.IsIntercompanyTransaction = true; 
invoice.HasIntercompanyDistributions = true; 

var dist = new PayablesDistribution(); 
dist.CompanyKey = new CompanyKey { Id = 2 }; // different company 

考慮上面的代碼。在Dynamics GP 2010 Web服務參考中,所有三個屬性集都被認爲是隻讀的。那麼甚至有可能僅使用GP Web服務來完成公司間交易?使用GP Web服務,是否可以執行應付賬款事務的公司間分配?

下面是一個鏈接到同一個問題,由其他人問,在Dynamics Community Board上。 http://community.dynamics.com/gp/f/32/t/106478.aspx

回答

2

不幸的是,無法使用GP Web服務或eConnect創建公司間應付帳交易。我已經看到一些創意解決方案涉及導入後直接SQL更新以設置公司間標誌,儘管Microsoft不支持此方法。

相關問題