As you may or may not know, there is functionality in the Meeting Workspaces to reorder the discussion points on the agenda. This functionality enables you to change the order of the discussion points, but you can also enable this functionality on other lists. It requires some manual steps which are explained in this blog post.
In this blog post I show you how you can enable this reorder functionality on other list/libraries.
First of all you need to make the Order field visible inside your list. To make this field visible, you can use the following PowerShell script.
|
|
Note: before you execute this script, change the Web_URL and List_Name in the PowerShell script.
When the field has been unhidden, you can check the list columns. Normally the Order field should now be visible.
The Order field will not be visible on item forms, or you must enable it by code or PowerShell script (which is not recommended).
From this moment on, each time you create a new item, the order field automatically increments the order value. To check this you can make this Order column visible in a SharePoint list view, and you can also set the sorting setting to sort by the Order column.
You can change the order by navigating to the following URL:
SiteURL/_layouts/Reorder.aspx?List={ListId}
Changing the order results in changes to the Order field value.
Part 2
In the next part I will show you how you can create a custom action with SharePoint Designer to reorder the items.