How to Delete Process Folders

How to Delete Process Folders

Comments

  • [color=rgb(34, 34, 34)]The best way to delete the process folders is to:[/color]
    [color=rgb(34, 34, 34)]1) select * from entity_folder where entity_folder_id = [That folder Id][/color]
    [color=rgb(34, 34, 34)]After seeing the returned process folders and making sure this is the correct data we can go ahead and run the next query:[/color]
    [color=rgb(34, 34, 34)]
    [/color]
    [color=rgb(34, 34, 34)]2) delete from entity_folder where entity_folder_id = [that folder id][/color]
    [color=rgb(34, 34, 34)]This will then delete all the process folders inside of that parent folder where they are stored.[/color]

Sign In or Register to comment.