0
votes
1answer
258 views

Creating Site column with a custom SPFieldType

i have this solution deployed on my sharepoint. http://ilovesharepoint.codeplex.com/releases/view/44989 And i created a Site column of type Lookup with picker that is from the above solution. ...
1
vote
2answers
190 views

SharePoint OOTB List and Lookup field problem

I am working in a project with SharePoint Server 2010. I have the hole project inside a Visual Studio solution (site columns, content types, lists, workflows...) Everything were working well until I ...
1
vote
1answer
269 views

Custom Field does not save

I've created a list 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 the field is empty. ...
0
votes
2answers
242 views

Filling a list instance's MultiUser Field

i created a UserMulti field inside my list's instance. Heres how i declared it. <Row> <Field Name ="Title">List1</Field> <Field Name ="aatMessage">Message place ...
1
vote
2answers
256 views

Create security field

How can I implement security field for SharePoint list? For example, the list should have field that contains salary. This field should be displayed for the Managers, but should not be displayed ...