Updating a document management template

Hello,
I'm very much a newbie to SharePoint so please have patience with me. I am currently building a site for my company for us to store our client data in. I have been creating document libraries from a template I created beforehand. The document library is
very simple at the moment it just has about 5 folders which will hold different info; Quotes, correspondance, proposals, site info, etc..
But now that I have created the template I'm wondering, what do I do if management come to me and say we need every client to have another folder in their client document library. So for instance, they need to have a folder called Projects which will have
all project data in there.
Is there a way to just update the template that was used to create the document library and have it push out the update to all users?
We have 100's of clients and the last thing I would want to have to do is go around updating each client document library.
Thank you

Hi,
Updating Site templates are cumbersome process, Instead I would suggest you to take PowerShell or Custom code route.
You can write a powershell commendlet to create site specific folders. Writing Powershell also helps you to reuse the code, customize as required. Else you could choose CSOM or JSOM to create folders and/or write a c# code to pass site collections/sites
for creating the folder of choice.
see here for more information on how to -
http://blogs.msdn.com/b/kaevans/archive/2012/01/24/creating-sharepoint-folders-and-items-with-powershell.aspx
http://www.sharepointdiary.com/2012/10/create-folders-sub-folders-programmatically.html
https://social.technet.microsoft.com/Forums/office/en-US/fdec7bdc-4420-4537-87f6-aa6048788b1e/powershell-to-create-folder-in-document-library?forum=sharepointadmin
code from above Forum
$web = Get-SPWeb "http://yoursite/"
$list = $web.Lists["Documents"]
$f = $web.GetFolder($list.RootFolder.ServerRelativeUrl + "/Folder1");
if($f.Exists -eq $false){
$i = $list.Items.Add($list.RootFolder.ServerRelativeUrl,[Microsoft.SharePoint.SPFileSystemObjectType]"Folder", "Folder1");
$i.Update()
http://stackoverflow.com/questions/22001237/creating-folders-programmatically-in-sharepoint-2013
http://windowsitpro.com/windows/customizing-sharepoint-site-templates
Hope this helps!
Ram - SharePoint Architect
Blog - SharePointDeveloper.in
Please vote or mark your question answered, if my reply helps you

Similar Messages

  • Performance Management Template issue in EHP4

    Hi Guru's,
    I have created a Performance Management template in PHAP_CATALOG and few days before i have delete the template in PHAP_CATALOG. But when i tried to login into portal for any user i am getting this error message " Template 50022735 is not assigned to the given Add-On application  " and moreover i was not able to view any of the appraisal documents. A blank screen is appearing on the screen.
    Please advice.
    Thanks.
    Ganesh R K

    Hi vasehgal,
    I have created several templates using SPRO too. But my actual problem is cannot able to view any of the Appraisal documents and standard screen in portal. Due the error message, I was not able to view any thing. I have tried with the function modules HRHAP_C_VA_DELETE to delete the template 50022735. It shows the return message as Template not found. Is there any other way to delete the is error message in portal
    Thanks,
    Ganesh R K

  • Project Document Management for Primavera?

    Hi,
    I made some test with Oracle UCM trying to evaluate if it could be suitable to be used as a Document Management for Projects. My perception after these (short) tests is that UCM seems to be too generalist and too complex to be used in conjunction with Primavera Software: it seems to me that it could bring to an iceberg, being the out of water part quite smaller than the underwater architecture.
    I would know if there are some other opinions or guidelines to use UCM or some other Oracle Software with Primavera.
    Thanks
    Fabio D'Alfonso
    I update the post to add some other result. I configured the Content Repository (using JackRabbit) and the Workflow Repository; I saw that there is an option to configure the AutoVue to be accessed by P6 Web.
    I didn't find a way to configure the access to JR repository from the PM Client Application. The result is that the WP&Docs Documents are visible from P6 Web in another tab , near the documents in the repository while this repository files are not accessible (Am I right?) from the PM client application.
    In my honest opinion, getting access to the repository if still not possible, from the PM client should have an highest priority than enlarging options for P6 Web.
    Thanks
    Fabio D'Alfonso
    Edited by: Fabio D'Alfonso on Oct 11, 2009 11:17 PM

    repository documents are not currently available from the P6 client application.

  • Conceptual questions with document management and Apex:

    Hello Everyone,
    I have reviewed or participated in thread discussions focusing primarily on subject matters concerning text editors, spellcheckers and document printing. The reason for this is due to our client requesting the creation of a basic centralized document management system that will enable users to create, edit and print technical documents in a database centric web-based environment. The caveat is that the client would like the same basic functionality that users get from MS Word. I know about FCKeditor or TinyMCE and their associated spellcheckers. What concerns me is that I have not found a possible plug-in to handle tracking changes, no one wants to re-read a large multiple page document again when all they would rather do is just view the changes. I know there are possible database schemas that might facilitate this type of functionality; I am just hoping it is more of a plug-in function.
    So with all that being said my dilemma is how to approach the design of such an application using Apex, if that is possible. Some questions I have are:
    1. Do design the application where you have a text field that contains the entire document, which could be as many as 25 or more pages?
    2. Or do you break down the document in to multiple text fields and then assimilate them in to a single multi page document when printing?
    3. Would you store the document data using XML under condition 1, 2, both or not at all?
    4. What types of data tables might exist, such as tables for document templates, work-in-process and final documents or something else?
    I know there are a lot of other concepts/questions to consider and a large part of the design approach would be based on client requirements. My goal here is to gather different basic conceptual approaches, from forum members, in order to help facilitate a starting point for the project.
    By the way I have seen on the Apex Latest Forum Poll, for quite sometime, where Document Management is an application that people would like to see developed. Can anyone from the Apex-team tell me if it is in the works and if so, when?
    Thanks, in advance, for any suggestions.
    Kyle

    Hey Chet,
    Thanks for the response; actually I had visited the sample package apps. site awhile back and did not realize more had been added. My problem is that I use Apex 2.1 and not 2.2, so unless there is a way to load the package apps. to the Oracle hosted site, I won't be able to review there design. It would be nice if Oracle tied these package apps. to their demonstration applications sample downloads function in Apex.
    As for storing each line of the document in a single record, this was thought of as an initial approach. A concern by the team was how to program the logic to identify specific changed text in say a 5 sentence paragraph and how large the table would become if recording it line by line.
    It is still a good approach to consider and we appreciate the input.
    Thanks
    Kyle

  • SAP Easy Document Management icon not created

    Hi
    We have problem with a PC (running Windows 7) where the Easy Document Managment icon is not created on the desktop after installation.
    It is not created as a Folder in Windows Explorer either.
    But it seems to have been installed correctly.
    Have tried to uninstall and installed again.
    Yes, we have re-booted.
    Any idea why the icon is not created and why It is not in Windows Explorer either?
    It is ok on other Windows 7 PC's
    Best regards
    Tom

    Hi Deepak
    Thanks.  We have tried that as well.
    But I think there is something that makes the installation procedure not able to update everything as it shall.
    Is there some manual steps we can do after the uninstall, to be sure EasyDMS are totally remove from the PC?
    Best regards
    Tom

  • Document Management in two parallel projects

    Hello SOLMAN experts!
    My client has 2 BPH projects running in parallel: Project 1 & Project 2.
    Project 2 is a copy of Project 1. Both have project documentation assigned to Business Process Steps.
    For Project 1, due to the fact that it is running in parallel to the Project 2, my client needs to have a document management mechanism in place on how to deal with the two deployments in parallel.
    Can SOLMAN manage the following: if my client changes a document in Project 1, - the same document will be updated or changed accordingly in Project 2?
    Thank you.

    Hello Jansi,
    Thanks a lot for advice!
    Unfortunately my client is quite keen to keep parallel documentation for both projects and do not want to use links, is there other way to update documents in 2 parallel projects?
    If my client change a document in Project 1,  can the same document be updated or changed accordingly in Project 2?
    Kindly please advice,
    Thank you & best regards,

  • SAP - Document Management System

    Hi,
    I am looking for insights for implementing SAP Document Management System.
    DMS can be used to store pictorial depiction of products, product specifications, drawings, instruction sheets for assembling etc.
    I would be specifically interested in the following:
    (a) Hardware sizing / landscape
    (b) SAP DMS installation requirements
    (c) DMS configuration template
    (d) approach plan at a broad level
    (e) integration with material master, sales order, production order etc.
    (f) upload and retrieval of documents
    If you have worked in any implementation project with SAP DMS, it would be nice if you can share your expertise on the above.
    Thanks a lot in advance.
    with regards,
    Pinaki

    Hi,
    Did you check
    http://help.sap.com/saphelp_nw2004s/helpdata/en/30/08a037b9e62417e10000009b38f889/frameset.htm
    http://service.sap.com/instguides
    http://service.sap.com/quicksizing
    Eddy
    PS. Which type of SDN Ubergeek/BPX suit are <a href="/people/eddy.declercq/blog/2007/05/14/which-type-of-sdn-ubergeekbpx-suit-are-you">you</a>?

  • Document Management System in KM

    hi experts,
    can anyone share few points on Document Management System life cycle.
    can anybody give me steps for DMLC
    thank you,
    vijai

    hello Vijay,
    Although there are no set guidelines given by SAP.You can think on these lines.
    1)All work in progress documents are managed in collaboration room and most of the users who work  on these documents within a group are its members.
    2)Set up certain guidelines/principles on these documents once finished/finalised. The room owners migrates the documents into appropriate folders in KM.
    3)If the documents(once moved) then requires a Approval set up approval process.
    4)Documents moved into km are tagged with attributes.
    5)Documents once approved give the end users feedback and ratings option to complete a lifecycle.
    6)Lastly you would like to set up templates in collaboration room to maintain consistency.
    7)Enable Enterprise search only on documents in KM as collaboration room documents are work in progress.
    8)Enable versioning on word documents/xls sheets
    hope this helps
    Ajey

  • Document Management in SAP Solution Manager

    Hi All,
    I would like to know If you are using SAP Solution Manager as a central tool for overall Documentation Management?
    Could you please share some information about your solution?
    Many thanks.
    Regards,
    Ridouan

    Hi Ridouan,
    For this i suggest two options:
    *Use Template Projects to manage templates:
    http://wiki.sdn.sap.com/wiki/display/SM/Template+Projects
    *Use Solutions to re-use some structures:
    http://help.sap.com/saphelp_sm71_sp01/helpdata/en/87/38037ccd314c9aac4f026f1ba34558/frameset.htm
    further about document management: http://help.sap.com/saphelp_sm71_sp01/helpdata/en/46/87f790498b5cede10000000a114a6b/frameset.htm
    Kind regards
    Fabricius

  • Interface between SAP and Document management system

    Hi,
    I have a requirement to interface SAP 4.7 with a Document management system(Fakta).A  vendor invoice will be created in SAP using FB60 transaction.The vendor invoice(in paper form) will be scanned by the Fakta digital document system.The Fakta system will handle the approval process for the vendor invoice and update the status of invoice in SAP as APPROVED.
        My requirement is when an SAP user wants to see the scanned invoice stored in the fakta system,he should be able to view it from SAP preferably from FB60 or the document overview for the invoice in SAP.What is the best way to do this.
    I found one option of using RSDEMO_HTML_VIEWER which may not be useful as we think.Is there a better option available?
    Please share your experience.
    Thanks in millions,
    Leo

    Hi
    I'm sorry but I've never worked on this problem, but I think the better solution should be use SAP Archivelink, I know It should do what you want.
    See here:
    http://help.sap.com/saphelp_46c/helpdata/en/93/51b7569e0811d1a55e0000e82deaaa/frameset.htm
    Max
    Message was edited by: max bianchi

  • Document Management integration with Workflow

    Hi anybody,
    I have to setup a workflow using Oracle Databse Server 8.1.7, Oracle 9i Application Server 1.0.2.2.1 and Workflow 2.6 on Windows 2000 Advanced Server.
    Trying to run the sample workflow
    "Workflow Demonstrations/Document Management"
    (http://<host>:<port>/pls/<wf_dad>/wf_initiate.Process?ItemType=WFDM), I get the following problem:
    When I push the button "Send Document" to attach a document, the new browser window shows :
    "The page cannot be found". The url is like this: http://orc9:7778/jbc/aol/Oasjbc?template=dm_create.htm ...
    Does anyone know what is missing or wrong configured here?
    Which Document Management software can be used together with Workflow in order to be able to attach documents to items?
    Can Internet File System be used here?
    Thank you for your help in advance!
    Dorian

    Hi Dorian
    The existing document management feature in Workflow is reserved for future use. If you want to use iFS and Oracle Workflow together, there is a technical whitepaper available on OTN. Navigate OTN:Products:Oracle Internet File System->Technical Information.
    CHeers
    Mark
    Hi anybody,
    I have to setup a workflow using Oracle Databse Server 8.1.7, Oracle 9i Application Server 1.0.2.2.1 and Workflow 2.6 on Windows 2000 Advanced Server.
    Trying to run the sample workflow
    "Workflow Demonstrations/Document Management"
    (http://<host>:<port>/pls/<wf_dad>/wf_initiate.Process?ItemType=WFDM), I get the following problem:
    When I push the button "Send Document" to attach a document, the new browser window shows :
    "The page cannot be found". The url is like this: http://orc9:7778/jbc/aol/Oasjbc?template=dm_create.htm ...
    Does anyone know what is missing or wrong configured here?
    Which Document Management software can be used together with Workflow in order to be able to attach documents to items?
    Can Internet File System be used here?
    Thank you for your help in advance!
    Dorian

  • Using PSE as a document management system

    I used a program on my old computer with Windows Vista to file and organize scanned pdf documents. I could readily assign tags to a document, and then find the document using the tags. The tagging worked well. It was quick and intuitive.
    I now have a new computer with Windows 7. I now realize that the program I used to tag documents will not run under Windows 7, and cannot be relied on to be useable in the future under Windows 15 or 20. So, I'm looking for a different system to file my electronic, scanned pdf documents that will be durable and long-lived, but not overly complicated or expensive. I'm dreading converting (probably meaning rekeying) approximately 1,500 documents filed in the old computer to a new filing system.
    It occurred to me I could use Elements as a document management system. I could create a separate catalog for the filed documents, and use Elements to tag and find tagged documents. It wouldn't be as easy as the tagging system I had on my old computer, but my guess is that Adobe and Elements will be around for many years and are more likely to be functioning 5, 10 or 20 years from now. If it disappears, there is enough of a user base of Elements users that it seems likely there will be some means to convert from Elements documents to some other application using tags and captions.
    Does this make sense? Has anyone else traveled this path?

    Bobh123us wrote:
    I used a program on my old computer with Windows Vista to file and organize scanned pdf documents. I could readily assign tags to a document, and then find the document using the tags. The tagging worked well. It was quick and intuitive.
    Now can you tell us what this program was called so that we can tell you if there is an update for it to run on Windows 8.1.
    PSE13 is for photos/images and it can tag them and sort them and you can do wonders with it but the learning curve is quite steep especially if you are not computer geek.  If you want to try it before spending any money then I suggest download a full trial version and run it free of charge for 30 days.  You can post questions here if you get stuck with it and people will try to help you with it.
    The trial can be downloaded from this link:
    <http://www.adobe.com/cfusion/tdrc/index.cfm?product=photoshop_elements&loc=us>
    Direct link is here:
    <http://trials3.adobe.com/AdobeProducts/PSE/13_0_esd/win64/PhotoshopElements_13_Trial_LS25_ win64.exe>
    Good luck.

  • Enable document management for entities through PowerShell script (Dynamic CRM 2013 on premises)

    Hello,
    Can anybody let me know if it is possible to enable document management for entities through PowerShell script for Dynamic CRM 2013 on premises.
    I want power shall script where user will give the entity (Accounts, Contacts etc.)   for the CRM.
    The script should enable the document management for the entity.
    Thank you for your support.

    Hi Jeff,
    Any updates? If you have any other questions, please feel free to let me know.
    A little clarification to the script:
    function _ErrObject{
    Param($name,
    $errStatus
    If(!$err){
    Write-Host "error detected"
    $script:err = $True
    $ErrObject = New-Object -TypeName PSObject
    $Errobject | Add-Member -Name 'Name' -MemberType Noteproperty -Value $Name
    $Errobject | Add-Member -Name 'Comment' -MemberType Noteproperty -Value $errStatus
    $script:ErrOutput += $ErrObject
    $errOutput = @()
    _ErrObject Name, "Missing External Email Address"
    $errOutput
    _ErrObject Name "Missing External Email Address"
    $errOutput
    If you have any feedback on our support, please click here.
    Best Regards,
    Anna Wang
    TechNet Community Support

  • Document Management and Primavera

    What tool/s work well with Primavera to manage formal communications and related deliverables with the customer and suppliers. Something that can allos us to build custom forms for submittals, work with our email system, attach documents, is fully searchable?
    Thanks.

    Primavera Web is the tool that can do for you the following
    *1 - Workflow*
    Administer Project Process Templates
    Administer Template Categories
    Initiate Project Process
    Initiate Document Approval Review Cycles
    Automatic distribution to decision makers
    Action Required portlet notifications
    Email notifications
    View Approval\Rejection User & Date Stamps
    *2 - Documentation Management*
    Manage Work Products & Documents
    Upload / Download documents
    Check in / check out documents
    Manage Versions of documents
    View History of document usage
    Manage personal documents
    Administer hierarchical document folder structure
    Perform full text searching of documents
    Initiate Document Approval Review Cycles
    Set document security policy
    *3 - Collaboration*
    Communication Center
    Discussion Threads
    Project Events
    Project Discussions
    Project News
    Alerts - Document and Workflow
    Email Integration for Notifications
    Best of Luck.
    Jawad
    Novo Rail, Sydney

  • Create Dynamic Document Library Templates

    I have the following scenario within our IT Org
    1. PMO office maintains a "Standards" library, to which they publish all standard templates that need to be used for Project Management.
    2. Each Project Manager would like to create a document library within their "project site" based on all the documents within "Standards" library.
    My question is, would it be possible to create a document library template whose contents are dynamically pulled from another library?
    Thanks.

    Hi ,
    Based on your description, my understanding is that each Project Manager
    creates document library with the same template, but what they need is that their document libraries have different content type with others.
    There isn’t an out of the box method to create document library templates dynamically.
    For your issue, I suggest each Project Manager create one document content type with the document template which they need, and add the content type into their document libraries. 
    Here is a similar case, you can use as a reference:
    http://social.technet.microsoft.com/Forums/en-US/7d238bb5-8af7-4027-97cf-b41f84bcdb5d/dynamically-create-document-templates-for-new-menu?forum=sharepointdevelopmentlegacy
    Best Regards, 
    Lisa Chen

Maybe you are looking for