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 | |
| KVSKBAPostingCode | Code[10] | Warning: Obsolete | 
| 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.
[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): 
[EventSubscriber(ObjectType::TableExtension, TableExtension::"KVSKBAReturnShipmentLine", 'KVSKBAOnBeforeShowEditReturnShptLine', '', false, false)]
local procedure DoSomethingKVSKBAOnBeforeShowEditReturnShptLine(var ReturnShipmentLine: Record "Return Shipment Line"; var SkipStandardCode: Boolean)
begin
end;