带有 InfoPath 表单的 MOSS 工作流程 - 提交后重定向
我有一个使用 InfoPath 表单的 MOSS 工作流程。 提交表单后,MOSS 保存信息并将用户重定向到项目列表。
有没有办法控制保存 InfoPath 表单后用户重定向到的位置? 我想将他重定向到我的 MOSS 网站的另一个页面。
I have a MOSS workflow that uses InfoPath forms.
After submitting the form, MOSS saves the information and redirects the user to a list of items.
Is there a way to control where the user is redirected after the InfoPath form is saved?
I'd like to redirect him to another page of my MOSS site.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在查询字符串中使用“Source”参数;表单关闭后,您将被重定向到该页面。
前任。
http: //spserver/finance/Invoices/986.xml?&Source=http://spserver/finance/Pages/approvals.aspx&OpenIn=Browser
Use the "Source" parameter within the query string; you'll be redirected to that page after the form closes.
Ex.
http://spserver/finance/Invoices/986.xml?&Source=http://spserver/finance/Pages/approvals.aspx&OpenIn=Browser