columns (fields) created using out-of-the-box column types
0
votes
1answer
11 views
Securing files in a library by a people column?
SharePoint Online 2013.
Library with a people column added.
For the site owner, they can add files at will, but must select a person for that column for every file.
But for library members, we ...
0
votes
1answer
6 views
Date field validation in SharePoint 2007
I need to limit the Date field in a SharePoint 2007 list so the users can enter date from today and up to year after. How can i do it?
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.
...
1
vote
0answers
39 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 ...
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 ...
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
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
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 ...
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
1answer
53 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 ...
2
votes
1answer
631 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
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
168 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, ...
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 ...
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
192 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
134 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
285 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]
...
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 ...
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 ...
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
0answers
122 views
Custom field type people picker
when I write a mail in this custom field, it should be search in Active Directory and if the user is present, the other fields correlated in the form must be auto filled. It is possible create a ...
0
votes
1answer
83 views
Best way to delete a a sitecollection column
I have a site column that was created some time ago, and that column was added to a content type.
Then many lists were created using that content type.
Later they decided that field should not exist ...
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 ...
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
400 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 ...
3
votes
1answer
93 views
Convert Field To FieldLookup using ClientContext
I need to get a FieldLookup from a list (already queried). First line in the below code errors out "Unable to cast Field to FieldLookup". Yes, the field I am trying to retrieve is a lookup field only. ...
2
votes
2answers
333 views
How to create web-related lookup field to 'pages' list?
I have SharePoint site collection 'http://microsoft.com/' with few child webs ex:
http://microsoft.com/news/
I want to create lookup field to 'Pages' list. On each child web lookup field should ...
2
votes
1answer
83 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 ...
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 ...
0
votes
1answer
808 views
How can I add fields from an InfoPath form to a list? [duplicate]
Possible Duplicate:
Can I display a field from a form in my form library view?
I have a document library that uses an InfoPath form as the standard template. How can I have data from the ...
0
votes
1answer
42 views
Full schema for View
How would I fetch all Fields for specified View via web-service?
P.S. When I call GetView on Views.asmx, only visible Fields appear.
[EDIT]
I fetch schema for my list (with Lists.asmx#GetList), ...
0
votes
0answers
102 views
Field properties ShowInEditForm not saved
I have an listadded eventreceiver with the following code:
public override void ListAdded(SPListEventProperties properties)
{
SPWeb web = properties.Web;
bool safeUpdates = ...
1
vote
0answers
53 views
How to send email to people from choice column with multiple selections
I would like to choice people from choice column with multiple selections and then send email to these people by using workflow SPD.
Can I do it?
I use SharePoint Foundation
Best regards,
Andrzej
0
votes
0answers
61 views
how to add repeating field like repeating rows (record) with Infopath?
i want to add only a repeating field into repeating section.
i have a repeating section that users can add rows easily to it.
but we have to redesign it ...
that users can add field like multiple ...
2
votes
3answers
3k views
Change Title (linked to item with edit menu) to different column
How can I change the column in a SharePoint list that has the link to the item and the link to the item with edit menu eg:
Title (linked to item)
Title (linked to item with edit menu)
I want to have ...
0
votes
5answers
93 views
Start ID Column from Specific Number
Is there anyway to start the default ID column from specific number? For example start from 2151 instead of 1?
Or is there any way to fill the items with values in order to reach 2151 in ID field and ...
1
vote
3answers
410 views
How to set columns visible only in Display Form on a Column used by a Content Type
I have a column that we will call C. This Column is associated to a Content Type (CT).
If I go to the properties of the CT -> Column C I can set the column to be Facoltative or Hidden:
If I put it ...
0
votes
2answers
417 views
How to change the (no title) text in a list
Does anyone have an easy way to change the text that appears in a list when the Title field is left blank?
At the moment it is the ootb (no title) and is linked to the item information, but I would ...
1
vote
1answer
159 views
Adding a content type to a list gives me a duplicate field error
I have the following code:
list.ContentTypes.Add(contentType);
It works on my dev environment, but on test fails with the following error:
A duplicate field name "[GUID]" was found.
I've had ...
0
votes
0answers
119 views
Utilizing published InfoPath “Merge” fields (semi-colon delimited)
I have a "project" InfoPath form that uses a Person/Group picker. I would like to be able to relate the people chosen in that form back to the project that they were chosen in. The primary problem is ...
1
vote
1answer
45 views
My list displays two columns of the same workflow
One of the oddest things I've seen on SharePoint to date...
I have a list which was created from a template with a few workflows already attached to it. After I created the list, I deleted all of the ...
