2
votes
1answer
202 views

SharePoint Custom Field - is it possible to handle item deletion event?

I'm expanding SPFieldText and BaseFieldControl to create a custom field. The field saves some data externally (for example, on a database or on another list) Within the control I'm able to handle Edit ...
1
vote
1answer
431 views

Custom Field does not save

I've created a list (sharepoint 2010) that contains a cumstom field. The custom field inherits from SPFieldUser. After I created a new ListItem (webfrontend) and have a look on the elements details ...
1
vote
1answer
315 views

problem breaking up one SharePoint project into pieces

I'm trying to break my sharepoint project into a few smaller projects. I could easily move utility files in different project. However i encountered a problem when i moved custom-fields. If i move ...
1
vote
1answer
266 views

Sharepoint Custom Field Render Pattern: Render to multiple fields

Initial Question Can I render the data from one field into multiple columns? Background I have created a custom field that contains a drop down list and two text boxes. The idea is that users can ...
1
vote
0answers
141 views

Changing Sharepoint render controls to use custom edit screen instead of Sharepoints edit scream- Custom Lookup Field

How do you navigate to a different page when a user clicks an editable lookup field of a particulat list item in standard view instead of going to DispForm.aspx? The problem: We have a main web in ...
1
vote
2answers
2k views

Programatically updating SharePoint custom field type column value [closed]

I have created a custom field type (say 'Sample') in SharePoint which is based on 'multiline text' field type. Now I have created a new column(say 'test') of type 'Sample' in a list. I created some ...
0
votes
2answers
2k views

Sharepoint custom fields xslt and custom properties

I have a Sharepoint custom field with a custom string property. It works perfectly, i can set the property by my custom custom control and the value is stored. I want to to customize the field ...
0
votes
0answers
472 views

SharePoint CAML query - query custom field using freetext predicate

I have a SharePoint document library with a custom column added. InternalName is "my_x0020_new_x0020_column", Title is "my new column yes here it is". Type is text. How can I query this specific ...
0
votes
0answers
296 views

From SharePoint 2007 to 2010 User Controls

I'm trying to migrate a SP 2007 Project to a SP 2010 project. The project is the following : http://cl.codeplex.com/ I succeed in creating the new custom type. I can choose it when i try to create a ...
0
votes
1answer
1k views

Customize form in InfoPath 2010 with Custom fields into SharePoint 2010 List

In my SharePoint List I have a custom field which is a filtered lookup. The thing is that I would like to customize my form in InfoPath 2010 for that list, but I can't because I've got a custom field ...
0
votes
1answer
1k views

Custom FieldRenderingControl Sharepoint 2010

I have created a custom field in and empty sharepoint project and I have overridden the FieldRenderingControl so I can create my own table layout when the item in the list is displayed. The problem I ...
0
votes
1answer
201 views

Sharepoint Extenal List and Custom Field Types

I have an odd issue. I have client that wants a sharepoint list what is populated from a WCFService. That part is working quite well. I have a bdcmodel that is mapping the WCF data and I can create ...
0
votes
1answer
175 views

RenderPattern headache with WSS 3.0 Document Library

I'm trying to define the DisplayPattern of a custom field to do as follow. It's a simple text field used in document libraries, but i want the text entered to be displayed as a link to the document in ...