本来是需要隐藏同一页面的 Related List Item,找答案的时候顺便想到要去掉那个Save Draft 按钮,于是就在那个页面的源代码中去掉了一个 <td>,轻松搞定。下面是如何隐藏related list item
If you only want to hide the link button in a Workflow Task form, you can edit this form in SPD. After a new SPD workflow is created, there will create a new task form for this workflow in workflows folder: Open the Site using the SharePoint Designer >expand the Workflows in Folder List>expand the workflow that you created, you will find a new form page (“TaskName”.aspx) under the workflow> double-click the page and search for “Related list item” in Code view, and then set the <tr> tag to <tr style=”visibility:hidden”>. This will hide the “Related list item” in task form.
Hope it can help you.




