Table of Contents

KVSKBAReturnReceiptLine

Extends #437dbf0e84ff417a965ded2bb9650972#Return Receipt Line

Fields

Name Type Note
KVSKBAUnitPricePriceUnit Decimal
KVSKBAPriceUnit Decimal
KVSKBAItemPriceGroup Code[10]
KVSKBAItemDiscGroup Code[20]
KVSKBADocumentProcessID Code[20]
KVSKBAPreviousText Boolean FlowField
KVSKBAAfterText Boolean FlowField
KVSKBAAlternative Enum (KVSKBAAlternative)
KVSKBAIndentation Integer
KVSKBAPositionNo Code[20]
KVSKBATotaling Text[20]
KVSKBAPrintLine Boolean
KVSKBANullPosition Enum (KVSKBANullPosition) Warning: Obsolete
KVSKBANotBillable Code[20]
KVSKBAPriceCalcExist Boolean FlowField
KVSKBADiscountCalcExist Boolean FlowField
KVSKBAPriceOrigin Enum (KVSKBASalesPriceOrigin)
KVSKBALineDiscountOrigin Enum (KVSKBASalesLineDiscountOrigin)
KVSKBAOrderBacklogLCY Decimal
KVSKBAAmountNetLCY Decimal
KVSKBAInvoicedNetLCY Decimal
KVSKBAShippednotInvoicedNetLCY Decimal
KVSKBAContractNo Code[20]
KVSKBAContractLineNo Integer

Events

KVSKBAOnBeforeShowEditReturnRcptLine(Record Return Receipt Line, Boolean) :

OBSOLETE

This Element will be removed or changed with a future Version of the App.

Summary: Event raised before showing edit return 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 KVSKBAOnBeforeShowEditReturnRcptLine(var ReturnReceiptLine: Record "Return Receipt Line"; var SkipStandardCode: Boolean): 

Parameters:

  • ReturnReceiptLine: The record of return receipt line.
  • SkipStandardCode: The flag to indicate whether skip standard code, if the event subscriber set it to true, the standard code in edit return 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 return receipt line page, Obsolete since 25.2.;