Skip to content

KVSTRDDelivSchedAdherenceEntry#

Fields#

Name Type Note
Source Type Integer
Source ID Code[20]
Source Ref. No. Integer
Buy-from Vendor No. Code[20]
Vendor Shipment No. Code[35]
Item No. Code[20]
Variant Code Code[10]
Description Text[100]
Criterion Enum (KVSTRDReceiptDateCriterion)
Receipt Date Unconfirmed Boolean
Reference Date Date
Receipt Date Deviation (Days) Integer
Posting Date Date
Requested Receipt Date Date
Promised Receipt Date Date
Planned Receipt Date Date
Expected Receipt Date Date
Quantity Decimal
Unit of Measure Code Code[10]
Qty. per Unit of Measure Decimal
Quantity (Base) Decimal
Location Code Code[10]

Events#

KVSTRDOnAfterCopyFromPurchRcptLine(Record KVSTRDDelivSchedAdherenceEntry, Record Purch. Rcpt. Line, Record Purchase Line) :#

Summary: This event is raised after the delivery schedule adherence entry has been copied from a purchase receipt line.

[IntegrationEvent(false, false)]
local procedure KVSTRDOnAfterCopyFromPurchRcptLine(var DelivSchedAdherenceEntry: Record "KVSTRDDelivSchedAdherenceEntry"; PurchRcptLine: Record "Purch. Rcpt. Line"; PurchaseLine: Record "Purchase Line"): 
[EventSubscriber(ObjectType::Table, Table::"KVSTRDDelivSchedAdherenceEntry", 'KVSTRDOnAfterCopyFromPurchRcptLine', '', false, false)]
local procedure DoSomethingKVSTRDOnAfterCopyFromPurchRcptLine(var DelivSchedAdherenceEntry: Record "KVSTRDDelivSchedAdherenceEntry"; PurchRcptLine: Record "Purch. Rcpt. Line"; PurchaseLine: Record "Purchase Line")
begin
end;

Parameters:

  • DelivSchedAdherenceEntry: The delivery schedule adherence entry being copied to.
  • PurchRcptLine: The purchase receipt line being copied from.
  • PurchaseLine: The purchase line related to the purchase receipt line.