set of columns and behaviour applied to lists

learn more… | top users | synonyms (1)

1
vote
2answers
72 views

A change to the 'required' value of a site column not reflected in content type

As title suggests, I had a site column defined in the xml of a content type. The site column was required. I have just changed the definition of this field (it is not defined anywhere else in the ...
1
vote
1answer
264 views

Set Enforce Unique Values for Title Field in Custom List Definition

I have custom content type, custom list definition from this content type, and list instance in my visual studio project. I could not set Enforce Unique Values for Title Field. How can i achieve this. ...
1
vote
0answers
71 views

SP2010: Value of the 'Title' field is not stored when saving from pagelayout

I've created a pagelayout associated with a specific content type that contains the standard Title field. In my aspx file, I have an EditModePanel with attribute PageDisplayMode set to Edit, and ...
1
vote
0answers
238 views

Modify “Edit this Task” Outlook button for SharePoint 2010 workflow task custom content type

I have created a custom content type based off of workflow task content type by following along with this article http://fmuntean.wordpress.com/2009/11/27/infopath-task-forms-made-easy-part-2/ ...
1
vote
1answer
213 views

how to add a BISM content type

I'm using Microsoft SharePoint Server 2010. I want to create a BI Semantic Model Connection file but no BISM content type exists. According to these technet instructions ...
1
vote
0answers
56 views

Why isn't my content type drop-down selection available on my custom list form?

Please forgive my SharePoint ignorance. I needed to make a field read-only on the edit form which required me to use a custom list form. Now another roadblock...the content type selector is gone. Is ...
1
vote
0answers
377 views

Missing my custom content type in UI List instance

In visual studio I defined some content types. In addition I added each content type to a list definition and created a list instance from each list definition. When I install my solution in ...
1
vote
0answers
38 views

Listdefinitions use Listname as Contenttype

I have a Sharepoint 2010 Foundation, VS2010 and i use the Sharepointfactory(spsf.codeplex.com), if this is important. My typical approach are: I create first some fields, then i use these in a ...
1
vote
1answer
470 views

How to use Infopath to Create a Custom Content Type for a List?

Salvete! I want to use InfoPath to create a Content Type for a List. I know how to create a site-content type using infopath, but that generates an form that you have to save in a library. I want ...
1
vote
1answer
500 views

Content Type's custom template loading from wrong place

My first question on stack exchange, and I'm very new to SharePoint, so please be gentle! (But please do let me know if I've not provided enough detail for you to be able to help me). I would like my ...
1
vote
1answer
234 views

Issue with Content Organizer Rule for Document Sets in SharePoint 2010

I have created a new custom content type for document sets in SharePoint 2010. This content type is published via a Content Syndication Hub. I have also created a Record Centre site on the same web ...
1
vote
0answers
163 views

My List Content Type is no being found by SPMetal

I am trying to use Linq to Sharepoint for some custom reports but I am running into an issue trying to setup SPMetal. I generated the class but for one of my lists "ListA" only ID and Title fields ...
1
vote
2answers
298 views

Add field to content type in specific position

THe code below is working perfect, however I need the new field to be in the 5th position, and not at the end in the forms. Any idea how? private void UpdateDossierContentType(SPWeb parentWeb) ...
1
vote
0answers
262 views

Adding/removing items to/from a DropDownChoiceField

I can't seem to manipulate the items displayed in a DropDownChoiceField I have that's tied to a field on the custom content type with big, really frustrating problems. This field is only visible in ...
1
vote
1answer
370 views

How bind a custom ContentType with activity CreateTaskWithContentType ?

When I create a task with activity "CreateTaskWithContentType", I can't bind a custom ContentType with the list "Tasks". For the moment I try to bind my CT with the correct path in properties ...
1
vote
1answer
516 views

Hide content type on “Add new item” ribbon button in folder

I have a problem which concerns hiding content types in the "Add new item"-Ribbon-Button. In Visual Studio, I defined 2 custom content types (derived from the default folder content type) and a ...
1
vote
0answers
420 views

