Forum Widgets
Latest Discussions
Change of notification language
Hi everybody, our tenant was created in Germany. Recently, we migrated another tenant from the US in our tenant. Unfortunately, all American users now receive notifications from Sharepoint Online in German. I have checked the SP page in question and found out that its default language is German. According to my research notifications are always sent in the default language and that it's not possible to change the default language. Is there any chance or possibility to change the language of the notifications for this site? If there is only an option to change them globally to English, this would also be fine. Thanks for your help.MichaelMMJan 23, 2025Copper Contributor40Views0likes8CommentsPNP Search results to open to open files on Desktop app
Hi. I created a PNP search for a site, and it looks into other sites. I have 2 questions: Can the file be force to open on desktop app? at the moment when i click on the file, it opens on the browser. (i did change the settings on the site so that files will always open on desktop app, but so far it only works when opening a file from the folder not from the search) 2. On the search results (above) i have a link to the file location, it works, it takes me to the folder the file is in, and it goes to all the right sites, but it opens on the same page where the search is. Is it possible to force it to open on a different tab? Thank you!MVCuserJan 23, 2025Brass Contributor66Views0likes1CommentHandelbars expession for PnP Search Result Webpart
Hi everybody, I am completely new to Handlebars and trying to change PnP Search Results Webpart, so it opens Office files always in Desktop Apps. Changing the default Sharepoint option for opening office files has no impact on PnP Search Result Webpart. Through editing handlebars expressions in the PnP Webpart it is possible to force office files to open in Desktop Apps. With an if-Statement I need to define the desktop app matching for the FileTypes. Could someone help with editing my code? I have no idea about handlebars syntax and how to setup the code in the right way. Can I Register a Handlebars-Helper right inside the code (see below) or should this Helper be defined somewhere else? Where? Handlebars.registerHelper('eq', function (arg1, arg2) { return arg1 === arg2; }); {{#if (eq(slot item root.slots.FileType) "docx")}} <a onclick="window.open('ms-word:nft|u|{{slot item root.slots.PreviewUrl}}');" href="javascript:void(0);">{{Title}}</a> {{/if}} {{#if (eq(slot item root.slots.FileType) "xlsx")}} <a onclick="window.open('ms-excel:nft|u|{{slot item root.slots.PreviewUrl}}');" href="javascript:void(0);">{{Title}}</a> {{/if}}Simon1605Jan 23, 2025Copper Contributor37Views1like1CommentDate format needs to be DD/MM/YYYY
Hi When you create a new date column in SharePoint, the default format is MM/DD/YYYY. However, I live in a country where we use DD/MM/YYYY, and changing in the default format into that is not approved by SharePoint - look at the screendump.jensjakobsen1966Jan 23, 2025Brass Contributor168KViews1like17CommentsMap Views in SharePoint online
Hi team my first post here... Can someone point me in the direction of the steps to follow to setup SharePoint online so that map views on custom lists display all the locations of list items in a view as pins on a map? There is info on-line showing how to set up Bing maps but they are deprecated with Azure replacing them - I think. So - again, I think - I need to configure map views in my sharepoint on-line site to work with Azure. It looks as though the 'Location' column type is not available in out-of-the-box custom list maintenance in SharePoint on-line. I managed to create a Location type column in my custom list with 'add column' on the right most side of a view - but the longitude and latitude aren't populated when i select the address for each item. Might that be fixed once map integration is in place? My end goal is to display the location of each custom list item on a map. If Azure maps aren't the best way to achieve this then what should I use? Any help much appreciated.GC005Jan 23, 2025Copper Contributor40Views0likes1CommentDefault values non apparent when we add a document in the library
We added default value for some column in the library settings. But when we add a new document or when we create a new document, these values don't appear at all. What is the point of default value if they don't appear automatically? Can you help with this matter ? Thanks!chtalbotJan 23, 2025Copper Contributor106Views0likes2CommentsSharePoint list editing issues
I have a site with a SharePoint list that does not allow users to edit when opening an item. The only way to edit the list is in grid view. At first I thought it was a permission issue but admins and owners have the same issues. I would like to recreate the list but it has old automations and is used daily by one of our departments. Has anyone experienced this issue before?RichardJohnsonJan 23, 2025Copper Contributor33Views0likes3CommentsContent type, column with metadata
Hi everyone. I have a content type "DocFat" (document) with 2 columns, "TipoFattura", "Periodo" and "Tipofile". All the 3 columns are linked with metadata. When i load a file in the repository, i can choose exactly the values from metadata, but after then i choose appears the info "Values does not fall within teh expected range". But now i dont' understand why this problem ! Because i see the metadata (and i'm able to choose) so i dont' understand for which reason i receive this message. To be clear, i created the metadata in the "sharepoint admin terms", and instead the content type are create inside the site (not in the sharepoint admin place), to be available only in that site. Thanks for your help.ancorte340Jan 23, 2025Copper Contributor11Views0likes2CommentsPnP search function app configuration on sharePoint mordern site page.
Hi I would like to add a PnP search box on a modern site page in HR team site. The requirement is only to search HR site content. Could someone provide a suggestion how to make configuration for the search result. thanksWL25Jan 23, 2025Copper Contributor12Views0likes1CommentSearching on SharePoint via Tags
Hi All, I have recently set up some tags through the term store and have started to apply them to documents within my SharePoint Document Library. When searching for them, I have been using the filter, selecting "Tags" and then listing all the tags I'm looking for. The issue is, it returns any document that contains any of the tags I list when I want it to only list documents that have all of those tags attached. I did some research and it seems as though it isn't something you can amend, so the work around was to set up a custom search page and add a filter that allows the user to click what tags they want to search for. I added a custom PnP Modern Search Web Part which I think may give me what I need but when I add it I get the below error message? Any ideas?DylanBrownJan 23, 2025Copper Contributor19Views0likes3Comments
Resources
Tags
- SharePoint Online17,595 Topics
- Document Library3,020 Topics
- Lists2,955 Topics
- Sites2,422 Topics
- admin2,163 Topics
- sharepoint server1,973 Topics
- Permissions1,892 Topics
- files1,614 Topics
- developer1,500 Topics
- Microsoft Lists1,437 Topics