Skip to content

KVSPSAJobQuantityAllocated#

Events#

OnBeforeSetColumns(Option, Enum Analysis Period Type, Text, Text[1024], Text, Integer, Record Date, Boolean) :#

[IntegrationEvent(false, false)]
local procedure OnBeforeSetColumns(SetWantedpar: Option; AnalysisPeriodType: Enum "Analysis Period Type"; var PKFirstRecInCurrSet: Text; var MatrixColumnCaptions: Text[1024]; var ColumnSet: Text; var CurrSetLength: Integer; var MatrixRecords: Record "Date"; var IsHandled: Boolean): 
[EventSubscriber(ObjectType::Page, Page::"KVSPSAJobQuantityAllocated", 'OnBeforeSetColumns', '', false, false)]
local procedure DoSomethingOnBeforeSetColumns(SetWantedpar: Option; AnalysisPeriodType: Enum "Analysis Period Type"; var PKFirstRecInCurrSet: Text; var MatrixColumnCaptions: Text[1024]; var ColumnSet: Text; var CurrSetLength: Integer; var MatrixRecords: Record "Date"; var IsHandled: Boolean)
begin
end;