2.Using the Retention Policy combine with 2 workflows: a.Create a new column for your list in: Calendar-->List Settings-->Columns-->Create Column-->Give it a name such as “Alert time” and choose “Data and Time” type--> Click OK b.Create 2 workflows in SharePoint Designer associating with your calendar: assuming WF1 and WF2.
We are using the Sharepoint basic project template to assign projects to staff. What we would like to accomplish is the following: We would like to have a priority column that based on the "assigned to" person and their project list, the priority order would automatically increment up or diwn when a new project is added.
As this problem is related to Microsoft SharePoint, for quick and accurate response to the question, it is recommended you create a new thread in the "SharePoint 2010 - Using Visual Studio with SharePoint and other programming" forum. The support professional there are more familiar with it and can help you in a more efficient way.
I think that the best solution for your problem is to create the list in the top level site. And add the sharepoint 2010 "Page viewer webpart" in all of your subsites. Page viewer webpart shows an iframe of a page with the url of the page you want to show. The changes in your list will reflected in all of your subsites.
After making the above changes, i'm not able to browse the SharePoint site. What changes i've to make for the SharePoint web application through central administration or powershell?
The security set to the user is, Read access to the list but without permission to Create an alert, and he has a Contributor access to the folder. The security was perfect, he can't create an alert to a list level, but Alert Me is available on a folder level.
It’s a known issue in SharePoint. It seems that the issue is caused by that InfoPath save the real time when you submit form to SharePoint if you set field now () value in rule. As a workaround, you can create a custom solution. You need to add start/end button in EditForm/NewForm page and set StartTime/EndTimer column value by coding.