KVSPSAUpdateJobItemCostSI#
Events#
KVSPSAOnCheckShouldPostDifferenceJobLedgerEntry(Date, Boolean) :#
[IntegrationEvent(false, false)]
local procedure KVSPSAOnCheckShouldPostDifferenceJobLedgerEntry(JobLedgerEntryPostDate: Date; var ForcePost: Boolean):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSPSAUpdateJobItemCostSI", 'KVSPSAOnCheckShouldPostDifferenceJobLedgerEntry', '', false, false)]
local procedure DoSomethingKVSPSAOnCheckShouldPostDifferenceJobLedgerEntry(JobLedgerEntryPostDate: Date; var ForcePost: Boolean)
begin
end;
KVSPSAOnPostTotalCostAdjustmentOnBeforeJobLedgEntryModify(Record Job Ledger Entry, Record Item Ledger Entry) :#
[IntegrationEvent(false, false)]
local procedure KVSPSAOnPostTotalCostAdjustmentOnBeforeJobLedgEntryModify(var JobLedgerEntry: Record "Job Ledger Entry"; ItemLedgerEntry: Record "Item Ledger Entry"):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSPSAUpdateJobItemCostSI", 'KVSPSAOnPostTotalCostAdjustmentOnBeforeJobLedgEntryModify', '', false, false)]
local procedure DoSomethingKVSPSAOnPostTotalCostAdjustmentOnBeforeJobLedgEntryModify(var JobLedgerEntry: Record "Job Ledger Entry"; ItemLedgerEntry: Record "Item Ledger Entry")
begin
end;