KVSKBAPurchRcptLine
Extends #437dbf0e84ff417a965ded2bb9650972#Purch. Rcpt. Line
Fields
| Name | Type | Note |
|---|---|---|
| KVSKBADirectUnitCostPriceUnit | Decimal | |
| KVSKBAPriceUnit | Decimal | |
| KVSKBAServiceLineNo | Integer | |
| KVSKBAItemPriceGroup | Code[10] | |
| KVSKBASpecialOrderServiceNo | Code[20] | |
| KVSKBASpecOrdServItemLineNo | Integer | |
| KVSKBASpecialOrderServLineNo | Integer | |
| KVSKBAServiceOrderNo | Code[20] | |
| KVSKBAServiceOrderItemLineNo | Integer | |
| KVSKBADocumentProcessID | Code[20] | |
| KVSKBAPreviousText | Boolean | FlowField |
| KVSKBAAfterText | Boolean | FlowField |
| KVSKBAIndentation | Integer | |
| KVSKBAPositionNo | Code[20] | |
| KVSKBATotaling | Text[30] | |
| KVSKBAPrintLine | Boolean | |
| KVSKBAPriceCalcExist | Boolean | FlowField |
| KVSKBADiscountCalcExist | Boolean | FlowField |
| KVSKBAPriceOrigin | Enum (KVSKBAPurchasePriceOrigin) | |
| KVSKBALineDiscountOrigin | Enum (KVSKBAPurchLineDiscountOrigin) | |
| KVSKBAOrderQtyReceived | Decimal | |
| KVSKBAOrderQuantity | Decimal |
Events
KVSKBAOnBeforeShowEditPurchRcptLine(Record Purch. Rcpt. Line, Boolean) :
OBSOLETE
This Element will be removed or changed with a future Version of the App.
Summary: Event raised before showing edit purchase receipt line page.
[Obsolete('The KVSKBAExtendedUndoLines is be replaced by the Microsoft standard. The Event is no longer used', '27.0')]
[IntegrationEvent(false, false)]
local procedure KVSKBAOnBeforeShowEditPurchRcptLine(var PurchaseReceiptLine: Record "Purch. Rcpt. Line"; var SkipStandardCode: Boolean):
Parameters:
PurchaseReceiptLine: The record of purchase receipt line.SkipStandardCode: The flag to indicate whether skip standard code, if the event subscriber set it to true, the standard code in edit purchase receipt line page will be skipped, and only KBA custom code will be executed.
Remarks: This event is obsolete because the KVSKBAExtendedUndoLines will be replaced by the Microsoft standard, and the event is no longer used in edit purchase receipt line page, Obsolete since 25.2.;