Class ActivityForecastExportExcelEvent


public class ActivityForecastExportExcelEvent extends SimpleBusinessEvent<ActivityForecastExportExcelInput,WebResource>
Event to export a BOActivityForecastHeader object, alongside its data (i.e., sheets), into a WebResource object (i.e., the XLSX file).
It should be noted that each sheet of the XSLX file corresponds to an entity linked with the BOActivityForecastHeader input.
The launcher must provide a valid ActivityForecastExportExcelInput object in order to successfully call this event.
Since:
15.0
GCApi:
event
Reactors:
BTActivityForecastExportExcel(0)
No Spouts