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.
在 Dynamics CRM 2013 中,我希望工作流活动的输入参数类似于From电子邮件上的查找,它允许查找 aUser或Queue.
From
User
Queue
我试过使用activityparty,但它不起作用。
activityparty
有没有办法做到这一点?
您可以使用此代码定义一个输入参数,该参数接受User
[Input("FromEmail")] [ReferenceTarget("systemuser")] public InArgument<EntityReference> FromEmailRecipient{ get; set; }