4001 - Send report

MSS 5.1 - Extensibility - Functions MSS to Kalipso - Email - 4001 - Send report

4001 - Send report

Event

Extension action set

Description

EXT_4001_1_Before

Will be executed before MSS sends a report by email;

EXT_4001_2_Replace

Will replace MSS send report by email process;

EXT_4001_3_After

Will be executed after sending a report by email;

Before

Input Parameters

  • 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”;

Replace

Input Parameters

  • 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”;

After

Input Parameters

  • 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