document
11 TopicsEmbedding currently selected Sensitivity Label in Word document
Hi, I'm looking for a way to embed the currently selected Sensitivity Label in the content of a Word document by using Quick Parts. Partly because I want it to show when printed. I would not like to resort to using the functions that apply watermark or text in header/footer that is configured in the label configurations unless there is no way to achieve what I need. My understanding is that the Sensitivity Label should be stored as a document property. But I can't seem to find it among the properties. Any help in this matter would be greatly appreciated.1.1KViews1like1CommentClickable Button on Gallery View Document Library
Hello, I have a document library where social media assets are stored. I would like to create a gallery view of the document library that displays a "Download" button, so when the user selects, the file is automatically downloaded to their device. I have figured out how to add the Download button, which works perfectly in the List view. When you switch to gallery view, the button does not display, but I was able to get the button to show up by adding "columnFormatterReference": "[$Download]" to the Format view JSON. However, when the user clicks on the Download button from the gallery view, the file opens. I removed the following JSON code, so the file does not open in a new tab: "customRowAction": { "action": "defaultClick" Now I just need to figure out how to make the "Download" button clickable. Any help would be greatly appreciated. I'm brand-new to JSON and coding in general.Solved4.7KViews0likes9CommentsScript sharing: Export recipient permissions
I'd like to share an old script that I polished a bit in the last days. It may be of help for some of you in this forum. Document Exchange mailbox access rights, folder permissions, "send as", "send on behalf" and "managed by". Smoothen your migration to Exchange Online/Microsoft 365 by identifying permission chains that won't work cross-premises. Monitor permission changes over time. Identify permissions granted to recipients that no longer exist Export-RecipientPermissions can help you with all these tasks. Get your free copy at https://github.com/GruberMarkus/Export-RecipientPermissions.758Views0likes0CommentsHow many members have viewed a file in a SharePoint document library.
Hello Community, I would like to make a continuous evaluation of my files in SharePoint. For this purpose I am looking for the information how many people have viewed a certain file. How can I get this information through the SharePoint API? Unfortunately, I can't find the column that contains this information. Maybe this info is also stored in another system list? Thanks for your response SaintenrSolved2.2KViews0likes2CommentsSend access requests to SP group (no email adress) instead of site owner
Hi, we have a SharePoint Online Document library containing some subfolders with special permissions. Now the permission can only be granted by the site owner which means a lot of research work per request. Until now you can only add specific email adresses to send the requests. Is it possible somehow to enter a SP group name and NOT send the requests to the site owner? This has to be possible for each subfolder with special permissions. Greetings739Views0likes0CommentsNeed some help figuring out edge://sync-internals/
I'm looking for a documentation to explain things that are shown in edge://sync-internals/ I found some info on Chromium Github page but it wasn't enough, so is there a better documentation somewhere or can anyone just explain it here? I'm trying to understand: the difference between total and live entries the meaning of group type and why does it say non blocking where there is always 3 bookmarks left even when I have deleted all of the bookmarks/favorites in Edge. Thanks in advance1.8KViews0likes0Commentsfetch document content from Teams file
I am working on the ReactJS app where I need to fetch data from the document which is uploaded on the Microsoft Teams. So my question is. - Is this possible to fetch document content from Teams by javascript? I tried the "Pernille-Eskebo/teams-js" package and did some RnD but didn't get any fruitful solution. Note: Our App is totally client-side.1.7KViews0likes1CommentSharePoint Online Modern Page Calculated Choice Column in Document Library
Hello, we would like to create calculation that can offer different choices based on another column value. Example: We have a choice column called “Object” and the user can able to select the following values: Books Gadgets Furniture Then we have a calculated choice column called “Object Type” that should offer options based on the selection value in “Object” column. If “Object” = ‘Books’ then, "Object Type" choice options needs to be: Fiction Non-Fiction Educational Children's Books If “Object” = ‘Gadgets’ then, "Object Type" options needs to be: Cellphone Game Console Cameras MP3s/MP4s Would this be possible to do? We tried adding a choice column in a Document Library but we weren't able to click the selection unless we enter Quick Edit mode.6.2KViews0likes5CommentsEmbed document to Email Body not as attachment but in Email body through C# code
Hi, We have one client requirement to embed the document in email body not as attachment. It is happening OOB in rich text format . But when we are doing it through C# , It is going as email attachment not as embedded object. Can anyone help me with this.967Views0likes1Comment