4001 - (Email) Send report

MSS 5.0 - Extensibility - Functions MSS to Kalipso - Email - 4001 - (Email) Send report

4001 - (Email) Send report

Event

Extension action set

Description

Before

EXT_4001_1_Before

Will be executed before MSS sends a report by email;

Replace

EXT_4001_2_Replace

Will replace MSS send report by email process;

After

EXT_4001_3_After

Will be executed after sending a report by email;

Input Parameters (event before):

  • inDescription – Description created by MSS to send the report, ex. “Sending report List of Sales”;

  • inReportName – Name of the report, ex. “List of Sales”;

  • inReportFile – Name of the report file, ex. “ListofSales.txt”;

Input Parameters (event replace):

  • inDescription – Description created by MSS to send the report, ex. “Sending report List of Sales”;

  • inReportName – Name of the report, ex. “List of Sales”;

  • inReportFile – Name of the report file, ex. “ListofSales.txt”;

Input Parameters (event after):

  • inDescription – Description created by MSS to send the report, ex. “Sending report List of Sales”;

  • inReportName – Name of the report, ex. “List of Sales”;

  • inReportFile – Name of the report file, ex. “ListofSales.txt”;

Last updated