Tagged Questions
2
votes
1answer
45 views
Changing Managed Metadata field
Sorry if my syntax is a bit off here, I'm very new to Sharepoint.
We have a document library in Sharepoint with a Managed Metadata column for the department (we have a list of departments in the Term ...
1
vote
1answer
40 views
Document Library View filter on term
Say I have a view that has a column based on metadata from my termset. I want to create a view that contains all the items that are tagged in one parent term and its child terms. For example:
A view ...
0
votes
1answer
890 views
Unable to update taxonomy field in ItemAdded event
My code worked fine with my previously built (using SP web GUI) custom document library, whereby I would add a document and on the pop-up with the field textboxes, my ItemAdded event would set a ...
2
votes
2answers
937 views
Apply metadata based on query string or selected value in page control
When a user uploads/creates a document into my document library, i need to be able to apply a metadata tag to the document either from the URL query string or from the value selected in some web-part ...