Skip to content

KVSPSAFastDistrMatrixPSP#

Events#

KVSPSAOnAfterGetMatrixColumnCaptionsForPeriodUnitType(Text, Enum KVSPSAPeriodUnitType) :#

Summary: Use this event to modify the column captions after they have been generated

[IntegrationEvent(false, false)]
local procedure KVSPSAOnAfterGetMatrixColumnCaptionsForPeriodUnitType(var MatrixColumnCaption: Text; PeriodUnitType: Enum "KVSPSAPeriodUnitType"): 
[EventSubscriber(ObjectType::Page, Page::"KVSPSAFastDistrMatrixPSP", 'KVSPSAOnAfterGetMatrixColumnCaptionsForPeriodUnitType', '', false, false)]
local procedure DoSomethingKVSPSAOnAfterGetMatrixColumnCaptionsForPeriodUnitType(var MatrixColumnCaption: Text; PeriodUnitType: Enum "KVSPSAPeriodUnitType")
begin
end;

Parameters:

  • MatrixColumnCaption: Array of column captions
  • PeriodUnitType: The current period unit type

KVSPSAOnAfterApplyFilter(Record KVSPSAJobPSPLine, Dictionary) :#

[IntegrationEvent(false, false)]
local procedure KVSPSAOnAfterApplyFilter(var JobPSPLine: Record "KVSPSAJobPSPLine"; FilterDictionary: Dictionary): 
[EventSubscriber(ObjectType::Page, Page::"KVSPSAFastDistrMatrixPSP", 'KVSPSAOnAfterApplyFilter', '', false, false)]
local procedure DoSomethingKVSPSAOnAfterApplyFilter(var JobPSPLine: Record "KVSPSAJobPSPLine"; FilterDictionary: Dictionary)
begin
end;