Table of Contents

KVSKBAReturnShipmentLine

Extends #437dbf0e84ff417a965ded2bb9650972#Return Shipment Line

Fields

Name Type Note
KVSKBADirectUnitCostPriceUnit Decimal
KVSKBAPriceUnit Decimal
KVSKBAItemPriceGroup Code[10]
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)

Events

KVSKBAOnBeforeShowEditReturnShptLine(Record Return Shipment Line, Boolean) :

OBSOLETE

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

Summary: Event raised before showing edit return shipment 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 KVSKBAOnBeforeShowEditReturnShptLine(var ReturnShipmentLine: Record "Return Shipment Line"; var SkipStandardCode: Boolean): 

Parameters:

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