开发者

Dynamics GP Web Services: Any way to get a list of companies that a GP user has access to?

Is there any way, through use of the GP web services that you can retrieve a list of companies that a speci开发者_如何学编程fied GP user has access to?


You can extend econnect, one the ways it can be extended is to create custom Transaction Requester.

The requester information can be found here; http://msdn.microsoft.com/en-us/library/bb625137.aspx

Thus you could use a view or staging table (I can't remember if views are allowed) to reach the user access table you are after and then access it though a custom requester.


Ended up using GPConnection with Microsoft Dexterity. Thanks though Tim.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