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.
精彩评论