Table of Contents

KVSTRDSalesBlOrdValidityEvMgt

Events

KVSTRDOnBeforeCheckBlankedOrderAndSalesLineQty(Record Sales Line, Boolean) :

Summary: This event is raised before checking the validity of a blanket order and sales line quantity.

[IntegrationEvent(false, false)]
local procedure KVSTRDOnBeforeCheckBlankedOrderAndSalesLineQty(var SalesLine: Record "Sales Line"; var isHandled: Boolean): 

Parameters:

  • SalesLine: The sales line record being checked.
  • isHandled: Specifies if the event has been handled. If set to true, the default logic will not be executed.