Tagged Questions
1
vote
2answers
191 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
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 ...
1
vote
1answer
272 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.
...
1
vote
1answer
160 views
How do I set the property for a custom field type that I am using in my custom list definition?
I have a list definition that will have a title, description, and a few picture fields. Each entry in the list will represent a project. I do not like to use the SharePoint hyperlink/picture field ...
1
vote
1answer
127 views
Custom field type - how inherit attributes from base field type
I need to create custom field type which must inherit ATTRIBUTES from inherited field type (e.g. Note).
I know how to add custom attribute on my custom type (using fldtypes...xml, custom ascx,...) ...
3
votes
3answers
233 views
Possible to have an administration page for a custom type?
I've created a custom type and I would like to have a custom administration sight where a few global settings can be defined. I've done a bit of looking around but haven't found anything that shows ...