Hi, I need DQL for unlink and link a subfolder to the another folder
thanks, sai
Google is your friend:
update dm_folder object link ‘/Cabinet1/Folder1/SubFolder1′ where r_object_id=’0b00138b80003d57’; update dm_folder object unlink ‘/Cabinet2/Folder2/SubFolder2′ where r_object_id=’0b00138b80003d57’;
@PedroMaia said: Google is your friend: update dm_folder object link ‘/Cabinet1/Folder1/SubFolder1′ where r_object_id=’0b00138b80003d57’; update dm_folder object unlink ‘/Cabinet2/Folder2/SubFolder2′ where r_object_id=’0b00138b80003d57’;
@PedroMaia said: Google is your friend:
i think after this we have to save
No - you don't have to save, since this database transaction. You only have to save if you do object update using DFC, DFS, etc/