Table of Contents

OnGetPurchaseInvoiceLineExtraValues Event

Page API - Purch. Inv. Lines

Raised after a record is read from the database. This event is raised if the Purchase Invoice is not posted. Makes it possible to set the ExtraValues 1..10, to be returned to the client.

Signature

[IntegrationEvent(false, false)]
OnGetPurchaseInvoiceLineExtraValues(PurchInvLineAggregate: Record "Purch. Inv. Line Aggregate"; PurchaseInvLine: Record "Purchase Line"; var ExtraValue1: Text; var ExtraValue2: Text; var ExtraValue3: Text; var ExtraValue4: Text; var ExtraValue5: Text; var ExtraValue6: Text; var ExtraValue7: Text; var ExtraValue8: Text; var ExtraValue9: Text; var ExtraValue10: Text)

Parameters

PurchInvLineAggregate Record "Purch. Inv. Line Aggregate"

The current Purchase Invoice Line Aggregate record.

PurchaseInvLine Record "Purchase Line"

The current Purchase Invoice Line record.

var ExtraValue1 Text

Extra Value 1.

var ExtraValue2 Text

Extra Value 2.

var ExtraValue3 Text

Extra Value 3.

var ExtraValue4 Text

Extra Value 4.

var ExtraValue5 Text

Extra Value 5.

var ExtraValue6 Text

Extra Value 6.

var ExtraValue7 Text

Extra Value 7.

var ExtraValue8 Text

Extra Value 8.

var ExtraValue9 Text

Extra Value 9.

var ExtraValue10 Text

Extra Value 10.

This documentation is generated from Spider v27.2