0
votes
0answers
115 views

Define the scope of managed metadata column based on audience

OK, here is the deal: I created one content type. This content type contains one column, Column A. The type of the column is managed metadata. Since the content type is located in the Content Type ...
2
votes
2answers
739 views

List View Filtering on Managed Metadata Fields issue

I’ve got some issue where I think I need your help Our client asked for change in list view filtering to not show all terms from taxonomy in managed metadata, but only these from documents in ...
2
votes
3answers
553 views

What is the best way to provision Content Types and managed metadata columns in SharePoint 2010

What is the best way of provisioning ContentTypes, Columns and Metadata columns in SharePoint. Keeping in mind that we have two approaches of 1) SP object Model and CAML (declarative way). Which ...
2
votes
1answer
177 views

SharePoint Framework for Programmatically creating Fields, ContentTypes etc

I am looking for a SharePoint Framework/API which can be used to programmatically create Artifacts like Fields, Lists, ContentTypes etc using SP 2010 Object Model. The objectives are: Provide ...
1
vote
1answer
195 views

Adding a field of type metadata with powershell

I'm trying to add a column of type Metadata. I've first exported the SchemaXml of an existing column on which i'm working. After that I added the column with method AddAsSchemaXml. The field is ...
0
votes
1answer
38 views

Deciding Column Type before creating.

Does it make sense to create a Managed Metadata column if it will always contain same information? "Year" and "PublisherName" for a given document library will always be the same. Please suggest.
0
votes
1answer
1k views

Update column in document library

I am using this to upload documents to sharepoint library. Is it possible to update managed metadata type columns after adding files to document library. if yes, how. I am using SP 2010 and ...
2
votes
1answer
544 views

Managed Metadata field full path

I've added a custom Managed Metadata field in my custom contenttype but need to show the full path. Anyone knows how to do this? (if possible with xml, else with c#) XML so far: <Field ...
2
votes
2answers
616 views

Is there a way to see GUID for a metadata column in a list without using a SharePoint Designer?

Is there a way to see GUID for a metadata column in a list without using a SharePoint Designer? I could have used SharePoint Designer but I can't because the customer has turned it off for some ...
0
votes
1answer
185 views

Cannot Set Default Term Value on Column

I have a Meta Term Column in a Document Library that want to default to a value in my Meta Term Store. However, the SharePoint UI does not ever enable the "Save" button when for my selected tag. Why ...
4
votes
4answers
2k views

How to assign metadata to a Site Collection

In SharePoint 2010 we want to create several different Information Architecture views of our Site Collections. One idea is to use Term Store from the Managed Metadata Service as a way of creating an ...