SharePoint Online
64 TopicsView lists full screen
I have a huge list in SP online with many columns and the left side navigation takes up prime real estate. Initially, I wanted to be able to collapse or hide the left side navigation on this page only, but according to this post, that isn't currently possible. Is there any way to view the list in a full-screen view via the modern view, so only the list is being displayed, not the top ribbon, left navigation page, etc. ?5.2KViews1like1CommentTaxonomy 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.3KViews1like0CommentsAdding People to the People Web Part Programmatically (using PowerShell maybe?)
There doesn't seem to be any documentation relating to the modern web part components. I can add a modern web part component to the page like this: Add-PnPClientSideWebPart -Page $home -DefaultWebPartType People But I cannot work out how to actually add people to it. Any thoughts greatfully received (although I don't hold out much hope -- it's very quiet around here).Solved8.3KViews1like6CommentsSharepoint Framework - should developers be learning React?
This is a very basic question so many apologies! There are now two current development SharePoint Online models for SharePoint Hosted 'apps' - the App Model, where alot of devs are using Angular to build SPAs in Visual Studio - SharePoint Framework where devs are using the new spfx npm/gulp/yeoman to build client side solutions in Visual Code, of which the most favoured flavour seems to be React. When to use these? Would it be best to use React when you need to extend SharePoint Online functionality by building a client side web solution that interacts with SharePoint assets like lists and libraries? Then use Angular for apps that use SharePoint as a host but might well consume external data sources rather than SharePoint? Or do we just use one of the abvove for everything?!Solved4.3KViews1like3CommentsHow to make "Show published date" default as "TRUE" right now it is "FALSE" in modern News Creation
Hi All, I have a requirement to make the "Show published date" default to "TRUE" right now it is "FALSE" when i create a new News page in modern site. See the screenshot below, can we do it OOB or using some PowerShell or by any custom way ?3.3KViews1like2Comments