CoreBOSBB
create sub-folder in document module - Printable Version

+- CoreBOSBB (https://discussions.corebos.org)
+-- Forum: Open (https://discussions.corebos.org/forumdisplay.php?fid=20)
+--- Forum: Open Discussions (https://discussions.corebos.org/forumdisplay.php?fid=10)
+--- Thread: create sub-folder in document module (/showthread.php?tid=47)



create sub-folder in document module - gongsl - 07-09-2014

Hi,
My vtiger version is 5.4. I just want to add a function in the document module so that I can add sub-folder in this module. I try some methods by myself but finally failed. Could you give me some idea about this issue? Thank you

regards,
Roger


Re: create sub-folder in document module - gongsl - 08-05-2014

Wish Somebody can help me. Thx. <!-- sSad --><img src="{SMILIES_PATH}/icon_e_sad.gif" alt="Sad" title="Sad" /><!-- sSad -->


Re: create sub-folder in document module - joebordes - 08-05-2014

This is a very complicated request which requires a lot of programming. You have to change the current folder picklist for a module related with itself in parent-child mode, then modify all the code to achieve a decent output and GUI.

Let's step back a little. What problem do you have? I mean try to explain why you need subfolders, what is the business problem you are trying to solve?


Re: create sub-folder in document module - gongsl - 08-06-2014

OK. For instance, I create a parent folder in the name of company. I also create several sub-folders in order to manage the document separately. It will not influence files in other sub-folders if I just want to delete all the files in one sub-folder. Recently, I cannot realize this requirement this version. Thank you.


Re: create sub-folder in document module - joebordes - 08-06-2014

Would this approach serve your purpose?

- create a new picklist or text custom field called subfolder
- filter on both folder and subfolder field