Class ResourceForecastExportExcelEvent


public class ResourceForecastExportExcelEvent extends SimpleBusinessEvent<ResourceForecastExportExcelInput,WebResource>
Event to export a BOResourceForecastHeader 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 BOResourceForecastHeader input.
The launcher must provide a valid ResourceForecastExportExcelInput object in order to successfully call this event.
Since:
15.0
GCApi:
event
Reactors:
BTResourceForecastExportExcel(0)
No Spouts