SharePoint 2007 - Content Type Usage

My question relates to Content Type Usage.  I am helping to develop a customer facing SharePoint site template for my company.  The main purpose of the site is to track the ERP Software Implementation process from start to finish.
I created a new task list which includes all the stages and activities within the project schedule of the implementation.  I then created a calendar View of this task list so that customers can view it in calendar form. 
The issue that I am running into is that the Task List Item Content Type doesn't include the All Day Event column and so the items on the calendar view of the task list are not displaying properly (they end the day before vs the day of).  I found that
I need to add the Event Content Type in order to utilize the All Day Event column.  I added the Event Content Type and now have found that's it's an either/or situation.  I can either create a New Event or a New Task.
Long question short, is there a way that I can "merge" content types so that the Task content type includes the All Day Event column?

Columns form part of content types, which you know.  What isn't clear is that there is a _hidden group of columns that don't appear in the SharePoint GUI.  The All Day Event is one of them.  If you were to download
SharePoint Manager 2007 you could find the property and change it's group.  Here's a screenshot of what you'd need to change
You'd navigate something like Farm --> Services --> Web Applications --> <Your Web App> --> <Site Collection> --> Fields.
I normally move items from the _Hidden group to the Custom Columns grouping. This will then make it available for addition within the Content Type that you've made.
Hope that helps.
Steven Andrews
SharePoint Business Analyst: LiveNation Entertainment
Blog: baron72.wordpress.com
Twitter: Follow @backpackerd00d
My Wiki Articles:
CodePlex Corner Series
Please remember to mark your question as "answered" if this solves (or helps) your problem.

