Skip to content

KVSTRDFreightCostHeader#

Fields#

Name Type Note
Code Code[50]
Description Text[100]
Status Enum (KVSTRDFreightCostStatus)
Calculation Base Enum (KVSTRDFreightCostCalcBaseType)
Starting Date Date
Ending Date Date
Line-based Start + Ending Date Boolean
Currency Code Code[10]

Procedures#

TestStatus() :#

procedure TestStatus(): 

Events#

KVSTRDOnBeforeFindDuplicateFreightCostLine(Record KVSTRDFreightCostLine, Boolean) :#

[IntegrationEvent(false, false)]
local procedure KVSTRDOnBeforeFindDuplicateFreightCostLine(FreightCostLine: Record "KVSTRDFreightCostLine"; var IsHandled: Boolean): 
[EventSubscriber(ObjectType::Table, Table::"KVSTRDFreightCostHeader", 'KVSTRDOnBeforeFindDuplicateFreightCostLine', '', false, false)]
local procedure DoSomethingKVSTRDOnBeforeFindDuplicateFreightCostLine(FreightCostLine: Record "KVSTRDFreightCostLine"; var IsHandled: Boolean)
begin
end;