Table of Contents

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): 

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): 

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.