Table of Contents

KVSKBASalesOrder

Extends #437dbf0e84ff417a965ded2bb9650972#Sales Order

Events

KVSKBAOnActionCreateDropShipmentOnBeforeTestfieldStatusReleased(Record Sales Header, Boolean) :

Summary: Integration event raised before testing the status released field when creating a drop shipment.

[IntegrationEvent(false, false)]
local procedure KVSKBAOnActionCreateDropShipmentOnBeforeTestfieldStatusReleased(SalesHeader: Record "Sales Header"; var IsHandled: Boolean): 

Parameters:

  • SalesHeader: The current sales header for which the drop shipment is being created.
  • IsHandled: Indicates whether the event has been handled by the subscriber.

KVSKBAOnActionCreateSpecialOrderOnBeforeTestfieldStatusReleased(Record Sales Header, Boolean) :

Summary: Integration event raised before testing the status released field when creating a special order.

[IntegrationEvent(false, false)]
local procedure KVSKBAOnActionCreateSpecialOrderOnBeforeTestfieldStatusReleased(SalesHeader: Record "Sales Header"; var IsHandled: Boolean): 

Parameters:

  • SalesHeader: The current sales header for which the special order is being created.
  • IsHandled: Indicates whether the event has been handled by the subscriber.