Skip to content

KVSKBARequisitionLine#

Extends #437dbf0e84ff417a965ded2bb9650972#Requisition Line

Fields#

Name Type Note
KVSKBANumberofBlanketOrdLines Integer FlowField
KVSKBABlanketOrderNo Code[20]
KVSKBABlanketOrderLineNo Integer
KVSKBADirectUnitCostPriceUnit Decimal
KVSKBAPriceUnit Decimal
KVSKBASubcontractedItem Boolean
KVSKBAStandardTaskCode Code[10]
KVSKBAAssignedUserID Code[50]
KVSKBAGenerateQuoteRequest Boolean
KVSKBAQuoteRequestsexist Boolean FlowField
KVSKBACheckCreateNewPurchOrder Boolean
KVSKBAOrderDateCalcReq Date
KVSKBAToDateCalcReq Date
KVSKBAUseForecastCalcReq Code[10]
KVSKBAExclForecBefCalcReq Date
KVSKBABlanketPurchOrderExists Boolean FlowField

Events#

KVSKBAOnBeforeDrilldownBlanketPurchOrderExists(Record Requisition Line, Boolean) :#

[IntegrationEvent(false, false)]
local procedure KVSKBAOnBeforeDrilldownBlanketPurchOrderExists(RequisitionLine: Record "Requisition Line"; var IsHandled: Boolean): 
[EventSubscriber(ObjectType::TableExtension, TableExtension::"KVSKBARequisitionLine", 'KVSKBAOnBeforeDrilldownBlanketPurchOrderExists', '', false, false)]
local procedure DoSomethingKVSKBAOnBeforeDrilldownBlanketPurchOrderExists(RequisitionLine: Record "Requisition Line"; var IsHandled: Boolean)
begin
end;

KVSKBAOnBeforeCalcBlanketPurchOrderExists(Record Requisition Line, Boolean, Boolean) :#

[IntegrationEvent(false, false)]
local procedure KVSKBAOnBeforeCalcBlanketPurchOrderExists(RequisitionLine: Record "Requisition Line"; var BlanketPurchaseOrderExist: Boolean; var IsHandled: Boolean): 
[EventSubscriber(ObjectType::TableExtension, TableExtension::"KVSKBARequisitionLine", 'KVSKBAOnBeforeCalcBlanketPurchOrderExists', '', false, false)]
local procedure DoSomethingKVSKBAOnBeforeCalcBlanketPurchOrderExists(RequisitionLine: Record "Requisition Line"; var BlanketPurchaseOrderExist: Boolean; var IsHandled: Boolean)
begin
end;