KVSPSA Budgetline-Reserve
Events
KVSPSAOnBeforeVerifyQuantity(Record KVSPSA Job Budget Line, Record KVSPSA Job Budget Line, Boolean) :
Summary: Integration event that fires before verifying quantity changes on job budget line.
[IntegrationEvent(false, false)]
local procedure KVSPSAOnBeforeVerifyQuantity(var NewJobBudgetLine: Record "KVSPSA Job Budget Line"; var OldJobBudgetLine: Record "KVSPSA Job Budget Line"; var IsHandled: Boolean):
Parameters:
NewJobBudgetLine: The new job budget line with updated quantityOldJobBudgetLine: The old job budget line before quantity changeIsHandled: Set to true to skip the default quantity verification logic