0
votes
0answers
28 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 ...
2
votes
1answer
235 views

Custom Field Type error when deploying solution

I'm having problems when deploying a solution that creates several custom columns, for the content types I need to use. As it turned out I needed a couple custom field types for my application. The ...
0
votes
1answer
136 views

SP2007 - How to display textbox field element based on dropdown menu choice on Edit Column page?

I'm creating a custom list field type which is basically a glorified multichoice field, but I want the checkboxes to be grouped by headings that the user can specify. For example: Status1 ...
1
vote
1answer
133 views

Non-global fields for custom content types?

I've been tasked with creating a fairly complex system in sharepoint 2010. Coming from a background of from-scratch .NET applications, I'm used to defining tables with their own "local" columns. My ...
0
votes
3answers
1k views

Custom Sharepoint List (XML Field “TimeOnly”)

Trying to Make a XML field that displays DateTime in "TimeOnly" format but for some reason, I can't work it how to use it, as there isn't no "TimeOnly" property shown in Intellisense when i type the ...
2
votes
3answers
2k views

Page layout not showing Content type fields

I'll try my best to describe this problem as it is quite tedious. We have a sharepoint solution, in where we create Columns that are deployed through a feature. I added my custom columns to a custom ...
2
votes
2answers
228 views

Problem retracting custom fields

I have this project with custom field for a content type. When I deploy the first time after creating the new field everything is fine. Once i retract the solution my field is the only one left on ...
0
votes
0answers
102 views

How update a value of custom field when the list is view or load in sharepoint 2007 services 3.0 [closed]

I have a problem, I use sharepoint 2007 services 3.0 I wanna build a custom field, the value of this field come from a query in external database. then when the list is view i need update the fields ...