field deployed via a feature
1
vote
3answers
78 views
Move Files from a SharePoint Library into a Folder
I have a problem. I want to move files from a SharePoint library into a folder using PowerShell. To be more specific I need to move all the files in the library for whose a SharePoint field value ...
0
votes
2answers
355 views
Define contenttype with list
I have defined my list definition as following:
<List xmlns:ows="Microsoft SharePoint" Title="Requests List Definition" FolderCreation="FALSE" Direction="$Resources:Direction;" ...
3
votes
1answer
44 views
Changing enterprise keywords column title programatically
I'm trying to rename an enterprise keywords column in a specific list of a subsite. In a Feature Activated event receiver i tried to set the column's display name by setting its title using the ...
2
votes
1answer
483 views
How to create a lookup field that has a list column picker
How would I be able to create a list field in VS that would be a lookup to select columns from any list?
I would preferably like to have something like the PickerTreeView.aspx, but instead of ...
0
votes
1answer
308 views
Error occurred in deployment step 'Activate Features': Invalid field name
SharePoint Error message Error occurred in deployment step 'Activate Features': Invalid field name.{guid}
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 ...
0
votes
1answer
90 views
Help to understand content type
Given the below definition of a content type:
<List xmlns:ows="Microsoft SharePoint" Title="Algorithm Types List Definition" EnableContentTypes="TRUE" FolderCreation="FALSE" ...
1
vote
0answers
194 views
How to restrict a note field to 255 characters (without switching to single line of text)
I made a custom note field named "Content_Feedback" without specifying Allow Unlimited Length in document libraries
<Field
ID="{C9C90E3A-85AB-492E-9E47-C7A520A7DD0D}"
...
0
votes
0answers
23 views
Taxonomy Field provisioned from Feature is not being crawled by Search
I have provisioned my own Taxonomy Field as a Site Column. I have used a feature receiver to bind the correct Term Store / Term Set information and I have created (and bound) the hidden Note Field ...
0
votes
0answers
17 views
Field derived from content type switches to mandatory automatically
We have a content type, "Tasks", that have a number of fields, one of which was mandatory when it was created. We have a list that makes use of this content type, and now we want the field to be ...
0
votes
0answers
35 views
How to set FormBaseType (of SharePoint field) to false programmatically?
What I have?
I have many list definitions deployed on production and they are working fine. In one of the list definitions, by mistake, I have added a field (which is not required) with ...


