Questions tagged [document-library]

170 questions
2
votes
1 answer

Software Environment Documentation Checklist

I work for a insurance company. We have our own development department made-up of almost 150 people plus some providers (outsourcing and custom made apps pretty much). In our company my team have made what we call non-functional logic libraries.…
2
votes
2 answers

Create SharePoint web page outside of document library

I'm reasonably new to SharePoint 2007 and trying to move from an ASP.NET to SharePoint way of thinking has been an interesting experience! I would like to create a page at the same level as the default.aspx page in a subsite. The "SharePoint way" of…
macleojw
  • 4,113
  • 10
  • 43
  • 63
2
votes
1 answer

Sharepoint 2010 Subsite/Document Library/Lists Storage Data

Basically all I want to do is to get the total storage space of subsites, document libraries and lists within a site collection. There does not seem to be a possible way to do it besides: using site.StorageManagementInformation which is currently…
1
vote
3 answers

How to modify Sharepoint filetype icons depending on parts of the filename?

We have a SharePoint Document library, where we store html files with links to external files. Samples: mypicture.jpg.html mywordfile.docx.html mypdffile.pdf.html and so on. Now by default all Files show up with the HTML Icon, referenced in the…
Johannes Hädrich
  • 1,223
  • 1
  • 12
  • 20
1
vote
2 answers

Sharepoint 2010: Copy or add file to Document Library

I have a silverlight application inserted in a SharePoint page. The SilverLight application runs on a different server thatn that of SharePoint. From an event in the SilverLight, I generate a document on the server side from SQL Server. I can…
Kangkan
  • 15,267
  • 10
  • 70
  • 113
1
vote
1 answer

How to Read CSV file using Power Automate?

I have added CSV file to SharePoint Documents library. I needs to read that CSV file using Power Automate / Flow. I have created Power Automate flow. Below is the screenshot fro the same. Which CSV parser do i need to use for read data from file…
1
vote
1 answer

How to create a number field with prefix (ex: 00001) that increments whenever a document is added in SharePoint Online?

I created a calculated column and concatenated the id with a prefix, but it didn't work as expected. The reason was that whenever i upload a file, the formula in calculated field that contains the ID with the prefix is executed, then SharePoint…
1
vote
1 answer

File system access to Sharepoint document library - only approved items

How could I synchronize as SharePoint (2007) document library to a local folder... but only the 'approved' documents in a library that has content approval set on. Navigating to it through Windows Explorer (i.e. the WebDAV link) exposes all files,…
Real World IS
  • 97
  • 2
  • 9
1
vote
1 answer

Get SharePoint Document Library records with VBA

I am trying to retrieve all the records from a document library in Sharepoint. This library consists of folders, subfolders, and files. I am able to use MSXML2.XMLHTTP60 to get to the document library. strRequest = "
JimC
  • 99
  • 2
  • 16
1
vote
1 answer

SharePoint. Change document icon in document library?

I would like to change document icon in document library at runtime. Icon should be changed based on some condition I have in code. There is no difference what extension of file is (txt, doc, pdf, etc..). Currently I use HTTP module to parse server…
1
vote
1 answer

Question - Should I use SPItemReceiver or SPEmailEventReceiver

I have custom SharePoint Document Library which I use to upload spreadsheet data into a database. When a spreadsheet is uploaded, the SPItemReceiver triggers, and upload the data. Now, I would like to add an incoming email feature to the document…
1
vote
2 answers

Liferay Service Builder + Document Library + Quartz Scheduler + Apache POI

Hello StackOverflow Community, Requirement: I need advice and help on going about how to create a Liferay(LR) module that will create XLS files with information pulled from a DB, and store them to a folder location in Document Library(DL), during…
MrC0mm0n
  • 175
  • 1
  • 8
1
vote
1 answer

"Find a file" search function does not work in my SharePoint document library

I transferred a bunch of files to a newly created SharePoint site. I have full access to the site but every time I search for a file it always returns the error message: Your search returned no results. Some files might be hidden. Include these…
1
vote
0 answers

alfresco document preview on document library

The document preview widget AlfDocumentPreview is used on Alfreso faceted search page. I want preview document on document list page. What is the best way to achieve this ? Is it possible to use this widget in a webscript that i can call from…
soung
  • 1,411
  • 16
  • 33
1
vote
0 answers

Javascript blocked in SharePoint 2016 document libraries?

I've developed a small application using html, css, and javascript and have placed the files in a document library on my company's SharePoint site for my team to access. Users just go to the url of index.html and the paths to the css and js files…