Table of Contents

OnSetPurchOrderLineValues Event

Codeunit Get Purchase Orders

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

Signature

[IntegrationEvent(false, false)]
OnSetPurchOrderLineValues(PurchOrderLine: Record "Purchase Line"; var TempExportPurchaseLine: Record "QWEWF Export Purchase Line" temporary)

Parameters

PurchOrderLine Record "Purchase Line"

The current Purchase Order Line.

var TempExportPurchaseLine Record "QWEWF Export Purchase Line" 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