columns (fields) created using out-of-the-box column types
0
votes
1answer
17 views
List view on subsites with filtered choice field
I have a site with a list of projects. I then have multiple subsites which represents all the companies.
I need to have a page on each subsite that contains the projects list with a specific view.
...
0
votes
1answer
475 views
Remove Select column in xslt web part
My apologies if I miss some of the terminology.
I have an xslt web part that I want to connect to another list. When I connect it to another list I get the select column that I don't want to see. ...
0
votes
1answer
322 views
Auto-Set a Sharepoint list field upon submittal of a form
I created an Infopath form and would like to have a particular field to be set to some default value every time this form is submitted (the field is not shown on the form, user should not have to ...
1
vote
4answers
1k views
Image column on document library
I have a requirement to add a thumbnail image column into an existing document library on my SharePoint 2010 site.
Thumbnail images for each document are uploaded to the images document library. ...
4
votes
2answers
602 views
Add custom field to blog post.aspx page (SP 2010)
I have changed the default look of the post.aspx and default.aspx page for the OOB SharePoint Blog 2010 by using custom XSL file based on the OOB one only changed the option to show custom logo in the ...
1
vote
0answers
36 views
Sharepoint Designer Set Task Field drop-down is showing empty
Using SPD 2010 I created an Approval process. I have added few custom field to my task list and now under "Before Task is assigned", the action "Set Task field" is not showing anything on the ...
2
votes
2answers
745 views
List View Filtering on Managed Metadata Fields issue
I’ve got some issue where I think I need your help
Our client asked for change in list view filtering to not show all terms from taxonomy in managed metadata, but only these from documents in ...
1
vote
1answer
20 views
Setting a maximum on a number column based on a column from the same list
I have a list with 3 columns. Title, amount and progress.
Amount and progress are both number types. Is it possible for the progress column's maximum value to be the value of the amount column of ...
2
votes
2answers
1k views
Sharepoint External Data field with multiple values
I need to create a list column which contains external data (from BDC). The field has to contain multiple values. But I haven't found a way how to make a external-data-field take multiple values.
...
0
votes
1answer
397 views
Ordering Stacked Column Chart Series SSRS 2008
I am working with SQL Server Reporting 2008. I have a stacked column chart.There are around 8-10 series stacked on each other. I want my series to come in a defined order from Top to bottom. I have ...
0
votes
3answers
439 views
How to fix width of column in SpGridView?
I have a spgridview with dynamic column.
I want fix width and if the content is a part of it is displayed.
I use this code but don't work for me .
BoundField col = new BoundField();
col.HeaderText ...
2
votes
1answer
2k views
How can I remove Category from the SharePoint 2010 blog posting form?
How can I remove Category from the SharePoint 2010 blog posting form? Apparently Category is a protected field cause I can't delete it, which I don't want to anyway. I just don't want Category to be ...
3
votes
3answers
2k views
Update read-only field (“completed”) in listitem programmatically
I want programmatically update (change) a read-only field (the "Completed" column) of a listitem in a survey, but on everthing I do, I get the message that it's not possible to update a ready only ...
2
votes
3answers
9k views
Can I create some sort of Attachment column in a list?
User needs a list to track issues. They also want to be able to attach a document to this issue. If this attachment was mandatory I would be able to create a document library, but since it is not I ...
2
votes
1answer
622 views
Uploading a file using powershell and updating column values
I am trying to upload a file from a local drive to a sharepoint doc lib, this much I have been able to find, however, I also want to update a column relative to the file, foe example, I have a company ...
0
votes
1answer
77 views
Add a new Field to a SharePoint List with XML
i had create a list programmatically on Feature_activated.
Now i want to add a new Field to my list with an XML File on UpgradeActions from the Feature.
I know the solution for add a Field with C#.
...
0
votes
1answer
448 views
xsltlistview overiding the column headings using Xsl Link
I have a listview webpart that used specific columns.
Changing the names of the columns is not an option.
Our users are insisting that the heading for these columns be updated, so I am thinking of ...
0
votes
1answer
657 views
Why aren't the editing tools available when I am editing a “Multiple lines of text” field allowing rich text?
I have a site column set as "Multiple lines of text" and, under "Specify the type of text to allow:", "Enhanced rich text" is selected. When In the "Edit Properties" dialog, placing my cursor in the ...
0
votes
1answer
12 views
How do I change the width of a list input page?
I have a SharePoint list. When you select "New" to add an item, some of the categories are extremely long (they're actually questions) and cause you to have to scroll from left to right to read the ...
0
votes
1answer
10 views
Column in Calendar says its used by content type, but its not!
I have created a custom content type called Vacation for a calendar list. When I look at the list settings page in the columns section, I find a column called Comments which indicates it is used in ...
0
votes
3answers
712 views
How to use “lookup (information already on this site)” column to use data from another sub-site?
I have data collected in a list in a sub-site. I would like to use to this data in a different sub-site's list.
For example, we have Sales sub-site with "Customer Information" list, inputted when a ...
2
votes
3answers
555 views
What is the best way to provision Content Types and managed metadata columns in SharePoint 2010
What is the best way of provisioning ContentTypes, Columns and Metadata columns in SharePoint. Keeping in mind that we have two approaches of 1) SP object Model and CAML (declarative way).
Which ...
0
votes
0answers
11 views
Why does SharePoint 2010 convert “qty01” to %5Fx0071%5Fty01
I have been using the SharePoint 2010 client object model to create a list in sharepoint. When it gets to adding a field called "qty01" it replaces it with "%5Fx0071%5Fty01". Is qty01 reserved or ...
0
votes
1answer
62 views
Document Library add file with custom column (SharePoint 2010)
I have a document library with a custom column. I want to add a file programatically, as well as a value for the custom column. I am posting the file via an ASP.NET application page. Here is what I ...
0
votes
1answer
41 views
How to create custom site column with type File
Reading MSDN documentation I see that we can define a type File for custom columns. When I define the site column in Elements.xml using element and type file, the column does not get rendered. THe ...
0
votes
0answers
31 views
Generic column comparison between different SharePoint list / Site
I had to check "equality" between two different values stored in generic column in generic lists.
Suppose I have two SharePoint installation and a WebPart. The webpart had to check differences ...
1
vote
2answers
459 views
How to add a browse button to the image column?
I have an image column in a list and I would like to add a browse button in the EditForm.aspx or NewForm.aspx so that user can browse for an image in their local computer. I have set up a picture ...
0
votes
1answer
53 views
Date column value changes because of DST
A list includes a column "Date" of type Date and Time, Date and Time Format is Date Only. An item is saved via web-service and is set to value such as 2013-04-01T00:00:00Z.
When this same item is ...
0
votes
2answers
567 views
Add a new column to all existing views
Is it possible to add a new column to all existing views of a list or I have to do manually for each view?
1
vote
2answers
76 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 ...
0
votes
1answer
52 views
How to update a site column field using workflow variable
First let me say I am new to sharepoint workflows. Having said that, here's my question:
I need to create a workflow that fires when a document is added to [po request] document library. The workflow ...
0
votes
0answers
118 views
Get unique values from a list column to display in the view
Sharepoint 2010 - I have a country lookup column wherein multiple values can be selected and is linked to another column (Region column) linked to another list. As it is the Region duplicates when ...
1
vote
0answers
163 views
Column width in SharePoint
I would like to customize the width ( make them narrow, with 2 lines of headline ) of the columns in my SharePoint library. As far as I searched it can be done in SharePoint Designer with codes. Yet, ...
1
vote
4answers
1k views
How to delete a column in a content type?
How to delete a column in a content type? The columns are not clickable? And content types inheriting from based documents or items ct.
1
vote
1answer
526 views
What happened to multiple lines of text text format and append changes only settings?
I have created a document library. Next, I wanted to add a Multiple lines of text field and have Append changes only option selected. But, to my surprise, once I choose the field type, I was not ...
0
votes
2answers
320 views
How to create with column picture in list Sharepoint Fundation
I'd like to ask you how I can create column with picture in SP list? I imported Excel datasheet with use web part and now I have several hundred line in list and I want to add new column with picture ...
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 ...
0
votes
0answers
34 views
Formula Equation to effect drop down selection
I was curious if an equation like this can be done in SharePoint.
Three Columns
Status
Denied Date
Completed Date
The Status column has three drop down selections: Pending (Default), Denied and ...
3
votes
2answers
40 views
Is it possible to copy the default value setting of a folder and its subfolders to a new folder?
I configured the column default values for one folder and all its subfolder in a Document library. I would like to repeat the same setting for a new folder in the same library. I tried to copy/paste ...
0
votes
1answer
30 views
Remove comma in radio selected numbers
My apologies if this has been asked already but I do not know what to reference. When a column is created and the radio selection Number (1, 1.0, 100) is selected and a work order number, such as ...
0
votes
0answers
8 views
MOSS 2007 getting exception adding a custom field to a view
The following code is throwing an ArgumentException (Value does not fall within expected range):
var formsList = Web.Current.Lists[MemForms_Constants.MementoForm_LIST_NAME];
var ...
0
votes
1answer
186 views
How to change SharePoint List column size and color
Hi i created an out of the box custom list. I was wondering if in the standard view if it is possible to increase the font size and perhaps color of the column headers? Is there an easy way to do ...
2
votes
1answer
51 views
Weird behaviour when renaming “Title” column in german site collection
Today I experienced a some what weird behaviour when renaming the default "Title" column of a custom list. Note that im on a german site collection with english as selected menu language. The ...
0
votes
0answers
15 views
Create custom column in custom view to know the folder source of document
In the custom documents view (document documents approved/rejected) I want to know the source of the document. All the document from the library (root) is listed, but I don't know where the documents ...
0
votes
1answer
131 views
Link list URL fields do not display when using FieldRenderingControl
I'm creating a custom New Form for a Link list. Depending on the view depends which columns are displayed.
for(int i = 0; i < spView.ViewFields.Count; i++)
{
...
0
votes
2answers
279 views
Sharepoint 2007 Powershell: $item.update() gives error that file has been modified
I am trying to programmatically update some metadata for a sharepoint item using powershell. Here is my code:
$web = getWebByURL("http://test-site/spadmin/")
$itm = $web.lists["Documents"].items[0]
...
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 ...
0
votes
2answers
77 views
Adding default “Created” column to content type
I am working with a third-party solution for SharePoint that has some limitations I am trying to work around.
We are using a SharePoint library as a repository for XML objects, and this third-party ...
0
votes
1answer
106 views
Disable/Enable columns based upon content of another column
In a custom list I have 2 columns. Column A is a drop down selection, lets say the selections are True/False for simplicity.
What I want to do is have a second column that is either Enable/Visible ...
2
votes
1answer
82 views
“Assigned To” emails: how to control columns included?
We have an Issue Tracking list in a SharePoint 2007 instance which contains a column "Assigned To". The list has property "Send e-mail when ownership is assigned?" = Yes
We do not use columns ...
