Delete alias folder

We tried to make LogicalDOC as intuitive as possible, but an advice is always welcome.

Moderator: car031

niall69
Posts: 3
Joined: Wed Jul 13, 2016 3:20 pm

Delete alias folder

Tue Sep 20, 2016 10:33 am

Hi,

we accidentally created an alias to the Default root folder which has now created a recursive list but, we cannot delete it. Any ideas that don't involve re-installing the system?

Regards,
Niall
car031
Posts: 154
Joined: Tue Apr 17, 2012 8:27 am

Re: Delete alias folder

Tue Sep 20, 2016 11:08 am

yes, open a console against your database and execute this statement: update ld_folder set ld_deleted=1 where ld_docref is not null;
niall69
Posts: 3
Joined: Wed Jul 13, 2016 3:20 pm

Re: Delete alias folder

Tue Sep 20, 2016 12:19 pm

Thanks.

The column ld_docref doesn't exist in that table, but I just used the ld_name instead.
car031
Posts: 154
Joined: Tue Apr 17, 2012 8:27 am

Re: Delete alias folder

Tue Sep 20, 2016 1:18 pm

sorry

update ld_folder set ld_deleted=1 where ld_foldref is not null;

Return to “Usage”

Who is online

Users browsing this forum: No registered users and 20 guests