Table of Contents

KVSFCYPurchPostPrintSubscriber

Events

OnAfterConfirmPost(Record Purchase Header) :

Summary: Event after confirming purchase post and print.

[IntegrationEvent(false, false)]
local procedure OnAfterConfirmPost(PurchaseHeader: Record "Purchase Header"): 

Parameters:

  • PurchaseHeader: The purchase header being processed.

OnAfterPost(Record Purchase Header) :

Summary: Event after posting purchase document.

[IntegrationEvent(false, false)]
local procedure OnAfterPost(var PurchaseHeader: Record "Purchase Header"): 

Parameters:

  • PurchaseHeader: The purchase header that was posted.

OnBeforeConfirmPost(Record Purchase Header, Boolean, Boolean, Integer) :

Summary: Event before confirming purchase post and print.

[IntegrationEvent(false, false)]
local procedure OnBeforeConfirmPost(var PurchaseHeader: Record "Purchase Header"; var HideDialog: Boolean; var IsHandled: Boolean; var DefaultOption: Integer): 

Parameters:

  • PurchaseHeader: The purchase header to process.
  • HideDialog: Whether to hide the confirmation dialog.
  • IsHandled: Whether the event is handled.
  • DefaultOption: The default option for confirmation.