Tagged Questions
0
votes
0answers
28 views
Student Class Certificate Management [closed]
I have a requirement to build out a site that allowed for the following features:
A group of instructors can create class entries.
The enterprise have the ability to see upcoming classes up to 3 ...
1
vote
0answers
28 views
Add a field to all the contenttypes of the current list
I have two content types that I want to use to more than one list.
I want to add a Field to ONLY one of those lists, but I want to add the field to both the content types of the list, without ...
0
votes
1answer
25 views
List Content Type broken from the site content type
How can I re-establish a broken link between a list content type and a Site content type, considering the fact that most of the existing documents are already using the broken list content type?
2
votes
0answers
39 views
Why the Required property of field is changing to false?
I created site column with Required="true". Then I created site content type and added my column to it . Then I created list, selected "Allow management of content types?" to "Yes" and added my ...
1
vote
2answers
227 views
Custom list definition using OOB Site column causing problem
I have a custom list definition where i want to use the OOB URL site column plus a site column that i created in another list definition. When i do it and try to display the All Items view it says it ...
1
vote
1answer
68 views
Ghost Column in Sharepoint by FieldRef deletion
Let me explain my situation. I have some Document Libaries that derives from some content type some columns.
In some of these columns I have (by mistake) add two times the same columns with different ...
1
vote
1answer
91 views
rootFolder.ContentTypeOrder throws unexpected error for sandbox solution
I'm trying to add content types into a library list, in order to make "Visible on New" option ticked.
Firstly I enabled contenttypes in the library, then I want to do this:
SPFolder rootFolder = ...
2
votes
1answer
587 views
How to associate a list workflow to list-specific (not site) content type
I am trying to make a workflow for a specific list content type. Unfortunately, there seems to be no option to do so. I can create a list workflow in SP Designer but can't find an option to associate ...
2
votes
1answer
117 views
How to rename a Content Type associated to a List
I'm tring to change the content type name of a specified List.
I have a Content Type called (for example) ExampleCT that I change from Site Settings in "Example CT" pushing down changes to childer.
...
0
votes
0answers
36 views
Content Type change won't save
I have a list with 2 list content types. When the content type is changed and then saved the old file retains the old content type. We are on SharePoint 2007
Our process is the users upload a file as ...
2
votes
1answer
96 views
Programatically update field/column name in a list on all sub sites [Powershell]
What I want to do is with a Powershell script programatically go through all subsites in a site collection and change a column name in a list from "Web" to "Site".
So in easier words:
Go through ...
0
votes
1answer
297 views
External content type from SQL stored procedure with EXEC
I'm trying to create an external content type from a stored procedure. I'm hitting one problem, when creating a Read List Operation, though:
The wizard is not able to find any return parameters (see ...
0
votes
1answer
252 views
List of Sub Sites and Workspaces
I would like to create a list of Project Sites and links to pages, on the Projects site. To contents of Sites and Workspaces.
This process should be automatic when you establish a new project site, ...
1
vote
1answer
372 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
518 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 ...
2
votes
2answers
283 views
Can I create a template from a list?
Can I generate a word template, containing information from a list?
Suppose I have a list containing "department addresses", and I want to generate letter heads for each department automatically, ...
0
votes
0answers
124 views
Metadata Navigation in Calendar View — SP 2010
I am attempting to use content types to create a 'master calendar' of sorts. I am using a workflow to then push the calendar to various client-facing site collections based on content type. All of ...
0
votes
1answer
170 views
Change form based on content type
I have a list which have several content types attached to it. When you click on new item I want a dropdown box to appear where you can change the content type and it then changes the fields that can ...
0
votes
1answer
625 views
An item with the same key has already been added when trying to recover my list using Linq (SPMetal)
I have a problem with my application SharePoint. The problem is that I added a List in my SharePoint site (directly in SharePoint), then I used SPMetal LINQ to generate a File in which I can recover ...
0
votes
3answers
479 views
Content type reference
I implemented content type for workflow tasks.
<ContentType
ID="0x010801004D0E4ACA1A34472887F7CCD678E5F48C"
Name="$Resources:file,name;"
Group="Custom Content Types"
...
0
votes
1answer
321 views
SPMetal, lookups without EntityRef
I defined site definition with two content types and two list definitions.
I have lookup site column
<Field ID="{4318c52f-11c6-129a-b832-5ab22450b17c}"
Type="Lookup"
...
0
votes
1answer
151 views
Multiple ListItem Owner
I need to create a List that contains multiple listitems. Each listitem should have 2 autors, or 2 persons wich have permissions to change the item. The users who are allowed to change the items are ...
2
votes
2answers
217 views
Get ContentTypeOrder of a specific folder using CAML and/or SharePoint web services
I am trying to get the ContentTypeOrder of a specific folder using SharePoint web services and caml queries. I am using the GetListItems() method of the Lists.asmx web service. The resulting xml ...
2
votes
1answer
227 views
How to remove/hide the title field from a list
I am creating custom list and do not want to use the title.
I know I can rename, but I do not want to do that.
Some weeks ago I did do this (but have forgotten!!). I went to advanced settings, ...
0
votes
0answers
107 views
Adding custom folder content type by default
I have list with 2 content types: first CT - inherited from folder, second one - from item. If I add new item using ribbon, as expected opens form for my folder CT. But if I press link Add New Item - ...
0
votes
1answer
99 views
Aggregating lists based on content type
We've got some lists that we plan to aggregate using a content query web part (CQWP) later, using a custom content type. The content type will be used on numerous sites within a site collection, but ...
0
votes
1answer
957 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 ...
3
votes
1answer
2k views
Choice field changed - How to propagate the change down to all lists that used it?
I have a feature (Web scoped) with a content type which contains a field (Type="Choice").
Values were A, B and C.
I've created a list based on this content type and added some elements in it.
I ...
0
votes
1answer
217 views
Custom List Definitions - Remove the standard create item menu option
I'm creating a custom list definition in SharePoint 2010 by following this article.
It works well but I need to remove the default create list item option and only keep that for Bug Item.
How can ...
0
votes
1answer
109 views
Find out feature version for list's content type
I have a feature which contains a custom content type. I've created a list based on this content type then proceeded into changing the feature version and performing an upgrade.
I have ...
2
votes
1answer
231 views
Will lists inherit the edit form from it's Custom Content Type?
I have created a custom content type and I would like to have all lists that use that content type use it's edit/new forms. Below is the XML i have in my Elements.xml file:
<?xml version="1.0" ...
2
votes
2answers
701 views
One list, multiple content types: wrong New Item forms
I have set up a list with two content types. When I click the New Item button, a dropdown is displayed which contains the two content types. So far so good. However, the forms behind those buttons are ...
1
vote
1answer
788 views
Updating a content type via feature receiver at the list definition level
Problem is I am trying to update a content type (created within a list definition, going into a new list instance) and it is not liking the ID I pass in code. I tried passing JUST the child ID, ...
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 ...
0
votes
1answer
24 views
Will data be affected on dropping features
If I drop\delete features like SiteColumn, ContentType or ListDefinition which may be referred by sites to hold data. In such cases, will the data also get deleted?
1
vote
2answers
1k views
Sharepoint List - Multiple Content Types - No Default Type?
I have a Sharepoint Calendar List that has multiple content types. When I click the "Add Item" link on the calendar, I am prompted to add information for the default content type. However, I want to ...
0
votes
1answer
425 views
Re-order Content Types for a List in code
Has anyone been able to re-order content types for a list in code?
If I'm given a specific content type, I want to make it the default in a list, by re-ordering the SPList.ContentTypes collection and ...
0
votes
1answer
101 views
Customize Content Types In a List
I'm working on a SharePoint List that employs multiple Content Types. I would like to add a jQuery floating-draggable DIV containing information specific for each Content Type. I have successfully ...
5
votes
3answers
196 views
Equivalent of a database table in SharePoint?
I'm making a Publishing site, and part of this site will display information about company products. We have a number of products, and each one should have its own description page. The description ...
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
367 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 ...
6
votes
2answers
2k views
Renaming Title Column in SharePoint List Definition
I am defining a custom list content type for SharePoint (using VSeWSS 1.3 and schema.xml).
I want to change the display name of the default title field ('Title') to 'Serial Number':
<Fields>
...