Skip to content

KVSMEDItemJnlPostLineSub#

Events#

OnBeforeUpdateImplementingDate(Record Serial No. Information, Record Item Ledger Entry, Boolean) :#

Summary: Integration event that is triggered before updating the implementing date.

[IntegrationEvent(false, false)]
local procedure OnBeforeUpdateImplementingDate(var SerialNoInformation: Record "Serial No. Information"; ItemLedgerEntry: Record "Item Ledger Entry"; var IsHandled: Boolean): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSMEDItemJnlPostLineSub", 'OnBeforeUpdateImplementingDate', '', false, false)]
local procedure DoSomethingOnBeforeUpdateImplementingDate(var SerialNoInformation: Record "Serial No. Information"; ItemLedgerEntry: Record "Item Ledger Entry"; var IsHandled: Boolean)
begin
end;

Parameters:

  • SerialNoInformation: The record of Serial No. Information.
  • ItemLedgerEntry: The record of Item Ledger Entry.
  • IsHandled: Boolean flag to indicate if the event is handled.

OnBeforeUpdateWarrantyCustomeruntil(Record Serial No. Information, Record Item Ledger Entry, Boolean) :#

Summary: Integration event that is triggered before updating the warranty customer until date.

[IntegrationEvent(false, false)]
local procedure OnBeforeUpdateWarrantyCustomeruntil(var SerialNoInformation: Record "Serial No. Information"; ItemLedgerEntry: Record "Item Ledger Entry"; var IsHandled: Boolean): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSMEDItemJnlPostLineSub", 'OnBeforeUpdateWarrantyCustomeruntil', '', false, false)]
local procedure DoSomethingOnBeforeUpdateWarrantyCustomeruntil(var SerialNoInformation: Record "Serial No. Information"; ItemLedgerEntry: Record "Item Ledger Entry"; var IsHandled: Boolean)
begin
end;

Parameters:

  • SerialNoInformation: The record of Serial No. Information.
  • ItemLedgerEntry: The record of Item Ledger Entry.
  • IsHandled: Boolean flag to indicate if the event is handled.