How to delete nodes not shown in web client

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2008 09:17 AM
Hi,
after changing the constrains in a custom model, the existing nodes that had the previous constrains are not visible in the Web Client, however they are in the repository and can be seen with the (admin) Node Browser. And new nodes with this name cannot be created (alfresco complains that the node exists).
Is there an easy way to delete these existing nodes that are not visible in the web client?
after changing the constrains in a custom model, the existing nodes that had the previous constrains are not visible in the Web Client, however they are in the repository and can be seen with the (admin) Node Browser. And new nodes with this name cannot be created (alfresco complains that the node exists).
Is there an easy way to delete these existing nodes that are not visible in the web client?
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2008 08:19 AM
The easiest way is to write a JavaScript that locates/searches for the nodes and deletes them.
http://wiki.alfresco.com/wiki/JavaScript_API
http://wiki.alfresco.com/wiki/JavaScript_API