Add files to document library based on content types

Okay, I am using following powershell script to add files to document library. Initially, the library only had built in content type "Documents". But now its another content type "Link to a Document". ...
1
vote
1answer
89 views

Description of site content types ignored?

I created site content type element and write some text into Description attribute. I deploy it (as farm solution). When I look at this content type in Site Content types section, I found that ...
1
vote
0answers
128 views

applying a managed meta-data column to a content type vs adding it to a view

Hello this is my first question on here so please be gentle. i have just provisioned a new document content type called GCDocument (whose parent is document) along with some new fields, such as a ...
1
vote
0answers
159 views

Assigning Icons to Content types

I'm new to sharepoint and really hoping someone can help. Right now I have added a couple of content types that inherit from "folder" and some other from "item" (and each other, but they're not the ...
1
vote
0answers
47 views

Removing System Content Types

I have deployed a Content Type Hub which has my organization's "Primitive" Content Types. These types are obviously inherited from the System Content Types (Document, Item, Announcement, etc..). Now, ...
1
vote
1answer
217 views

Crawled Property with accountname of “Person or Group” Site Column in SharePoint 2010

I created a custom content type that includes a custom site column "Owner" of type "Person or Group". Now i need the accountname/login name (for exc. domain\usera) as a crawled property to include it ...
1
vote
0answers
181 views

How to update content type document template from templates list?

I have a single list at SharePoint root that contains document templates for content types (C scenario). This works and the template is being associated to child content types in lists. Now i added ...
1
vote
2answers
315 views

Issue with External Data Columns on Document Libraries with Content Types

I have site content type called ContractBase that has a bunch of fields that are used in contracts. I created some other site content types (ContractType1 and ContractType2) that inherit from ...
1
vote
0answers
229 views

Content Types not visible under New Button

I have a Sandboxed Custom Action for SharePoint Designer that can add Content Types to Document Libraries. The problem is that it does not automatically add it under the "New Document". It's not ...
1
vote
1answer
51 views

Store Custom Data with Content Types Content Types

I have done a Custom DocID provider and I want to be able to specify a different format for the DocID for each Content Type. I have managed to add a custom action (using 30+ SharePoint Custom Actions ...
1
vote
0answers
88 views

Manage content and structure copy page is not setting same content type on target page list item

In SharePoint you have the ability to copy pages from one list to another. I have a page in list 1 which is set to use the Page content type. When I copy this same page to list 2 (same web) it copies ...
1
vote
1answer
304 views

How to create link to create a custom content type in Site Actions menu?

I am new in SP2010 and I want to ask if anyone knows how to do the following. I have made some new custom content types based in the Article page (Publishing page) and assigned new layouts to them. Is ...
1
vote
1answer
427 views

Using tokens in custom list forms

I am deploying a list using Visual Studio 2010 that is based on a content type I created. The list also uses custom new/edit/display forms whcih I created using SharePoint Designer. I achieve this all ...
1
vote
0answers
158 views

My custom form isn't saving lookup fields

I have a list with two content types. I've created two custom forms for creating new items (because one field I don't want until the 'edit' form). One works great. The other one doesn't. What's ...
1
vote
1answer
204 views

Inserting Modified field into Word documents

I am trying to insert the Modified metadata field into the Word documents using Quick parts but I can't see the field in field lists. How can I add this field to any Word document by using content ...
1
vote
1answer
285 views

How can I filter SPHierarchyDataSourceControl Datasource by Content Type [duplicate]

I am trying to display only Document Libraries using SPTreeView control. I am providing SPHierarchyDataSourceControl with ShowDocLibChildrent = true as a datasource to spTreeView control. But this ...
1
vote
0answers
114 views

Document library - problem with document link

I'm trying to create a database of files, which will mostly contain *.zip packages with SCORM. This packages will be stored in remote location and I'd like to provide only links for them. SharePoints ...
1
vote
2answers
581 views

