Skip to content

KVSPSAJob Effort To Invoice#

Events#

KVSPSAOnPreDataItemJob(Record Job) :#

Summary: Integration event raised on pre data item for 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;

Parameters:

  • Job: The job record

KVSPSAOnPreDataItemJobLedgerEntry(Record Job Ledger Entry) :#

Summary: Integration event raised on pre data item for 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;

Parameters:

  • JobLedgerEntry: The job ledger entry record

KVSPSAOnPreDataItemJobPaymentPlanningEntry(Record KVSPSAJobPaymentPlanningEntry) :#

Summary: Integration event raised on pre data item for job payment planning entry.

[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;

Parameters:

  • JobPaymentPlanningEntry: The job payment planning entry record

KVSPSAOnPreDataItemJobPaymentPlanningEntryPSP(Record KVSPSAJobPaymentPlanningEntry) :#

Summary: Integration event raised on pre data item for job payment planning entry PSP.

[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;

Parameters:

  • JobPaymentPlanningEntry: The job payment planning entry record

KVSPSAOnPreDataItemPSPLine(Record KVSPSAJobPSPLine) :#

Summary: Integration event raised on pre data item for PSP line.

[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;

Parameters:

  • JobPSPLine: The job PSP line record

KVSPSAOnPreDataItemSalesLine(Record Sales Line) :#

Summary: Integration event raised on pre data item for 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;

Parameters:

  • SalesLine: The sales line record