从 Dynamics CRM 4 中的自定义工作流获取呼叫用户 ID

发布于 2025-01-02 00:50:21 字数 138 浏览 0 评论 0原文

我想获取在 Dynamics CRM 4 中执行工作流的当前用户的 UserID。

我使用的是

IWorkflowContext.UserID

,但它获取了工作流所有者的 ID。

I want to get the UserID of the current user from whom the Workflow was executed in Dynamics CRM 4.

I did it using the

IWorkflowContext.UserID

but it gets the ID of the Workflow Owner.

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

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

发布评论

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

评论(1

生生不灭 2025-01-09 00:50:21

除非用户明确“按需”运行工作流,否则无法检索此信息。如果工作流是通过 crm 操作(例如创建记录)触发的,它将在工作流所有者的上下文中运行。

请参阅 来自 crm 支持团队成员的这篇博文

UserId:如果工作流是按需执行的,则这将是执行工作流的用户的 ID。如果工作流是由于消息执行而执行的,那么它将是工作流所有者的 ID。

There is no way to retrieve this information unless a user explicitly ran the workflow "on demand." If the workflow was triggered via a crm action (such as create of a record) it will run under the context of the workflow owner.

See this blog post from a member of the crm support team:

UserId: If the workflow was executed on demand, this will be the ID of the user who executed the workflow. If the workflow was executed due to a message executing, then it will be the ID of the workflow owner.

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