Skip to content

KVSTRDDelivSchedAdherenceMgt#

Events#

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

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

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

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