Document management, often referred to as Document Management Systems (DMS), is the use of a computer system and software to store, manage and track electronic documents and electronic images of paper based information captured through the use of a document scanner.
Questions tagged [document-management]
126 questions
0
votes
1 answer
Do we have document management system in Kentico CMS? if yes how it can be integrated?
I am evaluating Kentico CMS for some project and requirement is as following
"Do we have document management system in Kentico CMS? if yes how it can be integrated?"
Also needed to have granular permission on files uploaded in document…

Bhaskar Sharma
- 11
- 2
0
votes
1 answer
Parsing XML from Custom List Library to Document Library using SharePoint Designer
So the requirement is to scan a document and upload it on SharePoint Online which will serve as their document repository.
The output of the scanned document using OCR is in XML format and will be stored in a Custom List Library using the respective…

Arvin Bonggal
- 1
- 1
0
votes
1 answer
How to detect Windows file closures locally and on network drives
I'm working on a Win32 based document management system that employs an automatic check in/check out model. The model it currently uses for tracking documents in use (monitoring the processes of the applications that open the documents) is not…

LachlanG
- 4,047
- 1
- 23
- 35
0
votes
2 answers
Alfresco: Write workflow script to copy document in same folder and continue workflow with new document
For one of my workflows, I want to be able to select a document in my start task. Then, I would like to execute a script to make a copy of this document in the same folder, and continue the workflow with the new document (if this is possible). I…
0
votes
2 answers
Which BPM solution to use, when Organization Structure and a Document Management System should co exist also?
I am looking for a product that can solve a problem for me, and I hope you can help me with this ASAP.
I have a client which needs software modules to be integrated together, the following are the modules with what I think is the software that…

Omar Abdelhaq
- 1
- 1
0
votes
1 answer
Download and Delete files and folders based on criteria
I am working on Document Management System in ASP.NET using C#. I store all folders and files on a windows server and save folder and file info in SQL database as well. Everytime, I create a folder or file on server, I append the name with unique id…

Naupad Doshi
- 496
- 2
- 5
- 19
0
votes
1 answer
Using Version Control solutions to manage files history which contain Date-Version in File Name
I need to create a structure to manage version and history tracking for Files that are, not binary file, has date and version in file name and has different status.
Example :
I have a file ( ABC_20160401_1) which first part is the main name , second…

Ashian
- 521
- 2
- 7
- 22
0
votes
0 answers
Document handling 3rd party server
I need to upload my files(documents,images,videos) to a 3rd party server using my own application and need to retrieve them. But there should be a way to give access levels to files. I checked google drive supporting this.But they have no option to…

mahedhanu
- 175
- 3
- 14
0
votes
1 answer
sitecore document manager button
In Sitecore 6.4.1 is there a way to turn off permissions for the Document Manager button in the Hyperlink Manager. I have been looking through the Core database but have not found the setting to turn it off.enter image description here

Jeremy
- 57
- 1
- 4
0
votes
2 answers
Which Document Management System offers metadata customization without using IDE?
I was looking closely to some opensource DMS like Alfresco and Nuxeo but found that in case of custom document metadata (or schema) you need to go through IDE.
Why after all progress done in the DMS, the end-user (not developer) isn't offered the…

elsadek
- 1,028
- 12
- 39
0
votes
1 answer
Symfony2 Define Media Uploaded Directory in Config file and access it it in controller twig
In my project i have lot of different types of document of user to be uploaded. I am using local drive to save media and ony save the file. What it want is to define the uploaded directory in only configuration file (category wise) access it in…

Muhammad Taqi
- 5,356
- 7
- 36
- 61
0
votes
1 answer
Alfresco connector error
I'm trying to do a connector to get a file. I receive the path of the file by args like :
var filePath = args["file"]
If I print this, I get the path correctly. But in the connector I have:
var connector = remote.connect("alfresco");
result =…

PRVS
- 1,612
- 4
- 38
- 75
0
votes
4 answers
Can you recommend a hosted Document (Content) Managing Service?
We've migrated our issue tracking system and source control to hosted fogbugz (called fogbugz on-demand), and it's so much nicer because we don't have to worry about hardware, connectivity, backup etc.
Given this, we are thinking to migrate our…

Enno Shioji
- 26,542
- 13
- 70
- 109
0
votes
1 answer
Documentum, FileNet and Open Text Cloud Presence
Does anyone know which of the 3 products - Documentum, FileNet and Open Text offer cloud presence?

user243542
- 241
- 7
- 20
0
votes
1 answer
ModeShape setup and access from external application
We have a clustered JEE application on JBoss EAP 4.0.x
I am trying to setup JBoss Modeshape repository to store a few documents (mostly PDF). I need to be able to upload and download the documents from my JEE application to the Modeshape repository.…

user1549605
- 273
- 3
- 17