Tagged Questions
0
votes
1answer
428 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
1answer
496 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
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 ...