Tagged Questions
0
votes
1answer
190 views
Sharepoint how to add field to list where field with such name already exists?
I have sharepoint list 'Events' with field Location.
I am trying to add from web existing field with same internal name from other package.
var fields = contentType.ParentWeb.Fields;
SPField ...
0
votes
1answer
72 views
Rename standard field name in XML
I have a custom content type that inherits from the standard article page CT. In my new content type I would like to use the Contact field that is inherited from the article page but I would like to ...
2
votes
2answers
841 views
Can an event receiver update a list item before the alert email is sent?
I have a requirement to expose a list item's ID value on the "DispForm.aspx" form and all alert emails for a particular list.
SharePoint is very "protective" of its IDs (or counter fields) and it ...