Taxonomy
3 TopicsTaxonomy Timer job for SyncHiddenList
Hello - I'm looking for some documentation around SyncHiddenList for taxonomy in SharePoint Online. For below scenario, in earlier versions of SharePoint we used to have timerjob which used to take care of TaxonomySession.SyncHiddenList(site). Do we have this in SP Online ? If not, what's the alternative ? Lets suppose if 10 documents are tagged to TermA and 10 documents are tagged to TermB. If we plan to merge TermA with TermB, TermA will be added as a synonym to TermB. We'd like to make sure by merging terms, we're not loosing capability of search/highlighted webpart to bring the content tagged with pre-merged tags. Thank you for your time !1.3KViews1like0CommentsThe required feature is not enabled for this column type error when creating taxonomy column
I am trying to create a new taxonomy (managed metadata) column in SharePoint online. However, I am facing below error when try to select term set for this column. The required feature is not enabled for this column type. I have tried this on both team sites and communication sites. I also don't see any OOTB managed metadata columns such as Enterprise Keywords present in the site collection. Is this an issue with my tenant?6.2KViews0likes6CommentsSPFx on a Team Site Homepage Cannot Get Taxonomy Data
Hi, I have an SPFx webpart and an SPFx extensions that getting data from Taxonomy Term Store. Both of them are working well on all pages (Site Content page, Library page, Site page, etc.) except on a Team Site Homepage. I've tried several approaches to get the Taxonomy data in the SPFx code: Add the references to the SharePoint JSOM in the config.json (https://docs.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/basics/add-an-external-library) Load SharePoint JSOM in the code (following example from Microsoft's repo: https://github.com/SharePoint/sp-dev-fx-webparts/blob/dev/samples/knockout-taxonomy/src/webparts/termSetRequester/data-helpers/DataHelperSP.ts, even the webpart example doesn't work on a Team Site Homepage) Both of them couldn't get taxonomy data on a Team Site homepage. It's failed on context.executeQueryAsync(...). Is there anyone that has done this before? Or has any workaround idea for this situation? Thanks1.6KViews0likes0Comments