Similar Messages

  • Multiple "Workflow Task (SharePoint 2013)" content type found

    Users on one specific sub-site reported that they are unable to add site columns to content type. When user clicks "add existing site column" user get error message - upon looking up on ULS, it indicate there were duplicate column "System.ArgumentException:
    No two choices should have the same ID". I came across similar issue on different site before and resolved it by deleting duplicate column, plus that site column was not used on any list or associated with any content type but this time duplicate
    column is "Task outcome" column which is associated with "Workflow Task(SharePoint2013)" content type. So looking up these two specific site column and content type I noticed there are 8 occurrence of each at affected site
    level (see below on image).
    Similarly there are 8 "Task Outcome" columns under Site Columns. So I refreshed staging env with prod copy and tried to delete "Workflow Task(SharePoint 2013" content type and got error message as shown below. Under Site features, I noticed
    "SharePoint 2013 Task List" feature was enabled, hoping this will do the trick I disabled it as we still use SharePoint 2010 workflows, but to no avail.
    Sorry, something went wrong
    The content type "Workflow Task (SharePoint 2013)" is part of an application feature.
    Not sure how it got started and something will try to find out but any advise on how to fix this issue?
    Thanks,
    MK Sin

    Hi Sin,
    According to your description, my understanding is that the users got an error when clicking “add existing site column”.
    For deleting the duplicate “Task outcome”column, you need to go to the “Workflow Task(SharePoint 2013)” content type, click the “Task outcome” column, and remove it from the content type.
    Then go to site columns, find the duplicate columns, and delete them and make sure only one “Task outcome” column exists.
    After the above, re-add the “Task outcome” into the “Workflow Task(SharePoint 2013)” content type.
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • How to Enforce Sharepoint 2013 content type validation rules when modifying document using Word 2013

    Good day,
    I have two date columns (Start Date and End Date) in a content type in Sharepoint 2013.  A file library uses this content type.
    In the document template I have the two dates (Start Date and End Date) showing in the Document Panel.  I can edit them well enough and they show in the document correctly.
    In the content type I have validation rules that the End Date must be greater than the Start Date. 
    The question is, how can I enforce this validation on the client side in Word.  Is there anyway to achieve this?
    The user will not have access to change the document properties in Sharepoint. (Not my call)
    Thank-you!

    The "panel" is called the Document Information Panel in SharePoint. You can customize this using InfoPath from the page where you created / edited your Content Type. Go to Settings, Site Settings Content Types, edit your content type, click Document
    Information Panel and then click "Edit this template". In InfoPath you can create a Rule to enforce your dates.
    This may require the Enterprise Edition of SharePoint to support the InfoPath Forms Services.
    Mike Smith TechTrainingNotes.blogspot.com
    Books:
    SharePoint 2007 2010 Customization for the Site Owner,
    SharePoint 2010 Security for the Site Owner

  • Scrip to update Sharepoint Online content type

    I have a content type "TestContentType" with three columns:
    Document Type
    Category
    Sub-category
    This content type is used on 18 document libraries, in 3 site collections.
    The Category column needs to have a "description" added which currently has no description. Is there a way to achieve this via a script so I don't have to make change manually via the UI.
    So far I have come up with the following script, but this so far only lists all list and document libraries. What I actually need is to be able to get the content type in this case "TestContentType" and then update the "Category" column
    to include a description:
    $loadInfo1 = [System.Reflection.Assembly]::LoadWithPartialName("Microsoft.SharePoint.Client")
    $loadInfo2 = [System.Reflection.Assembly]::LoadWithPartialName("Microsoft.SharePoint.Client.Runtime")
    $webUrl = Read-Host -Prompt "HTTPS URL for the SP Online 2013 site"
    $username = Read-Host -Prompt "Email address login"
    $password = Read-Host -Prompt "Password for $username" -AsSecureString
    $ctx = New-Object Microsoft.SharePoint.Client.ClientContext($webUrl)
    $ctx.Credentials = New-Object Microsoft.SharePoint.Client.SharePointOnlineCredentials($username, $password)
    $web = $ctx.Web
    $lists = $web.Lists
    $ctx.Load($lists)
    $ctx.ExecuteQuery()
    $lists| select -Property Title
    Any suggestions would be appreciated.

    This isn't the best way to do it, which would be manipulating SharePoint through the CSOM, however you can automate IE so that it runs through a series of actions.
    The nice way would be to use something like the client-side code here:
    https://sharepointpowershell.codeplex.com/
     I don't have the time to dig into it at the moment but i'd try to merge that CSOM approach with something like this script:
    http://get-spscripts.com/2010/11/add-and-remove-site-content-types-from.html which uses the on-prem version.

  • Custom Property in Microsoft Word 2010 Document Template and Sharepoint 2010 Content Type not Syncing up

    I wrote a macro in a Word 2010 template with a custom property called HeaderFooter (a Yes/No value). When the property is changed to No, the header and footer are hidden, otherwise, the header and footer are displayed.
    I added the template to a SharePoint 2010 Document library, with a content type DocInformation and a column name HeaderFooterOffOn that I want to map to the custom property HeaderFooter in the Word Document.
    The macro isn't working in SharePoint, though, because when the user clicks on the HeaderFooterOffOn in the DIP of the Word Document, the Word Custom Property (HeaderFooter) isn't changing with it.
    How do I get these two synced up, so that when the SharePoint column is changed, the Word Document's custom property simultaneously updates with it?

    Hi kevinkevinc,
    There is no direct way to run macro in SharePoint
    As a workaround, I suggest you use SharePoint Event Receiver to run some custom code when column changed.
    Here is a similiar thread for your reference:
    http://social.msdn.microsoft.com/Forums/office/en-US/249249e2-3263-4001-86fa-bda342d95f35/run-word-macro-on-newly-uploaded-sharepoint-word-documents?forum=sharepointdevelopmentlegacy
    More information:
    SharePoint Event Receiver:
    http://msdn.microsoft.com/en-us/library/ee231563.aspx
    http://msdn.microsoft.com/en-us/library/ff398052.aspx
    Best Regards
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Zhengyu Guo
    TechNet Community Support

  • Customising a SharePoint list content type form - "Manage multiple list items with this form"

    I have designed a form for a content type on an existing SharePoint list.  When I ran the initial wizard, I selected
    Manage multiple list items with this form which is great, exactly what I want.
    But, there are some columns in this content type that I do not want repeating and have them moved them outside of the Repeating Section but I am getting the below error.  I can't seem to find a way to create a new non-repeating group though.  Any
    advice on how to do this?

    *Bump*

  • Deleting sharepoint list content type Fields

    Hi
    Please tell me the code for deleting all the fields inside content type fields..This is my code i used,but its not deleting the fields.
     SPSite spsite = new SPSite("http://ghfjhhk18:8001");
                SPWeb web = spsite.OpenWeb();
                web.AllowUnsafeUpdates = true;
                SPList list = web.Lists["Test"];
                SPContentTypeCollection cts = list.ContentTypes;
                SPContentType ct = cts["Item"];
               // ct.FieldLinks.Delete("Expires");
                //ct.Update();
                SPFieldCollection contentTypeFieldCollection = ct.Fields;
                foreach (SPField spField in contentTypeFieldCollection)
                    if (ct.Fields.ContainsField(spField.Title))
                        //SPFieldLink fieldLink = new SPFieldLink(spField);
                        ct.FieldLinks.Delete(spField.Title);
                    //myContentType = null;
                ct.Update();
                web.AllowUnsafeUpdates = false;
            }but this code is not deleting the fields..
    pls help me as soon as possible.
    One friend told me to do for loop in reverse..but how can i accomplish that

    Hi,
    Please refer the below code snippet which may help you to fix your issue. If not please refer the below links also
    http://ptsharepoint2010.blogspot.in/2011/12/programmatically-remove-fields-from.html
    http://www.c-sharpcorner.com/uploadfile/54db21/delete-field-content-type-in-sharepoint-2010-programmaticall/
    using (SPWeb web = site.OpenWeb())
    SPList spList = web.Lists["<ListName>"];
    SPContentTypeCollection spCTS = spList.ContentTypes;
    SPContentType spCT = spCTS["YourContentType"];
    spCT.FieldLinks.Delete("YourField");
    spCT.Update();
    If its not helping you, please let us know
    Sekar - Our life is short, so help others to grow
    Whenever you see a reply and if you think is helpful, click "Vote As Helpful"! And whenever
    you see a reply being an answer to the question of the thread, click "Mark As Answer

  • SharePoint 2010 Content Type Hub

    Hi,
    I have a Content Type Hub in the SharePoint Server and it is being subscribed to one of the Web application and it’s site collections.
    If I make any changes in existing column of the Content Type in Content Type Hub and subscribe to the required site collection, the changes are not being propagated to libraries columns which are part the attached Content Type from the Conte Type Hub.
    But the Content Types are being subscribed and changes are available at Site column of the Subscribed Sites but not in the existing Library level.
    If I add the New column in CT hub and the new column appears in the existing Library of the subscribed sites.
    Please assist me how can I propagate the Content Type changes from CT Hub to the existing Library of the subscribed site?
    Regards,
    Vidya Lokesh

    It's a known issue.
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/b865e6a0-39d8-4aae-9df6-f07ff9d1d96c/content-type-changes-are-not-reflected-in-subscribing-document-libraries?forum=sharepointgeneralprevious
    MS chose to avoid pushing down to lists and libraries, presumably to avoid people trashing their systems by making silly changes and pushing them down to thousands of lists and libraries.
    The only surefire way is to delete the CT from the list/library and re-add it. You could script something up to do that I guess but I don't know of any examples of it floating about.
    PS. You're in the wrong forum, this relates to 2010 not 2013, although in this case that's not a major issue.

  • SharePoint 2007 Content deployment Error: 'A folder with the name already exists.

    Hi, In SharePoint 2007 one Content deployment job is failed with below error:
    Content deployment job 'Remote import job for job with sourceID = some id' failed.The exception thrown was 'Microsoft.SharePoint.SPException' : 'A folder with the name PublishingImages/AEI-2014/Blue already exists.'
    From last 3 days I am getting this error and previously this Job was running without any Error.
    In Import Log file getting message: "FatalError: A folder with the name PublishingImages/sg-2015/yellow already exists."
    Please tell me how to resolve the issue.

    Hello,
    It seems same folder exist in destination server that's why job is failing. You need to check destination server and remove the same name/GUID from site then try again.
    See this technet for more info: (see "Conflicting content on source and destination" section)
    http://technet.microsoft.com/en-us/library/dd795107%28v=office.12%29.aspx
    Hemendra:Yesterday is just a memory,Tomorrow we may never see<br/> Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • SharePoint associating content type with Reusable workflow gives error

    System.NullReferenceException: Object reference not set to an instance of an object.  
    at ASP._layouts_addwrkfl_aspx.__Render__control2(HtmlTextWriter __w, Control parameterContainer) in c:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\LAYOUTS\AddWrkfl.aspx:line 157   
    at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)   
    at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)   
    at System.Web.UI.HtmlControls.HtmlHead.RenderChildren(HtmlTextWriter writer)   
    at System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer)   
    at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)   
    at System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer)   
    at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)   
    at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)   
    at Microsoft.SharePoint.WebControls.UnsecuredLayoutsPageBase.RenderChildren(HtmlTextWriter writer)   
    at System.Web.UI.Page.Render(HtmlTextWriter writer)   
    at Microsoft.SharePoint.WebControls.UnsecuredLayoutsPageBase.Render(HtmlTextWriter writer)   
    at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    Guneet Kalra

    Hi Guneet,
    Thanks for your post.
    I am trying to involve someone familiar with this topic to further look at this issue.
    Best Regards.
    Kelly Chen
    TechNet Community Support

  • SharePoint 2010 Present Wrong Timezone for External List of External Content Type

    External content is hosted on an independent SQL server DB from the SharePoint server. External content lists shows datetime fields 5 hours earlier as opposed to Eastern standard time but Web parts display data correctly.
    Yes, timezones on both servers are correct. Timezones settings in SharePoint have been checked and all appear correct. There are several places for settings. Is there a checklist in case something was missed. Our SharePoint administrator has
    looked for the cause and cannot determine.
    I poured through other blogs and issues with external content and timezone on this site including "External Content Type Saving Dates in UTC".
    Please provide a list for timezone settings such as global settings for a site, collection, external content, SharePoint 2010 designer settings, Central Administration settings, etc.

    Hi Benjamin,
    Please test the following approach for your issue, exporting the BDC Metadata Model from SharePoint Designer and change the normalization to use local time, and let us know the results.
    http://sharepoint.stackexchange.com/questions/91516/timestamp-in-sharepoint-external-content-type-not-matching-value-in-sql-table
    http://www.shillier.com/archive/2010/09/01/why-are-my-date-fields-wrong-in-business-connectivity-servces.aspx
    https://calshare.berkeley.edu/Blog/Lists/Posts/Post.aspx?ID=9
    Thanks
    Daniel Yang
    TechNet Community Support

  • Workflow Status column for new content type

    Hi,
    Initially I had a document library and several workflows associated with it. After that I created a new content type inheriting Folder content type. My existing workflows could be started and work fine with any item of this new content type except anything
    related to the workflow status column, such as "Automatically update workflow status to the current stage name", or workflow action "Set workflow status". If I use the OOTB Folder content type, everything's fine. But I need custom fields
    for folder as well.
    The workflows can be started then it seems unreasonable that they are not associated with the items of the new content type, considering I set my new content type to be the child of the existing Folder content type. So why any item under this new content
    type does not have the workflow status column? I've tried removing the workflow from the list and publishing back using SPD without success.
    I also notice that when you associate a new content type to a document library/list which has some custom columns, you cannot edit those columns to be used in the new content type. You need to delete those columns and recreate them, then the option "Add
    to all content types" is there. Is this expected design?
    Thanks

    Hi,
    According to your post, an error occurred when you created a custom Edit form for new content type.
    We can do as follows:
    1.Add the MyNameSpace.MyNewEditPage dll file into GAC(C:\Windows\assembly).
    2. Execute the iisreset command.
    We can create a new content type using visual studio 2012/2013.
    http://www.sharepoint-journey.com/sharepoint-list-content-types-and-site-columns.html
    Best Regards
    Dennis Guo
    TechNet Community Support

  • Help on Approval Workflow and content types

    Hi
    So here is my question hope you guys can help!
    So i was setting up a workflow for a leave request form. Everything was fine and I had the Approve/Reject buttons at the bottom of the task EditForm. Now I copied the content types to a new one and changed the Optional settings (lets says title hidden %
    completed hidden etc) and then I changed the Task content type too so as to allow for that new content type to take place. Then i relaunced the workflow everything worked nicely the form look the way I wanted it but then on the EditForm I didnt have the ebuttons
    any more so I found it odd so I reset the content type to the original checked that everything was back in place (the hidden back to optional etc) and even on the original Workflow Task (Sharepoint2013) content type the buttons disapear now I have to manually
    add to the completed column and change the drop down menu of the Task Outcome to approved or rejected to make the workflow spit out the results.
    I was wondering what happened I do not understand it. I even deleted all the Task List and Lists associated witht the workflow re wrote the workflow and nothing... So i m a bit out of my depth.'
    When I click on the Cutomized List Default Edit Form... I do get the form with the button but its not the same one I get with the Email Link or the Link and the actual List
    Any pointers?
    I appreciate it!

    Hi  ,
    According to your description, my understanding is that the outcome buttons disappear after you change the Optional type column in Workflow Task(SharePoint 2013)  content type.
    For your issue , please make sure the Task Status and Task Outcome type columns are existing in the content type in order for the custom outcome buttons to appear.
    For more information, you can refer to the blog:
    http://blogs.msdn.com/b/sharepointdesigner/archive/2012/09/14/how-to-manipulate-the-task-form-with-sharepoint-designer-for-new-task-actions.aspx
    As your original demand is setting up a workflow for a leave request form, here is a great blog you can have a look:
    http://jamilhaddadin.com/2011/12/03/implementing-workflow-using-infopath-2010-and-sharepoint-designer-2010/
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • SharePoint 2007 to 2013 Upgrade - Load Control Template Failures

    I am trying to upgrade SharePoint 2007 content databases to 2013 using 2010 as interim migration platform.
    When the databases are attached and upgraded to 2010, everything works fine. Once the databases are moved to 2013 environment and upgraded, the sites start to fail. Some pages/sites open up fine but most of the time they take a long time loading and ultimately
    return 'Sorry something went wrong' errors and logs point to load control template failures. The errors are not specific to one site or one specific set of files, every time I try to open the page I get failure with a new random ascx file. I have tried a lot
    of things but nothing has worked so far. It is really getting really hard to get to the root of the problem. I would really appreciate if someone can help me with fixing the issue.
    Here is what I have tried to far to try to fix the issue:
    1- Restarted IIS on all WFEs (2013)
    2- Cleared Configuration Cache and restarted everything
    3- Tried to manually change the layouts folder path under IIS site for the web application
    4- Cleared .net temporary files 
    5- Setup whole new 2013 environment on a single server as WFE/APP and tried restoring to this new Farm, faced exactly the same issue.
    6- Tried to upgrade Web application under 2010 to use Claims Based Authentication and then Upgrade to 2013, still same issue.
    7- Attached classic mode databases to 2013 then upgraded from within 2013 to claims based authentication but this did not affect anything related to control templates.
    PS. There are some customizations in the original 2007 farm (a few Fab 40 templates and 3-4 third party solutions), none of which have been deployed to upgraded enviornments. Does this have anything to do with load control template failures? Although the
    error is thrown even on sites that did not use custom templates.
    Is there anything I can do to fix this? This is kind of a major road block now and really affecting our migration schedule. I hope someone can help or direct me in the right direction. Thanks.

    AB
    Please share ULS log for more detail.
    As for now you can check with user control appearing randomly in error if any of these contains " &#44
    " code in page directive or reference directives and replace them with comma ",". Fab 40 controls do not work straight away in SharePoint 2013. you need to have install then one by one after copying them over to
    new environment. User PowerShell command to Install them. Please share log detail

  • SharePoint 2007 to SharePoint 2013 Upgrade - Need to Goto SharePoint 2010 First?

    All,
    I've seen some posts that say one can go from SharePoint 2007 to SharePoint 2013 - without upgrading to SharePoint 2010. Other posts say otherwise.
    Therefore, what is indeed the answer. Ideally I'm looking to stand-up a new SharePoint 2010 or SharePoint 2013 farm then likely do a detach then upgrade of the SharePoint 2007 content databases to SharePoint 2010 or 2013.
    Thanks

    If you want to do a standard SharePoint upgrade, yes you must go to SharePoint 2010 prior to 2013. If you want to use a 3rd part/in-house custom application content migration upgrade, then you can go straight from SharePoint 20xx to 2013.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

