Hi,-- submit.cfg acts as a filter between workarea and staging area-- iwglobal is nothing to do with your requirement, if I have understood your requirement properely
If I am not wrong I can set file permissions using submit.cfg ,once the file gets submitted to staging its permissions will be changed according to the submit.cfg file.Now I have created a TS group which has all the TS (windows)users added to it .I want to give only read permission to them using the TS group .How should I do that?
Yes... you can set permissions using the submit config file. Within your submit.cfg just set the access rights as:SetAccess= {domainName\groupName:READ}Change the command as per your domain name and groupname. If you are using username/groupname without domain then remove the domain name along with \.
What do i do if i have to give access to a TS group through submit.cfg ,or is there any other means for that?
Not tried using TS group... but logically speaking use the same syntax as:SetAccess= {TSgroupName:READ}