2
votes
4answers
425 views

Use custom columns with Content Query Web Part

I'm trying to use custom metadata columns with the Content Query Web Part. I finally figured out that I apparently needed to export the .webpart xml file, edit it and then import it as a new web part. ...
1
vote
1answer
310 views

Search on Enterprise keywords or Managed metadata

I'm new to Sharepoint online (Office 365 really), and I'm trying to figure out how to search on Enterprise keywords, on the one hand, and Managed metadata, on the other. I know I can use a syntax in ...
1
vote
0answers
78 views

Why do I keep losing Managed Metadata Service connection on Office 365?

I have recently signed up for Office 365, and I want to use managed metadata and use them with key filters. But when I have set it up and added a term list, and then try to use it, the connection is ...
0
votes
1answer
247 views

Term Store Management availability in Site Collection Site Settings in SharePoint 2010 Online?

In normal SharePoint 2010 Server, I see it fine, but can't get to it from a site collection on SharePoint 2010 Online. Is this even an option with the online version?
9
votes
1answer
629 views

Sharepoint Online (365) Programmatically working with Managed Metadata

So, you want to migrate some documents that have managed metadata columns from another source into SharePoint Online. Microsoft.SharePoint.Taxonomy is blocked. Microsoft.SharePoint.Client.Taxonomy ...
2
votes
1answer
342 views

Managed metadata vs lookup for column

I have a property content type. I'm wanting to add a property code column which will look up the codes from somewhere else on a SharePoint Online site, where it can easily be managed by end users. I ...
9
votes
2answers
3k views

How do I connect with SharePoint Online Web Services in order to access list and taxonomy data?

I am using the SharePoint SOAP web services to try collecting list and taxonomy data from a site on SharePoint Online. The following code works nicely when connected to a standalone SharePoint farm. ...
1
vote
4answers
2k views

How to activate TaxonomyFieldAdded feature in Sharepoint Online

I might have stumbled over a huge "gotcha" in SharePoint Online. Currently on the E3 plan. I have created a site collection from the "Blank Site" template (not wanting a cluttered workspace), and ...