Dear Team,
We are facing an issue in teamsite 7.4.1.0 application i.e., whenever user is creating files or folders group is not being set to it automatically.
Thanks,
Dharshak Sagar
Did you try submitting to staging? Check if the permissions are set or not after submitting to Staging
You should look at :
-inheritance permissions (look at permissions one level up)
-submit.cfg (submitting files/folders will set pre-defined permissions in submit.cfg)
I implemented an iwat event trigger to run a script on the createFSE event and set all new files to their permissions as listed in submit.cfg. Saves us a lot of headaches.
Thanks for your suggestion, i would try to implement the approach in our environment