0
votes
0answers
12 views

SharePoint 2010 - Bulk Upload List Data that contains Managed Metadata (Terms)

I have a list that contains a few columns of type Managed Metadata and want to upload a bunch of data (records) to the list. I understand that you can't do this within the Datasheet View of the list ...
0
votes
2answers
44 views

Create SPList Metadata

I want to give a SPLists a Expiry Date so they are later deleted through a timerjob. The value is set by the user when they create a list through my functioning visual webpart. Is it possible to give ...
0
votes
0answers
60 views

Metadata values missing in list view [SP 2010]

We have a list with 2 managed metadata columns (term set). But the values of the columns aren't displayed in the list. They're empty, but it is possible to filter on values.And if you edit items from ...
0
votes
0answers
124 views

Metadata Navigation in Calendar View — SP 2010

I am attempting to use content types to create a 'master calendar' of sorts. I am using a workflow to then push the calendar to various client-facing site collections based on content type. All of ...
1
vote
2answers
3k views

UpdateListItems in a library with client object model

I’m trying to update some metadata with web services. I read following msdn article UpdateListItems and wrote a small test program, but sadly something went wrong. I get the error message, that the ...