I have a workflow which has an author task for the author to create/generate new HTML.Whenever the author creates a new file, the ownership should be assigned to the Job Owner and not to the author?[color=Black]I believe teamsite gives the ownership to the user who has created the file and Ownership can be changed by using an external task after the file creation.But My requirement is when the file is created i.e., when user saves the file, the file should be saved with owner as the job owner instead of the author.How this can be achieved?-Ganesh_____________TS 6.5, Solaris 8[/color]
The author is an external vendor who will use the DCT to generate the web pages in Teamsite.The job owner will be an employee of the company.Main purpose is the ownership of all files, lies with the employees in the organisation and not with external vendor.
If we have to use submit.cfg then I think the user to whom the ownership has to be changed has to predefined, but the Job owner can be more than 1 user in the system.Is the following approach correct?1. Have a event trigger to call a script when the file is created.2. In the script using the file name of the newly created file and use the iwgetfilejobs CLT to get the JobID of the workflow.3. Using the JobID get the job owner.4.Use the solaris (chown) command to change the file ownership from author to job owner.
Each file should be owned by only one user and not by a group...
Is the following approach correct?1. Have a event trigger to call a script when the file is created.2. In the script using the file name of the newly created file and use the iwgetfilejobs CLT to get the JobID of the workflow.3. Using the JobID get the job owner.4.Use the solaris (chown) command to change the file ownership from author to job owner.