Change permissions for files under PrintQueue for email
Hi Team,
By default, under printqueue the files that generate have permissions set as
-rw-rw-r--
How do we change this so that when the file is generated it gets below permissions, not from chmod but from the application itself
-rwxrwxrwx (777)
We have a custom report calling another report and sending email using BSFN.
The email that needs to be sent has the output attached and suspect that due to the permissions it is not able to attach the output to emails.
Example - Report A output is generated in printqueue, once generated Report B is called and upon successful execution of Report B an email is sent with Report A output attached to the recipient mentioned in PO for Report A.