KVSFCYSalesLineExtension#
Extends #437dbf0e84ff417a965ded2bb9650972#Sales Line
Fields#
Name | Type | Note |
---|---|---|
KVSFCYUseCalcUnitListPrice | Boolean | |
KVSFCYCalculationUnitListPrice | Decimal | |
KVSFCYQuoteValidUntilDate | Date | |
KVSFCYQuoteStatusCode | Code[10] | |
KVSFCYOutstandingOrderQuantity | Decimal | FlowField |
KVSFCYMetalCode | Code[10] | |
KVSFCYMetalBasePrice | Decimal | |
KVSFCYMetalDeliveryCosts% | Decimal | |
KVSFCYMetalItemChargeAttachTo | Integer | |
KVSFCYDeliveryScheduleNo | Code[20] | |
KVSFCYDeliveryScheduleVersion | Integer | |
KVSFCYDeliveryScheduleEntryNo | Integer | |
KVSFCYQtyProForma | Decimal | |
KVSFCYQtyProFormaBase | Decimal | |
KVSFCYJobReservedQuantity | Decimal | FlowField |
KVSFCYJobReservedQtyBase | Decimal | FlowField |
KVSFCYCalcTrackingLinesExists | Boolean | FlowField |
Procedures#
KVSFCYCreateOrShowConfigurationData() :#
Obsolete
This Element will be removed or changed with a future Version of the App.
[Obsolete('FCY-862 Not longer used!', '22.4')]
procedure KVSFCYCreateOrShowConfigurationData():
Events#
KVSFCYOnBeforeTestJobPlanningLine(Record Sales Line, Boolean, Integer) :#
[IntegrationEvent(false, false)]
local procedure KVSFCYOnBeforeTestJobPlanningLine(var SalesLine: Record "Sales Line"; var IsHandled: Boolean; CallingFieldNo: Integer):
[EventSubscriber(ObjectType::TableExtension, TableExtension::"KVSFCYSalesLineExtension", 'KVSFCYOnBeforeTestJobPlanningLine', '', false, false)]
local procedure DoSomethingKVSFCYOnBeforeTestJobPlanningLine(var SalesLine: Record "Sales Line"; var IsHandled: Boolean; CallingFieldNo: Integer)
begin
end;