Table of Contents

OnGetPurchaseInvoiceExtraValues Event

Page API - Purchase Invoices

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)]
OnGetPurchaseInvoiceExtraValues(PurchInvEntityAggregate: Record "Purch. Inv. Entity Aggregate"; PurchaseInvoice: Record "Purchase Header"; 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

PurchInvEntityAggregate Record "Purch. Inv. Entity Aggregate"

The current Purchase Invoice Entity Aggregate record.

PurchaseInvoice Record "Purchase Header"

The current Purchase Invoice 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