Following events are available to extend the Export Forecast to Excel report.
Create Dependency in the app.json of your app on Flexible Forecast
"dependencies": [
{
"id": "fc98e42b-31e8-46dd-9e6a-99705daef27c",
"name": "Flexible Forecast",
"publisher": "Abakion",
"version": "20.0.202235.42978
"
"
}
report 6082727 "SCB Export Forecast to Excel"
[IntegrationEvent(true, false)]
local procedure OnAfterInsertItemFieldsIntoBuffer(var ColumnNo: Integer; RowCounter: Integer; ExportForecastToExcel: Record "SCB Export Forecast to Excel")
begin
end;
[IntegrationEvent(true, false)]
local procedure OnAfterInsertItemFieldCaptionsIntoBuffer(var NoOfFixedColumns: Integer; RowCounter: Integer)
begin
end;
Comments
0 comments
Please sign in to leave a comment.