Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有在检查条件后更新实体记录的工作流程。一切正常。但是...例如,工作流的所有者是 User1,我尝试使用 User2 修改记录。我认为字段“修改者”必须有一个值 User2,但它有一个值 User1。为什么?
Dynamics CRM 中的自动工作流始终在工作流所有者的安全上下文中运行。
在您的情况下,工作流的所有者是 User1,因此 modifiedby 字段具有 User1 值是正确的。
为了完成答案,按需工作流在运行用户的安全上下文中运行。