SharePoint User Group UK

Share the knowledge!

Welcome to SharePoint User Group UK Sign in | Join | Help
Home Blogs Forums Photos Files Roller

Search

You searched for the word(s):
< 1 second(s)
  • Re: Replicating content

    Hi, Apologies for getting back to you so late but was on holidays. My solution involved adding a metadata property to the source list as a flag of when publishing was required. I then wrote a SharePoint timer job that executed custom on a set schedule. This code did a manual copy of all those items that were flagged for publishing. After the ...
    Posted to SharePoint 2007 Deployment (Forum) by Jonathan Holmes on July 22, 2008
  • Re: Replicating content

    Hi,The functionality you are aiming for is precisely what our company implemented for one of our customers recently. We wrote a piece of custom code in the form of a timer job that periodicially published flagged documents from a locked down site to a public site. This is a tricky piece of code to write but it should allow you to achieve what you ...
    Posted to SharePoint 2007 Deployment (Forum) by Jonathan Holmes on July 17, 2008
  • Re: changing parent content type?

    Hi Skillmaster,From your question I am assuming that your are refering to a parent content type within a site such as a standard 'Item', 'Document' or some other content type that you have created your self and that your are looking to append metadata properties to said content type so that child types may inherit these.In the work that I have ...
    Posted to SharePoint 2007 Customization (Forum) by Jonathan Holmes on June 15, 2008
  • Re: IE Browser crashing when adding task or calendar entry in WSS3 site

    Hi Chris,Does the user have any Office 2007 applications installed? This includes applications such as OneNote or Word.If this is the case then this is the likely cause of the browser crashing as I have experienced similar behaviour when using a client machine accessing SharePoint. The 2007 applications affect some of the dlls behind the scenes ...
    Posted to SharePoint 2003 Administration (Forum) by Jonathan Holmes on June 15, 2008
  • Re: How to set publishing approval for web pages

    Hi,In the majority of cases, approve/reject functionality within SharePoint is controlled from the document libraries in which items are stored. In this case, the page in question is likely to be stored in the 'Pages' document libarary on the subsite. To access this library, navigate to the subsite, click the 'View All Site Content' link either, ...
    Posted to SharePoint 2007 Development (Forum) by Jonathan Holmes on June 6, 2008
  • Re: Workflow Question

    Hi, I agree with Paul's comment. Workflows are designed in SharePoint to be specificially associated with objects such as a list item. In order to carry out a repetitive task I would recommend creating either a Powershell script, as suggested by Paul, or my prefered solution would be a SharePoint timer job that can be installed and scheduled to run
    Posted to SharePoint 2007 Deployment (Forum) by Jonathan Holmes on May 11, 2008
Powered by Community Server, by Telligent Systems