1
vote
1answer
420 views

Render Pattern in list view for “custom field types” sharepoint 2010

I have developed a custom field type which will show the link to the "workflow history list" in the list (It's a column in the list). It works fine in sharepoint 2007 site. when i migrate the code to ...
0
votes
0answers
122 views

Custom Field List View — How to look up values from other lists?

I have a custom list (List ONE) with fields: A, B, C A is simply a single row of text. B is a lookup field to another list (List TWO). C is a a custom field I've written. How can I have the list ...
0
votes
1answer
714 views

Custom Field XSL — Name vs FieldType

I've created a custom field according to the following walkthrough: http://msdn.microsoft.com/en-us/library/ff606773.aspx My field XML is as follows: <FieldType> <Field ...
2
votes
3answers
373 views

Can I use a custom field type icon instead of value?

I'm creating a new custom field type to go with my custom document library. What I want to do is to have the column display a small icon upon meeting a certain condition, for example if the element ...
2
votes
1answer
240 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 ...
1
vote
2answers
1k views

Sharepoint 2010 custom fields xml <PropertySchema>

lately I have been trying to develop a custom field (cascading dropdown) for sharepoint 2010. I am using the sample from codeplex. the problem is that the sample is for sharepoint 2007 and uses the ...