Maybe you are looking for

  • Win 7 32 or 64?

    I have a MBP 13" 2.54 Ghz 4 GB. I can get a copy of Win 7 through work in either 32 or 64 for the same price discount. I will probably only use it for now to play a few PC games that ran on XP. I'm not sure if these games will even run on Win 7. I'm

  • Best practice for auditing a SP 2010 BCS scenario with a SQL Server pooled connection.

    I'm using SP 2010 BCS to connect to a SQL Server db. For this, I've used SSS and am passing SQL credentials to take advantage of pooled connections. I'd like to pass the user context (user ID/User name) to the database so that I can do auditing, such

  • IPhone 4.0 and collaboration services

    Did anyone catch or read anything about the new iPhone OS 4 supporting CardDAV or true PUSH for email, cals, and cards?

  • Satellite A60 and Windows XP Recovery

    Hello all. I have recently bought a second hand Satellite Notebook from a friend (slightly older Notebook- from 2004.) When booting into a virtual environment and running anti virus applications (for the memory) and diagnostic tools (Everest and Memt

  • Double Sided DVD format burning question

    Hi, I have the latest version of DVDSP and wish to know if it is possible to burn a each side of double sided DVD in different formatts. Specifically, I wish to make one side a DVD disc, and the other side a DVD ROM disc that will contain AIFF or MP3