Dynamics Great Plains Web 服务:有没有办法检索用户的公司权限?

发布于 2024-10-10 06:26:33 字数 60 浏览 2 评论 0原文

基本上我可以通过 GP Web 服务进行调用来检索用户可以访问 Great Plains 内的哪些公司吗?

Basically is there a call I can make through the GP web services to retrieve what companies a user has access to within Great Plains?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

茶花眉 2024-10-17 06:26:33

是的,我相信我能够简单地循环浏览我的用户列表,并使用 Context 的 WorkOnBehalfOf 属性为每个用户进行 GetCompanyList 调用。
有点乏味,并且可能有很多繁重的 Web 服务调用,但我不相信 GP 公开任何其他方法来做到这一点。

Yes, I believe I'm able to simply cycle through my list of users and make the GetCompanyList call for each user using the WorkOnBehalfOf property of the Context.
A bit tedious and potentially a lot of heavy web service calls but I don't believe GP exposes any other way to do this.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文