document
6 TopicsClickable 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.7KViews0likes9CommentsHow 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. Greetings738Views0likes0CommentsSharePoint 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.962Views0likes1CommentURL to create new document base on the default document type - modern library SPO
Hi there, does anyone know how to get the URL that will create a new document in a modern library based on the default content type? My customer requests a button on the home page rather than the user navigating to the document library. Thank you.1.4KViews0likes2Comments