NPD - Document ADMN - Delete Document

Hello,
I created a new activity from an activity template within a project.
I created a very simple user with no roles but he is the owner of STEP 2 of this activity.
I logged in AGILE for process with this user.
I went to this activity which is now in STEP 2.
I click on it EDIT button on top right side to make my amendments.
At the very bottom of the screen, I can see now the section "DOCUMENT ADMIN" with "delete document" button.
Basically in a few clicks, this very simple user can delete the whole activity !!!
System prevents this user from delelting it only if the activity gets into its terminal step.
It is not acceptable as any user at any stage of an activity workflow could get crazy and delete all activities where he is the owner !!
In ther documentation this functionality is refered to templates or whole projects but not for a simple activity for a simple user !!
What am I missing?
Thanks and regards
Daniele

This is how NPD currently works, submit an enhancement request around what you would like to see NPD to around deletion ability and your specific business requirements. NPD is meant to be collaborative and generally trusting of the participants.
However, there are some validation events you can leverage in NPD that may help if you find your implementations have a lot of incidents of malicious behavior and users behaving badly. For example, you can tie a validation event on the activity delete action that doesn't allow any user to delete unless they are in a specific group. See the Extensibility Pack for more details around the events available in NPD and general reference implementations.

Similar Messages

  • Pages 5.5.1: When opening a document created with Pages '09 (Version 4.0) with Pages 5.5.1 the page header and the page footer are deleted. How can this be prevented? Or is this a bug in Pages 5.5.1?

    Pages 5.5.1: When opening a document created with Pages '09 (Version 4.0) with Pages 5.5.1 the page header and the page footer are deleted. How can this be prevented? Or is this a bug in Pages 5.5.1?

    Same problem here (no graphics in header or footer) and the problem has been reported months ago. It is another bug/feature lost when Apple moves from 09 to the iCloud-compatible versions.  Complain to Apple, you may have better chance than me and they may finally listen to their users....

  • How can I delete pages in a PDF document with Reader for iPad?

    Is there a way to do this within Reader? I know you can do it with MAX PDF or PDF Splicer, but I was hoping for a native way to delete - for example - 2 pages from a 10 page document and then resave it to Dropbox, email it, or something along those lines...
    I assume if you cannot delete, then you cannot merge 2 documents into one?
    Thanks

    I figured the app might have that ability - considering you can add text, highlight, add a signature, annotate and draw - so my thought was why not delete a page, or rearrange for that matter?.. That should be an option, this way we don't have to export to one of the other apps to delete or rearrange..
    Thanks for the help, Bernd.
    BTW if anyone is looking - PDF Max can do all of the above and delete and rearrange. With PDF Splicer you can delete and rearrange as well, but it has no other features.
    And as for Steve Werner whose comment was deleted after it got to my inbox, it is much more than a Reader, as you can plainly see from the amount of tasks the Reader app can do above.

  • Looking for help with PowerShell script to delete folders in a Document Library

    I'd like to create a PowerShell script to delete old folders in a Document library that are over 30 days old. Has anyone created something like this?
    Orange County District Attorney

    Hello Sid:
    I am trying to do the same and Iam running the script to delete the subfolders inside a folder  but I have some errors. 
    Could you please take a look?
    _______Script________
    $web = Get-SPWeb -Identity https://myportal.mydomain.com
    $list = $web.GetList("ar_mailingactivity")
    $query =  New-Object Microsoft.SharePoint.SPQuery 
    $camlQuery = '<Where><And><Eq><FieldRef Name="ContentType" /><Value Type="Computed">Folder</Value></Eq><Leq><FieldRef Name="Created" /><Value Type="DateTime"><Today OffsetDays="-30" /></Value></Leq></And></Where>'
    $query.Query = $camlQuery
    $items = $list.GetItems($query)
    for ($intIndex = $items.Count - 1; $intIndex -gt -1; $intIndex--)
       $items.Delete($intIndex);
    ________Errors_______
    Unable to index into an object of type System.Management.Automation.PSMethod.
    At C:\Script.ps1:2 char:22
    + $list =$webGetList <<<< "ar_mailingactivity"]
    + CategoryInfo
    :InvalidOperation: (ar_mailingactivity:String) [], RuntimeException
    + FullyQualifiedErrorID
    :CannotIndex
    You cannot call a method on  a null-valued expression.
    At c:\Script.ps1:6 char:24
    + $items = $list.GetItems <<<< ($query)
    + CategoryInfo
    :InvalidOperation: (GetItems:String) [], RuntimeException
    + FullyQualifiedErrorID
    :InvokeMethodOnNull

  • Deleting Documents folder and replacing with symlink - Downsides?

    Background:
    I have a new iMac with the dual internal drive option (SSD + HDD) running Lion. I am trying to set up the system to have the OS and applications on the SSD with documents and media on the HDD. In researching my options I found three paths often suggested:
    1. Create folders in the HDD and save your documents there + point applications like iTunes and iPhoto to the HDD for storage.
    2. Move your entire home folder to the HDD.
    3. Replace certain folders of your home folder with symbolic links that point to the actual folders in the HDD (i.e., Documents, Downloads, Movies, Pictures, Public) + leave certain folders in the SDD (i.e., Library, Desktop, Music) + point certain applications to the HDD for storage.
    After weighing the pros and cons of the options, I plan on using option number 3. Option 1 required the least "advanced" work, but had the downside of needing to change preferences in all my programs that default to folders like Downloads to the HDD as well as the good chance that I or others in my family would forget to navigate to the HDD to save documents. Option 2, moving the entire home folder seemed simple after reading the steps, but came with two main downsides: 1) warnings not being able to boot should the OS stop recognizing to look to the HDD for the user account and messing up the library and 2) not gaining the performance boost of keeping certain things on the SSD (e.g., the library file of iTunes and Aperture, files for current active projects kept on the Desktop).
    That left me with Option 3, the one with the most setup work, but hopefully a good balance of later ease and performance.
    Question:
    In order to set up Option 3, my understanding is that I need to create a new folder in the HDD, delete the usual folder in the user home folder, and then create a symlink that lives in the user home folder so programs reference it and seemlessly access the folder in the HDD.
    Does this really work without any problems? In order to delete folders like Documents and Downloads, you need to ignore warnings that say the folder "can’t be modified or deleted because it’s required by Mac OS X" and then use terminal commands to do so.
    Of course, I plan to replace these folders with symlinks, so I think all should be fine and applications will just see the newly created folder without a hitch. I just want to be sure.
    Here are some links to articles outlining the method:
    http://gigaom.com/apple/how-to-create-and-use-symlinks-on-a-mac/
    http://macperformanceguide.com/SettingUp-Relocating-Documents.html
    http://martinbay.net/how-to-move-user-folder/
    Thanks for the help!

    Just a note... I've noticed a problem in some sandbox apps when trying to save a file to the symlinked Documents directory.. depending on how the app saves the file, it might throw an error.

  • Why when i copy paste documents from download to another folder,then i delete them from the downloads ,it will be erased at all?

    I dl a file it goes to my doenload folder,then i copy it to another folder for example document,then when i delete it from download it will erase at all? why?
    is it ok to have the file in both downloads and document? it will not be more size?

    If you copy it to another folder, e.g., Documents, and you can see it in the Downloads folder then you now have two copies of the file. If you delete one copy, the other stays intact. If you keep both, there is no harm, although the amount of disk space used is twice as big as when you only keep one copy.

  • I bought and downloaded iWork when i bought my macbook pro and i used to save my documents on words. then a few weeks ago, i downloaded a free trial of microsoft office but unregistered and deleted it a week after. now i can't save my documents on word.

    i bought and downloaded iWork when i bought my macbook pro and i used to save my documents on words. then a few weeks ago, i downloaded a free trial of microsoft office but unregistered and deleted it a week after. now i can't save my documents on word. It used to ask me if I want to save my documents on word, now it doesn't. And the W icon keeps on appearing on my dock. Can I return my computer to an earlier date? Please help me. Thanks

    No, I don't have a back-up of TIme Machine... to tell you the truth, I have this computer for a few years now and I still don't know how to work all of the apps that are here. Anything else I can do?

  • Can't save or delete documents to desktop

    I created a read only word document and then disabled read only. But the disabling the read only doens't stick. It keeps reverting back to read only. I did this because I was having trouble saving the file (don't recall why). Now I can't delete the file. Mac asks for my password which I do and it makes the dropping a file in the trash noise but the file doesn't go away.
    Now I can't save files to the desk top, only to my user folder, documents and drop box.
    Now when I try to save a new Word file I get the following message: can't create this file and the suggested reasons are HD full, or write protected or damaged. I can't figure out which of this issues is the problem.
    When i try to resave an existing Excel file as a different file I get the following message: file name path doesn't exist, being used, or read only can't access the file HD:User:my name: desktop.

    Click on the desktop, choose Get Info from the File menu, uncheck the Locked box, and give yourself Read and Write access under Sharing & Permissions.
    (53784)

  • Page numbers from deleted book file persist in document

    I have 4 documents that I needed to merge so I attempted to put them in a book file (which I am not at all familiar with how to use). I removed the documents from the book file because it was not doing what I needed it to do, but the auto section page numbers are persisting in the individual documents and I cannot get rid of them. For example I have page numbering starting on page 5, but pages 1-4 have page numbers 5-8 on them and I cannot get rid of them. (I can do this manually of course but would like to know why they are persisting)

    Do you mean the numbers physically appear on the pages and you don't want them there (if so, delete them from the master page(s)) or do you mean the numbering scheme is wrong (if so, check your section and numbering options)?

  • I cannot delete a file from the document folder.  I can move it to the trash and then empty the trash, but when I go back to the documents folder it is still there.

    I cannot delete a file from the documents folder.  I can move it to the trash and then empty it, but when I go back to the documents folder, the file is still there.

    Gay,
    I wonder what your computing environment is. Is your account being administrated by another account? Are you working in an account subject to "Parental Controls"?
    Jerry

  • A "genius" at an Apple store told me to delete the photos from my documents folder and trash them and I would still be able to keep them in iPhoto.  Now I cannot use the photos other than in the iPhoto file. Can this be undone?

    How can I retreive deleted iPhotos which were deleted from the documents and trash files?  I stupidly did this because a "genius" from Apple Store assured me that I would still have access to the photos. 

    Check iPhoto's Advanced preference pane to see if it's set to a referenced or managed library;
    If it's set to a referenced library you photos are gone.
    If that's the case they might be able to be recovered with a file recovery app like   SubrosaSoft FileSalvage.  It will run in demo mode so you can see if it can recover your photos before having to purchase it. Use the iMac as little as possible till them so as not to overwrite them.
    If it's set to a managed library launch iPhoto with the Option+Command keys held down and rebuild the library's databse file.
    What verson of iPhoto and system are you running?
    OT

  • How do I delete 'ghost' Pages documents from iCloud / iPhone?

    Today I got back a brand new iPhone 4 from the repair. It was already preinstalled with iOS 5, just updated to 5.0.1 and restored data from backup on iTunes. Enabled iCloud, opened Pages and…after 5-10 seconds iCloud started to sync and I got almost dozen "ghost" files in Pages — inf folders they look like normal Pages documents, but when I open folder, they are grayed out and at the top right corner they have arrow pointing upwards. Can't delete, can't open them.
    Completely closed Pages, disabled data backup in iCloud preferences, turned off iCloud sync in Pages settings. Opened Pages, chose to delete all files in Pages. Restarted iPhone, enabled iCloud data backup and enabled iCloud sync in Pages settings, opened Pages, and soon real files appeared in Pages, which I could see also in Safari browser in iCloud/Pages section. However, after one minute all those "ghost" files and folders also appeared back! I can't even drag those "ghost" documents out of "ghost" folders, can't rename, can't delete. And someone not long ago ensured us that iCloud will surely work…
    I deleted Pages application form my iPhone, installed from App Store again, enabled iCloud syncing and again after 1 minute all "ghost" files are back in Pages. In Safari browser I see only one "ghost" file, all the other "ghost" files and folders are not visible at all. Any idea what to do?

    Problem solved! I completely quit Pages on my iPhone, then opened ~/Library/Mobile Documents/com~apple~Pages/Documents folder on my Mac and deleted all those "ghost" folders and files there, also deleted the same names in iWorkPreviews folder. Opened Pages on iPhone and voila! — all those "ghost" files and folders disappeared for good.
    (All ideas thanks to this Macworld article: http://j.mp/vmaQEB)

  • How the files are decreasing from RBS storage after some time i delete docs from document library, where shld I check the settings for this?

    HI
    I created a web application and configured  rbs storage ,
    I uploaded documents (for ex: 18 number)
     after uploaded  documents ,  and observed the RBS storage folder, number of files are increasing (39 number) , its working fine
    and also  I run the querys to check the rows increasing or not , (when I upload new doc rows are increased its fine also)
    select count(*) from alldocs
    Select count(*) from AllDocstreams
    but when I delete some docs from document library ,
    1)the doc itself deleted from document library
    2)when I check the rbs storage  there is no number of files are decreased(its still 39 files ), its same as  before doc deleted from doc library
    after some time I found the number of files are decreasing from RBS storage folder in sql server,
    here I want to know the how the files are decreasing from RBS storage  after some time, where  shld I check the settings for this? and how I control on it
    here how I know the settings for cleaning up orphan BLBOS how  these deleted BLOB
    adil

    1. WHen you delete the file from Sharepoint, it is still present in Recycle bin. This is a default setting in sharepoint for 30 days. Once files are deleted fro Recycle bin, it can also be delete from RBS
    2. There is a RBS cleanup job which deletes files from RBS. for more info check 
    http://mehuljamod.blogspot.in/2012/09/remote-blob-storage-maintainer-rbs.html

  • Change or delete the docflow link between two existing documents

    Hi All,
    Is there any FM or soulution to change the doc flow link between two documents .
    For ex .. i have document A and document B , and created a doc flow link from A to B , Now i have to change the succeeding document  to C
    I have tried to modify the doc link ,but its not working using crm_order_maintain.I thought of deleting the link between A and B and then create a new link Between A and C , but deletion of link bewteen A and B is also not working.
    I have checked with FMs CRM_DOC_FLOW_DELETE_CHECK_EC and CRM_DOC_FLOW_DELETE_EC, followed by CRM_ORDER_SAVE AND COMMIT . i could not find any exception from this FMs , but still the doc link is not deleted.
    Pls share if you have any suggestions.
    Regards,
    Nithish

    Hello
    I wrote a report to delink items from document flow. I uploaded it [here|http://wiki.sdn.sap.com/wiki/display/CRM/Removelinksfromdocumentflow].
    Please, use with caution and always perform careful tests before you run it in a production envinronment.
    Hope it helps
    Joaquin
    Edited by: Joaquin Fornas on Nov 15, 2011 11:49 AM

  • Can't delete file after renaming due to Word file handle still present. Error staes document is still in use but it's really not. Worked fine in 2007 but not in 2010.

    I have some code associated with a Word Template. The template is opened, filled out and saved via a routing in vba. This all works fine in older 2007 version (which is version it was originally created in). Once this file is saved, the user can change the
    date in a text box and re-save document. The code saves using the new date for part of new file name and then deletes that older file from the server. It fails at the delete function because the newer version of word is not dropping the file handle from the
    first named file when user saves it to the new filename. In older version (2007) this handle was released as soon as file was saved to a different name. I can't seem to figure out how to release the old document filename so the old document file can be deleted.
    I hope I explained this well enough.
    Here's the code that woeked in version 2007 but fails in version 2010.
    Option Explicit
    Dim CAPEX01 As MSForms.ComboBox
    Dim CAPEX02 As MSForms.ComboBox
    Dim LocalPath As String
    Dim NetPath As String
    Dim OldPath As String
    Dim OldPathNet As String
    Dim DocName01 As String
    Dim DocName02 As String
    Dim DocName03 As String
    Dim DocName04 As String
    Dim DocName As String
    Dim DocNameold As String
    Dim TestDocName As String
    Dim filesys
    Dim newfolder
    Sub AutoOpen()
    ActiveDocument.ActiveWindow.View.Type = wdPrintView
    TestDocName = ActiveDocument.TextBox2
    OldPathNet = "\\yourPath\" & TestDocName & "\"
    End Sub
    Sub AutoNew()
    TestDocName = ActiveDocument.TextBox2
    OldPathNet = "\\yourPath\" & TestDocName & "\"
     ComboBox1.Locked = False
     ComboBox1.Enabled = True
     FillList1
     FillList2
     End Sub
    Sub DeleteOldDoc()
    OldPathNet = "\\yourPath\" & TestDocName ' & "\"
    DocNameold = OldPathNet & TestDocName & "-" & DocName02 & "-" & DocName03 & "-" & DocName04 & ".doc"
        If Not TestDocName = DocName01 Then
            Set filesys = CreateObject("Scripting.FileSystemObject")
        If filesys.FileExists(DocNameold) Then
            filesys.DeleteFile (DocNameold), True      
     'I get file permission error here
        End If
        End If
    If DocName01 <> "" Then
    If Not TestDocName = DocName01 Then
    If Not TestDocName = "" Then
        MsgBox "Project Proposal Has Been Moved From Year " & TestDocName & " To " & DocName01 & ""
    End If
    End If
    End If
    TestDocName = DocName01
    End Sub
    '''''''Document path functions''''''
    Sub chkpath()
    Set filesys = CreateObject("Scripting.FileSystemObject")
    If Not filesys.FolderExists("\\yourPath\") Then
       newfolder = filesys.CreateFolder("\\yourPath\")
    End If
    If Not filesys.FolderExists("\\yourPath\" & DocName01 & "\") Then
        newfolder = filesys.CreateFolder("\\yourPath\" & DocName01 & "\")
    End If
    End Sub
    ''''''Save Function''''''
    Private Sub CommandButton1_Click()
    DocName01 = ActiveDocument.TextBox2
    DocName02 = ActiveDocument.TextBox4
    DocName03 = ActiveDocument.TextBox1
    DocName04 = ActiveDocument.ComboBox1.Value
    chkpath
    NetPath = "\\yourPath\" & DocName01 & "\"
    DocName = NetPath & DocName01 & "-" & DocName02 & "-" & DocName03 & "-" & DocName04
    ActiveDocument.SaveAs2 FileName:=DocName, FileFormat:=wdFormatDocument
     ComboBox1.Locked = True
     ComboBox1.Enabled = False
     ComboBox2.Locked = True
     ComboBox2.Enabled = False
     TextBox1.Locked = True
     TextBox1.Enabled = False
     TextBox3.Locked = True
     TextBox3.Enabled = False
     TextBox4.Locked = True
     TextBox4.Enabled = False
     DeleteOldDoc
    End Sub
    Sub FillList1()
    Set CAPEX02 = ActiveDocument.ComboBox2
      With CAPEX02
          .AddItem "CASTING", 0
          .AddItem "HOT ROLLING", 1
          .AddItem "COLD ROLLING", 2
          .AddItem "FINISHING", 3
          .AddItem "PLANT GENERAL", 4
          .AddItem "MOBILE EQUIPMENT", 5
      End With
    End Sub
     Sub FillList2()
     Set CAPEX01 = ActiveDocument.ComboBox1
      With CAPEX01
          .AddItem "A Name", 0
          .AddItem "Another Name", 1
      End With
    End Sub
    Private Sub CommandButton2_Click()
        UserForm1.Show
    End Sub

    mogulman52 and Don,
    I went back and looked at my code and had already updated it to SaveAs in the new docx format. It still holds the lock handle in place until Word closes, unlike earlier versions which released the lock handle when you did a SaveAs.
    As a note, all my Word and Excel macro-enabled (dotm & xltm) templates are read only and are never filled in, prompting the user for a file name on any close event or if they run the code gets auto-named. I do the SaveAs and concatenate the file name
    from data on the document (or sheet) that has been filled in. During the SaveAs the docx gets saved to a network folder and also on a local folder. The lock gets renamed to the filename and remains until Word is closed.
    So my code still fails at the point noted below while trying to delete an old filename version after the file has been saved as a new filename in a new folder. So....
    The code is looking in the last folder where the docx file was saved for the older filename so it can be deleted. The newest docx version has already been saved in a different folder and has a new lock handle of its own. That lock is not my problem, it's
    the older file lock which really exists in the same folder as the first filename that the docx was saved to. It does not release that lock until I exit Word. My work around has been to instruct all users to manually delete the older version file.
    The other odd thing is this only happens when I run it from code, if you manually go through these steps with the SaveAs menu drop-downs in Word it will release the lock handle???
    Hope this isn't to confusing and thanks for all your suggestions and help.
    Sub DeleteOldDoc()
    OldPathNet = "\\yourPath\" & TestDocName ' & "\"
    DocNameold = OldPathNet & TestDocName & "-" & DocName02 & "-" & DocName03 & "-" & DocName04 & ".doc"
    If Not TestDocName = DocName01 Then
    Set filesys = CreateObject("Scripting.FileSystemObject")
    If filesys.FileExists(DocNameold) Then
    filesys.DeleteFile (DocNameold), True 'I get file permission error here- lock handle is still present from last SaveAs command in last folder where previous version of file was saved.
    End If
    End If
    If DocName01 <> "" Then
    If Not TestDocName = DocName01 Then
    If Not TestDocName = "" Then
    MsgBox "Project Proposal Has Been Moved From Year " & TestDocName & " To " & DocName01 & ""
    End If
    End If
    End If
    TestDocName = DocName01
    End Sub
    Glenn

Maybe you are looking for

  • SAP Business Connector XML File processing

    Hi All, we're using SAP Business Connector to process XML Files (from NON-SAP system). XML-Files are mapped to IDOCs and sent to our sap-system in order to create purchase orders. Let's say we have 3 Purchase Orders (XML) in our SAP BC input director

  • Audio stops after 2 seconds

    Why does my background music stop playing after a couple of seconds? I just went to Mountain Lion (10.8.2) and iMovie 11.

  • Function of memory field in EKKO

    what is the function of the memory field in table EKKO? Whether it is used to determine an incomplete purchase order or there is any other field from which we can determine incomplete PO orders.

  • Bypassing BSEG!

    HI ! is there any method to by pass FI TABLE BSEG as , pcl1,pcl2,pcl3 of HR are used to be accessed by RPCS using macros , is there any functinality for FI table BSEG , (e.g bseg cluster table can be directly accessed or by passed from database direc

  • Phone is deleting texts immediately, no text or call log on my phone

    My phone just started errasing text messages and calls all of a sudden. I didn't change any settings, and i've gone through all of them, and nothing seems to be different. But I can't even read texts because it erases them so quickly, and there is no