Table of Contents

OnBeforeFinalPostPurchaseDocument Event

Codeunit Public Events

Raised before the invoice/credit memo is posted.

Signature

[IntegrationEvent(false, false)]
OnBeforeFinalPostPurchaseDocument(var DSCHeader: Record "QWEDSC Header"; var IsHandled: Boolean)

Parameters

var DSCHeader Record "QWEDSC Header"

The current DSC Header that is going to be posted.

var IsHandled Boolean

Should be set to true if the subscriber handles the posting. Should be honored if already set. (Handled Pattern)

This documentation is generated from Dynamics Software Connector v24.29