Tagged Questions
1
vote
1answer
239 views
Error occurred in deployment step 'Activate Features': The parent content type specified by content type identifier 0x0101 does not exist
I have created 80 content types. some of them are inherited from some other content types. I have placed all the content types in feature in such an order that parent content types are at top. But ...
1
vote
1answer
146 views
To deploy page layout with feature at the same time of adding content type, the content type Id issue
First let me describe my situation:
Now I'm using object model to add two content types (inheriting Pages content type) using the FeatureActivating methode in the Feature Receiver. in the same ...
2
votes
1answer
82 views
How to activate content type on specific web?
I have site collection ex: http://microsoft.com/ and i got few child webs:
http://microsoft.com/news/
http://microsoft.com/somethingelse/
<Elements ...
2
votes
2answers
211 views
How to use one page layout for few content types
I have elements.xml with module:
<Elements>
<Module Name="IntranetNewsPageLayout" Url="_catalogs/masterpage">
<File Path="IntranetNewsPageLayout\IntranetNewsPageLayout.aspx" ...
0
votes
1answer
136 views
ContentType.FieldLinks.Add() issue with hidden and required
I have a feature that does the following in the feature activation Code :
Creates a new SiteColumn (Type=Text, Hidden=False and Required =True)
Set the french version of the Name (using ...
6
votes
1answer
3k views
Can't hide the title column in a custom content type
I'm building a custom content type. I've set a bunch of site columns I add to the content type. The content type is used in a custom list definition within a ContentTypeRef node.
I'm also willing to ...
2
votes
2answers
272 views
Publish contenttype after activating feature (Office 365)
I've created a Contenttype and some fields in a visual studio project. They are deployed when activating the "Content types"-feature. But here's the problem: I want them to be deployed to the Content ...
16
votes
3answers
915 views
Feature based XML vs. Object Model: Which is better for content type development?
I've been researching a few different ways to create content types and I recently discovered that you can use the Object Model to do this. All of the examples I have found online typically use XML ...
1
vote
1answer
72 views
Aggregate Content Types
What's the best way to support aggregate data structures using content types? For example, if I have an order processing system, then I might have data types like Order and OrderLineItem, where each ...
0
votes
1answer
721 views
Can fieldrefs in content type definitions change the internal name of a site column?
I have a content type that references a built-in site column like this:
<Elements ...>
<ContentType ...>
<FieldRefs>
<!-- a reference to the built-in ...
0
votes
1answer
963 views
How to get folder structure including items from list, without using webservices
I have a list containing folders and items. The folders are a custom content type based on folders, with some extra columns like URL and some Yes/No Checks. One contenttype can contain n items and ...
1
vote
1answer
402 views
How to define a computed column
I'm creating a custom content type in I need two fields Submitter and Date Uploaded which would have the same values are CreatedBy and Created How do I define it? I have the following definition
...
2
votes
2answers
1k views
Programatically add a content type to a document library
I have an event-handler feature that changes the content type of an item when it is added to a document library, however this will only work if the content type is allowed for that document library. ...
2
votes
3answers
253 views
Sharepoint feature still running after being uninstalled, files removed, IIS restarted
I had created a feature that changes the content type of a folder when it is created, which works fine. However, I wanted to make a change to it by adding another folder for it to work in but after ...
4
votes
1answer
2k views
The field with Id [GUID] defined in feature [GUID] was found in the current site collection or in a subsite
I have a farm solution with a single feature that has a bunch of site columns and a content type.
The content type does inherit from Enterprise Wiki Page, but the feature has an activation dependency ...
1
vote
1answer
627 views
How to update choice field options with a feature upgrade?
I created a feature with a field definition with choices. These choices are bound to language dependent resources using the $Resources:file:key system. Resource files are included.
As the feature is ...
3
votes
3answers
1k views
How to efficiently deploy content types to a Content Type Hub
I have set up a Content Type Hub and tested the syndication is working correctly by creating a test content type and watching it be published to the client site.
Then I deployed the content types I ...
2
votes
2answers
364 views
Defining using xml a content type, custom column and list instance in single feature
Is it possible to define a content type, a custom column, a list instance and associate the contenttype to the list using xml, all within the same feature or do they need to be seperated into seperate ...
2
votes
1answer
368 views
Content types and list forms
I've encountered the strangest problem. I've got two features:
ContentTypes: contains a couple of custom fields and a content type (based on plain ol' 0x01) called Withdrawals that uses them. Scoped ...
5
votes
3answers
4k views
Is there a list of Sharepoint 2007 WebParts, Features and ContentTypes that Sharepoint installs with?
Does anyone know where I can find a list of all the WebParts, Features and ContentTypes that are available to a regular Sharepoint installation?
What I need to do is identify any of the above in a ...