Skip to content

KVSPSAResourceAllocPJobMatrix#

Events#

KVSPSAOnAfterMatrixOnDrillDown(Record KVSPSA Job Budget Entry, Boolean) :#

[IntegrationEvent(false, false)]
local procedure KVSPSAOnAfterMatrixOnDrillDown(var JobBudgetEntry: Record "KVSPSA Job Budget Entry"; var IsHandled: Boolean): 
[EventSubscriber(ObjectType::Page, Page::"KVSPSAResourceAllocPJobMatrix", 'KVSPSAOnAfterMatrixOnDrillDown', '', false, false)]
local procedure DoSomethingKVSPSAOnAfterMatrixOnDrillDown(var JobBudgetEntry: Record "KVSPSA Job Budget Entry"; var IsHandled: Boolean)
begin
end;

KVSPSAOnMatrixOnAfterGetRecordOnBeforeMatrixRecLoop(Record KVSPSA Job Budget Entry, Decimal) :#

[IntegrationEvent(false, false)]
local procedure KVSPSAOnMatrixOnAfterGetRecordOnBeforeMatrixRecLoop(var JobBudgetEntry: Record "KVSPSA Job Budget Entry"; var MatrixCellQuantity: Decimal): 
[EventSubscriber(ObjectType::Page, Page::"KVSPSAResourceAllocPJobMatrix", 'KVSPSAOnMatrixOnAfterGetRecordOnBeforeMatrixRecLoop', '', false, false)]
local procedure DoSomethingKVSPSAOnMatrixOnAfterGetRecordOnBeforeMatrixRecLoop(var JobBudgetEntry: Record "KVSPSA Job Budget Entry"; var MatrixCellQuantity: Decimal)
begin
end;