KVSPSAJobQtyAllocatedMtx#
Events#
OnAfterValidateQuantity(Date) :#
Summary: This Event will be raised at the end of Procedure ValidateQuantity
[IntegrationEvent(false, false)]
local procedure OnAfterValidateQuantity(NewDate: Date):
[EventSubscriber(ObjectType::Page, Page::"KVSPSAJobQtyAllocatedMtx", 'OnAfterValidateQuantity', '', false, false)]
local procedure DoSomethingOnAfterValidateQuantity(NewDate: Date)
begin
end;
Parameters:
NewDate
:
OnBeforeInsertJobBudgetEntry(Record KVSPSA Job Budget Entry, Record KVSPSA Job Budget Line) :#
Summary: This Event will be raised before Insert the JobBudgetEntry in Procedure ValidateQuantity
[IntegrationEvent(false, false)]
local procedure OnBeforeInsertJobBudgetEntry(var JobBudgetEntry: Record "KVSPSA Job Budget Entry"; Rec: Record "KVSPSA Job Budget Line"):
[EventSubscriber(ObjectType::Page, Page::"KVSPSAJobQtyAllocatedMtx", 'OnBeforeInsertJobBudgetEntry', '', false, false)]
local procedure DoSomethingOnBeforeInsertJobBudgetEntry(var JobBudgetEntry: Record "KVSPSA Job Budget Entry"; Rec: Record "KVSPSA Job Budget Line")
begin
end;
Parameters:
JobBudgetEntry
:Rec
: