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 | Option | OptionMembers: ,Requested Receipt Date,Promised Receipt Date,Expected Receipt Date |
| 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) :#
[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;