Hello, I need to create a folder on a local drive after I create a new project. How can I accomplish this? Thanks!
Were is your webserver located? local or external?
The web server will be hosted locally.
Then you should be able to create and access to any folder under the root folder (The same folder where your SuiteCRM installation is located. Htdocs or public_html in some cases)
Maybe I am not explaining myself correctly. I want to automatically create a folder under c:\projects for every project created in SuiteCRM. This folder will use the address of the project as the name of the folder.
For that you can use a logic_hook to create a folder everytime a new project is created in the system.
These two links should give you a good idea on how to achieve it: