Skip to content

KVSPSAJob Effort To Invoice#

Events#

KVSPSAOnPreDataItemJob(Record Job) :#

[IntegrationEvent(false, false)]
local procedure KVSPSAOnPreDataItemJob(var Job: Record "Job"): 
[EventSubscriber(ObjectType::Report, Report::"KVSPSAJob Effort To Invoice", 'KVSPSAOnPreDataItemJob', '', false, false)]
local procedure DoSomethingKVSPSAOnPreDataItemJob(var Job: Record "Job")
begin
end;

KVSPSAOnPreDataItemJobLedgerEntry(Record Job Ledger Entry) :#

[IntegrationEvent(false, false)]
local procedure KVSPSAOnPreDataItemJobLedgerEntry(var JobLedgerEntry: Record "Job Ledger Entry"): 
[EventSubscriber(ObjectType::Report, Report::"KVSPSAJob Effort To Invoice", 'KVSPSAOnPreDataItemJobLedgerEntry', '', false, false)]
local procedure DoSomethingKVSPSAOnPreDataItemJobLedgerEntry(var JobLedgerEntry: Record "Job Ledger Entry")
begin
end;

KVSPSAOnPreDataItemJobPaymentPlanningEntry(Record KVSPSAJobPaymentPlanningEntry) :#

[IntegrationEvent(false, false)]
local procedure KVSPSAOnPreDataItemJobPaymentPlanningEntry(var JobPaymentPlanningEntry: Record "KVSPSAJobPaymentPlanningEntry"): 
[EventSubscriber(ObjectType::Report, Report::"KVSPSAJob Effort To Invoice", 'KVSPSAOnPreDataItemJobPaymentPlanningEntry', '', false, false)]
local procedure DoSomethingKVSPSAOnPreDataItemJobPaymentPlanningEntry(var JobPaymentPlanningEntry: Record "KVSPSAJobPaymentPlanningEntry")
begin
end;

KVSPSAOnPreDataItemJobPaymentPlanningEntryPSP(Record KVSPSAJobPaymentPlanningEntry) :#

[IntegrationEvent(false, false)]
local procedure KVSPSAOnPreDataItemJobPaymentPlanningEntryPSP(var JobPaymentPlanningEntry: Record "KVSPSAJobPaymentPlanningEntry"): 
[EventSubscriber(ObjectType::Report, Report::"KVSPSAJob Effort To Invoice", 'KVSPSAOnPreDataItemJobPaymentPlanningEntryPSP', '', false, false)]
local procedure DoSomethingKVSPSAOnPreDataItemJobPaymentPlanningEntryPSP(var JobPaymentPlanningEntry: Record "KVSPSAJobPaymentPlanningEntry")
begin
end;

KVSPSAOnPreDataItemPSPLine(Record KVSPSAJobPSPLine) :#

[IntegrationEvent(false, false)]
local procedure KVSPSAOnPreDataItemPSPLine(var JobPSPLine: Record "KVSPSAJobPSPLine"): 
[EventSubscriber(ObjectType::Report, Report::"KVSPSAJob Effort To Invoice", 'KVSPSAOnPreDataItemPSPLine', '', false, false)]
local procedure DoSomethingKVSPSAOnPreDataItemPSPLine(var JobPSPLine: Record "KVSPSAJobPSPLine")
begin
end;

KVSPSAOnPreDataItemSalesLine(Record Sales Line) :#

[IntegrationEvent(false, false)]
local procedure KVSPSAOnPreDataItemSalesLine(var SalesLine: Record "Sales Line"): 
[EventSubscriber(ObjectType::Report, Report::"KVSPSAJob Effort To Invoice", 'KVSPSAOnPreDataItemSalesLine', '', false, false)]
local procedure DoSomethingKVSPSAOnPreDataItemSalesLine(var SalesLine: Record "Sales Line")
begin
end;