Sharepoint 2013工作流程-表单参数查找字段
使用SharePoint Designer(2013),并创建2013工作流,我想创建一个下拉菜单"Initiation Form Parameter".但来自另一个列表中的值.
不幸的是,没有查找"消息.表单类型和SP 2010工作流的变通办法不适用,因为这涉及到修改Infopath(xsn)表单,而2013年工作流将在其中创建aspx文件.
欢迎任何想法和/或解决方法.
Using SharePoint Designer (2013), and creating a 2013 workflow I would like to create a dropdown "Initiation Form Parameter" but from values from another list.
Unfortunately, there isn't a "lookup" form type and the workarounds for SP 2010 workflows do not apply since that involves modifying Infopath (xsn) forms where as 2013 workflows create aspx files.
Any ideas and/or workarounds are welcome.
Thanks in advance.
埃里克,
在SharePoint Designer中没有执行此操作的OOB方法.您可以使用代码来达到目的.
只需在Visual Studio或记事本中编辑启动表单页面的源即可.请查看下面的文章,以获取有关在工作流启动表单中使用查找字段的更多信息:
艾伦·白