The default-value tag has no wiki summary.
1
vote
1answer
16 views
InfoPath setting conditional default value in radio buttons
I have created an infopath form which is connected to SharePoint Library. I would like to set a default value automatically for the radio buttons which are available in that form when one checkbox is ...
1
vote
0answers
62 views
Site template with default column values?
Our users need to be able to create sites that contains several lists with some pre-defined values to ease data entry. Preferrably those values should be hidden managed metadata fields but also other ...
2
votes
1answer
279 views
DataView parameter DefaultValue
Please help, what should I set to defaultvalue in DVWP filter parameter if it should be ISO8601 date format of the actual date?
It only works now if I manually enter current date like
...
1
vote
2answers
99 views
Default Value for tomorrow at specific time
Say I'm currently using a Date/Time field for workflow purposes, the default value being Today+1. That gives the time at 12:00am tomorrow, which is great.
Is there a way to always give the default ...
1
vote
2answers
83 views
How to change the default link in a list item
I have a basic list and would like to customize the default link of the "Title" field. Currently when I click on the "Title" field of a list item it takes me to view that particular item; instead, I ...
0
votes
1answer
220 views
Set defaul value for DVWP parameters programmatically
Good day
I need to set default value for ParameterBinding of DVWP as follows:
<ParameterBinding Name="StartDate" Location="Postback;Connection;" DefaultValue="2012-07-01T00:00:00Z"/>
...
0
votes
0answers
118 views
“Column default value settings” shows different than what it should be
I changed the default values for set of columns using web services. When I go to individual column i see the new default value. However, from "Column default value settings" the default values are ...
0
votes
2answers
710 views
How do I create a new Site Column (then used in a Content Type) with a default value, and apply that default value to all existing list items?
I need to add a new column to an existing Content Type in Sharepoint 2010.
This column requires a default value.
How do I apply the new column to the existing Content Type, and apply the default ...
0
votes
0answers
165 views
How set Default-Values of Choice by the Creation of new Lists via (JavaScript) CSOM
Im trying to create a list by using the JavaScript CSOM, but Im stuck at a certain point.
In this example I use the Template "SP.ListTemplateType.issueTracking" to create and enhance a list,
in this ...
0
votes
0answers
31 views
How to change deafult value for few columns in a document library?
How to change deafult value for few columns in a document library using workflow?
I heard you can call list.asmx webservices and use UpdateList Method.
0
votes
1answer
424 views
Upload document : Default value not applied on choice column if baseFieldControl.ControlMode = SPControlMode.Display
I created a new site column, a choice column with 5 values to pick from in a drop down list :
1,
2,
3,
4 (default value),
5
I then created a document content type using this column. The problem I am ...
0
votes
0answers
239 views
Populating the Document Information Panel with Calculated Default Values
I have created a document library in SharePoint 2010, in which I have created two columns, one for "Month" and another for "Year". I have set these columns up with a calculated default value, so that ...
0
votes
1answer
494 views
Sharepoint 2007 lookup column
I have a site dropdown column using a list as the datasource (lookup). I was looking for a way to have the column be both required and have a default blank value. I read that is is not possible ...
0
votes
3answers
438 views
How can I set a field value in a display form when a list item is first read?
I have a list with multiple columns.
This list may include multiple records. I want the value of a specific field to be changed when a special record is read for the first time.
1
vote
1answer
231 views
programattically adding metadata column with multiple terms to list
I am attempting to add metadata columns to existing lists via a workflow. I can create the actual columns without a problem, and if there is only a single default term there is, again, no problem. ...
0
votes
3answers
85 views
Should I this add metadata to my contenttype? And can I make the information be filled out automagicly?
I'm building a sln for managing projects. A site will be created for each project. Each project has a projectId, and is also related to a CustomerID, and a OrderId. The project site includes a ...
1
vote
2answers
3k views
How do I find/replace text in a default value's calculated field?
I am attempting to set the default value of the Title item in a list so that it is more informative -- I have the Title field "hidden" from the user, but my company's workflow utilizes Title in ...
2
votes
1answer
381 views
Set default date of uploaded files
In SharePoint 2007 whenever I go to initially check in an uploaded file, I have to enter the date.
1) Is there a way that I or the SharePoint admin can make this default to the file date?
2) If not, ...
1
vote
2answers
4k views
Set default value in a document library column via Powershell?
I'm looking for a powershell script that allows me to set the default value for a column in SharePoint.
Thanks