OnGetExtraValues Event
Raised after a record is read from the database. Makes it possible to set the ExtraValues 1..10, to be returned to the client.
Signature
[IntegrationEvent(false, false)]
OnGetExtraValues(PurchInvLineAggregate: Record "Purch. Inv. Line Aggregate"; PurchaseOrderLine: 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.
PurchaseOrderLine
Record "Purchase Line"
The current Purchase Order 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.0