Question
State University of New York at Buffalo
US
Last activity: 9 Mar 2020 17:07 EDT
How to customize the report schedule pyActionSendMail activity to change the Email account other than Default
The OOTB Report Schedule functionality uses the ScheduleTaskProcessor Standard agent which has pzScheduledTaskProcessor final activity, this calls pyTaskOutputProcessor activity which invokes pyActionSendMail . This activity sends the email with the report as an attachment, but in this OOTB activity in step 9 the email account name is hardcoded to default, but the requirement is to use a new email account other than the default(say "PegaMKT-Work"). This activity pyActionSendMail is "Available" but when we try to customize this in our application-specific ruleset, the agent is still taking the OOTB activity but not the customized one.
How to customize this activity to make this change so that the agent will pick the customized activity? or is there any other way to change the email account name for the Report Schedule?
Thanks in Advance :)