I inadvertently deleted all instances of a workflow from a Sharepoint 2007 list. (Thought I was in a different list.)
The workflow, built in Sharepoint Designer, still exists, but the trigger for it is what I deleted from the list.
Is there a simple way to re-create the triggers?
I know how to create a new workflow, paste in the old ...
Here's a little background. I have a publishing SharePoint site set up that allows self-provisioning accounts. I'm using ADMembershipProvider, along with the LdapRoleProvider. When user's create an account, they are automatically added to a default AD group, which is already added to the built in Visitors SharePoint group. So once the us...
I need to know whether to work with sharepoint templates I have to have visual studio installed on the server?
...
I am developing a workflow which involves a chain of tasks. This chain is started atomatically on the creation of a specific list item. The workflow creates a new "readonly" list item in another list to hold all the information and creates a new task item to collect more info. This new task then updates the "readonly" list item with its ...
I have created a custom content type and want to add a custom action to it but it is not working. I have tried editing the registrationid to the standard item content type id (0x01) and is works but not with my content type. Is it possible to add custom actions to custom content types???
...
Hi,
it is possible to connect the site pages with layout page in sharepoint 2010. I did but i got the problem when i am save the data ie Publish the page it will give me error follwoing error:
Error An unexpected error has
occurred.
Troubleshoot issues with Microsoft
SharePoint Foundation.
Correlation ID:
9bc41e28-...
I am using Web Part Connections to filter documents in a documents library in SharePoint. To do this, there's a column that is required, which I've named "related contact." Here's my problem: When I go add a New Folder (instead of just a document) SharePoint only asks me for a title for the Folder. The "related contact" column (which is ...
I have a MasterPage that I am deploying to a SharePoint 2007 server. I am using a feature and a wsp to do the deployment. After deployment, my new masterpage isn't available to select and use for my site. Then, if I activate my feature, I am able to select my master page. But, when I deactivate my feature (or even retract the solution an...
I have a Sharepoint Calendar in which the various events in the calendar are color coded. How can I add a color coding lengend above the calendar? The purpose of the legend is to associate the colors to the event categories.
...
Hi,
We are using sharepoint server 2007 and if i create any files and folders the sharepoint site is throwing some error "Exception from HRESULT: 0x80040E14"
and i checked event viewer.here also some error showing "
CREATE DATABASE or ALTER DATABASE failed because the resulting cumulative database size would exceed your licensed limi...
We have 3 front-end servers each running multiple web applications. Each web application has an in memory cache.
Recreating the cache is very expensive (>1 min). Therefore we repopulate it using a web service call to each web application on each front-end server every 5 minutes.
The main problem with this setup is maintaining the targe...
I'm trying to list all the links on all the SharePoint web sites (parent and sub). When I'm logged in as the admin user it works just fine. However, when I sign on as a normal user I get an access denied error. And the error is thrown when I check the count property of the SPWebCollection.
SPSite oSiteCollection = SPContext.Current.Site...
So I'm using Web Part Connections to filter through a couple of lists. It all works perfectly, except that, by default, the filter shows all of the content. If you select one of the options, it filters the list and that is all dandy. But I need to figure out how to let the users see all of the items again, and I can't seem to find a way ...
SharePoint 2007 is great! It security trims all my menu navigation; if the user does not have permission to a site then they won’t see it in the navigation.
However, the business owners don’t see it like this; they would like the user to see all the sites that are potentially available and where the user does not have permissions to a s...
I have 2 users, Martin and John
I have 5 documents, all available to Martin and John. I also have 2 documents that are available to John only (Martin must not see them). To complicate matters these documents should replace 2 of the existing documents from the original 5 - so that only 5 documents are ever displayed to Martin or John.
J...
Hi
I have 2 sharepoint lists on a site.
They have the same columns (defined from a datatype)
They contain the same type of data, but for a different product
They are accessed in the same way (CAML) under the same service account.
thing is today 1 of the lists cannot be queried any more (1pm today), it returns a Soap Exception.
The...
We need to automate booking of technicians through SharePoint. We have different number of technicians available each day. The users can look at the calendar to see availability, after they select a time when a technician is available they are presented with form asking for some details. Submit a form books a technician and sends an emai...
I was wondering if it was possible to modify the default document library view "All Documents " to include the "Checked Out To" column.
I need this change to apply to any existing document libraries as well as any created in the future.
Thanks in advance
...
We have SSRS running in integration mode inside of sharepoint. When developing SSRS reports we are able to set the date and number formats to recognize regional settings and format appropriately. But when the report is deployed to SSRS the regional formats all revert back to us. Is there a way to have this display properly inside of S...
SharePoint newbie here.
I have a web part that is attached to SharePoint's edit page [EditForm.aspx]. How do I determine if the document being edited is linked to a content type that inherits, at any level of its inheritance chain, from a specified base type?
For instance, I have a base content type called "Document Base". I want this ...