Table of Contents

OnSetPurchOrderHeaderValues Event

Codeunit Get Purchase Orders

Raised before the Purchase Order is exported to the Work Flow System.

Signature

[IntegrationEvent(false, false)]
OnSetPurchOrderHeaderValues(PurchOrder: Record "Purchase Header"; var TempExportPurchaseHeader: Record "QWEWF Export Purchase Header" temporary)

Parameters

PurchOrder Record "Purchase Header"

The current Purchase Order Header.

var TempExportPurchaseHeader Record "QWEWF Export Purchase Header" temporary

The data that will be exported to the Work Flow System. Change the fields in this record to export other data. This record is only used as a data container, don't call Modify.

This documentation is generated from WF Connect v24.24