Get all items from custom content type in Fast Search

I want to get all items of a custom content type while using fast search. I want to use keyword search but i also could use fql. Can somebody show me how to do this in code? I'm getting restults for ...
1
vote
0answers
26 views

Changing Data Types

I want to change the data type on a field from text to multiline, Before I do, I want to know what to expect as in errors, or problems this may cause with the data already stored in that list? Please ...
1
vote
1answer
990 views

How do I set document metadata after upload via web services?

I am reading through this post Upload a file to SharePoint through the built-in web services where upload is done in WSS. I am using SP 2010. Is there a piece of code already posted here that will add ...
1
vote
2answers
2k views

SP 2010, Is it possible to set permissions at Content Type Level

Say I have a document Library "TravelRequests" and five different content types associated with library. Is there a way to apply permission for a given content type "ManagerCT"? When managers are ...
1
vote
1answer
59 views

SharePoint 2007 - library with list items

For an application that I'm working on, we have two separate content types - one based on Item and one based on Document. I'd like to create a container that houses both of these content types. I ...
1
vote
0answers
207 views

Where do added listitems inherit the “ProgId” property?

/// <summary> /// An item was added. /// </summary> public override void ItemAdded(SPItemEventProperties properties) { base.ItemAdded(properties); ...
1
vote
0answers
801 views

SharePoint List with multiple content types and the datasheet view

According to this thread. SharePoint 2010 does not "support" using the datasheet view with multiple content types configured anymore. But maybe somebody knows a workaround for my problem: I have a ...
1
vote
1answer
172 views

After upgrade from 2007 to 2010 - Field Duplicate when trying to add feature

I upgraded a sharepoint from 2007 to 2010 with attaching the content database. After that i developed a new solution with the same content type i used in 2007. Adding the solution works fine but ...
1
vote
0answers
191 views

Migrating a site from one SC to another - ContentType problems [closed]

Recently I took over a sharepoint 2010 consolidation project from another developer. The goal was to combine 6+ standalone Site Collection + Site stacks into one Site Collection. Apparantly 5 of the ...
1
vote
0answers
151 views

Document Sets & Content Types

Our users generally work offline - hence we want an ability in Document Set whereby Documents can be uploaded in a Document Set The Uploader is asked - Which Document Set should be used to uploaded ...
1
vote
0answers
827 views

Overriding FormUrls and alternative form?

In a content type, I override the forms of the CT : <XmlDocuments> <XmlDocument NamespaceURI="http://schemas.microsoft.com/sharepoint/v3/contenttype/forms/url"> <FormUrls ...
1
vote
1answer
218 views

limit visual studio workflow to base content type “document”

i want to limit my sharepoint 2010 workflow, which i developed in visual studio 2010, to the base content type "Document". Is there a way to accomplish that? i searched the sdk but have not found ...
1
vote
0answers
362 views

Folder Content type gets lost when using a list template

I created a new folder content type that has several columns of data and then created some folders in a list using the content type. I then created a list template and included content. When I created ...
1
vote
1answer
180 views

Contentype.Update(true, true) and ui validation

When using the sharepoint api to add field links to a content type, with code similar to the following: AddFieldLink(siteField, contentype); contentype.Update(true, true); I have specified ...
0
votes
4answers
714 views

Can't deploy custom content type

I have an content type in my feature, and sudenly when I tried to debug my feature, i got the following error: Error occurred in deployment step 'Activate Features': The content type with Id ...
0
votes
3answers
3k views

How do I programatically change the content type of an existing file?

Is there some way to change the content type of a file using PowerShell? Ideally I'd like to write a function that one would point at a specific document library and it would pull down an array of ...
0
votes
2answers
618 views

Web part and content type

I'm using SharePoint 2007, custom list. I have created 2 content type on that list. on the home page I create 2 web part. I want that each content type appear in one web part. is it possible?

1 5 6 7 8 9 12