Search found 2 matches
- 12 May 2016, 13:41
- Forum: Scripting and Automation
- Topic: Modify amc.groovy email
- Replies: 3
- Views: 2479
Re: Modify amc.groovy email
Thanks for getting back to me. I'm not sure if I explained myself too well. I edited line 545 which I think is the email subject. I tried to incorporate part of the code in the table in the body of the email below. I just want to be able to put exactly what is in the "New Name" cell into the subject ...
- 12 May 2016, 13:12
- Forum: Scripting and Automation
- Topic: Modify amc.groovy email
- Replies: 3
- Views: 2479
Modify amc.groovy email
Would you be able to tell me how to edit the amc.groovy code to alter the subject to include the processed file name instead of the pre-processed one? I tried messing around with the line below, removing getReportTitle() and replacing it variations of { ':) ' + renameLog.to.name } but I can't figure ...