currently after creating a company (account), a sharepoint folder is automatically created. Now I want to find out what creates the folder.
I looked into the processes which have some connection to the company entity, disabled them and tested if the folder is still created.
Inside the plugin registration tool, I disabled all the steps (Create account).
When looking at the formular for creating a company, the thing that shows the inside of the created folder, is a IFRAME.
The folder is always created by the user which creates the company, because of that I somewhat doubt that a plugin is responsible for creating the folder. I may be wrong with that assumption.
Also the location of the created folder is something like /company/companyfolder.
How would you find out what exactly creates the folder?
Greetings
Max