如何在 SharePoint 2010 wokflow 中的自定义列表上获取用户输入?
我有一个业务需求,需要在自定义列表上创建工作流程,其中可能有 20-30 个自定义字段。
我的问题是,在共享点状态机工作流程中,我如何合并用户可能想要提供给工作流程中任何级别的用户的反馈/评论。例如,当 A 级别的人员向 B 级别的人员提交提案时,他将填写所有自定义字段,但同时他还需要向更高权限发送一些评论/建议。 B 级人员还应该能够将提案连同一些意见/建议一起发回。发送评论/查询/建议...应该可以从一种工作流程状态到任何工作流程状态。
谢谢,
尼基尔
I have a business requirement where i need to create a workflow on a custom list where i may have 20-30 custom fields.
My question is that in a sharepoint state machine workflow , how do i incorporate User's feedback / comment he may want to give to a user at any level in the worflow. E.g. When a Person at level A submits the proposal to Person at level B, he will fill in all the custom fields but along with it he also need to send some comments/Recomandation to higher authority. Person at level B shoudl also be able to send back the proposal along with some comments/Suggestion. Sending comments/queries/suggestion...should be possible from one workflow state to any worflow state.
Thanks,
Nikhil
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,在您的 WF 中,由于用户批准/拒绝分配给他们的任务,项目从一个状态移动到另一个状态?无论如何,这是通常的方式。您可以向这些任务添加其他元数据字段并要求退款。然后您可以在电子邮件、警报或您需要的任何内容中使用这些数据
I understand that in your WF the item moves from state to state as the result of users approving/rejected tasks assigned to them? This is the usual way anyhow. You can add additional metadata fields to those task and ask for feeback. Then you can use this data in emails, alerts, whatever you need