0
votes
1answer
148 views

Managed metadata Group not visible in sharepoint 2013

I have created managed metadata Group named "MyGroup" in term store (Managed Metadata Service) programmatically under FeatureActivated method in sharepoint 2013 as below: public override void ...
0
votes
2answers
246 views

EventHandler for Managed Metadata Terms

I want to invoke some of my custom code during the addition and deletion of TermSets or Term in Term Store Management under Managed Metadata Service. If we can invoke those codes, then how we can ...
1
vote
0answers
66 views

Automatically add new into term store

When one has metadata column connected to open term store, you can add new items into that store but you have to open popup window. Is it possible to add new keyword when user enters keyword that is ...