document library
7 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.Solved4KViews0likes9CommentsCustom search to search pdf files in certain librarys
Hi! I have set up document system with three different document librarys. Togheter they hold about 32000 pdf documents. I have implement the custom search module on my site and created a custom search resultspage. I have redirected the search to resultspage and defined the document librarys. I have also tried to define the SharePoint result source and search terms but with no luck. I have tried many different combinations like path:https://sharepoint document url like below with no luck. The results find my document librarys, but doesnt search in them for the files. It only shows a link to the document library instead of the files. Is ther something i missing or isnt this possbile to achieve? Do I have to create a Scope? Crawl? I really dont understand those features. Please help! 🙂 {SearchBoxQuery}( (Path:http://sharepoint/sites/demo/dev/DocLib1 (FileExtension:pdf)) OR (Path:http://sharepoint/sites/demo/dev/DocLib2 (FileExtension:pdf)) OR (Path:http://sharepoint/sites/demo/dev/DocLib3(FileExtension:pdf)) )1.1KViews0likes0CommentsHow can I get "Video retention" content type in Information Management Policy Settings in doc. lib.?
when I see the client system for "Information Management Policy Settings" from the document library setting, there is a lot of content type including Video retention, Is there any difference between that? do I need to activate any feature? while in my document library There are only two content types available  862Views0likes0CommentsDocument Management - get the metadata of the document after Moveing Documents from one doc library
Dear Experts, I have a requirement which i am struggling from last few days. The requirement is as follows: Scenario : In SharePoint online, i have hub site and under the hub site i have 2 associated sites(Team site or Community Site). Under each associated site , i have 1 document Library each- Say DocLib A and DocLib B. In both the site the Document ID service feature is enabled. Initially both the document libraries have identical schema (say "Title", "Name", "Category", "Document ID") Now i upload a document in one of the document library DocLib A of a site and added the values in properties or metadata of the document. After adding i get the document ID which is unique from Document ID Service feature. Now i Move the document from DocLib A document library of one associated site to Another DocLib B document library of another associated site. Since the schemas or structures are identical, all the values of Properties get mapped into it. Now i added a new column in the DocLib B and added the value into it. Then i again moved back from DocLib B to DocLib A. Here, since the schemas are not identical (newly added column are not added in Doc Lib A), the value of newly added column of DocLib B is not moved or not viewed. After that i again moved the item from DocLib A to DocLib B the value which i added gets restored. Now my question is where the values of the properties gets stored in SharePoint, against the Documeni ID. Can i get all the metadata of the document with respect to Document ID? If yes how can we get the same. Thanks and Regards Asesh MaitySolved1.2KViews0likes1CommentHow To Create Library For Site Pages
We are using the modern Site Pages to publish our manual so it will be mobile friendly. We are very happy with the pages and how they present on a phone. Is there a way to create a document library that's content type is only Site Pages? Or is there a different type of library I should be creating?Solved2.9KViews0likes1Comment