KVSPSAJob Contact Management
Events
KVSPSAOnAfterFoundJobContactInInsertJobContactRecord(Record KVSPSAJob Contact, Code[20]) :
[IntegrationEvent(false, false)]
local procedure KVSPSAOnAfterFoundJobContactInInsertJobContactRecord(var JobContact: Record "KVSPSAJob Contact"; ContactRoleCode: Code[20]):
KVSPSAOnBeforeCheckJobBudgetContactUpdates(Record KVSPSA Job Budget Line, Record KVSPSA Job Budget Line, Boolean) :
Summary: This event can be used to implement CheckJobPSPLineContactUpdate
[IntegrationEvent(false, false)]
local procedure KVSPSAOnBeforeCheckJobBudgetContactUpdates(var KVSPSAJobBudgetLine: Record "KVSPSA Job Budget Line"; var xKVSPSAJobBudgetLine: Record "KVSPSA Job Budget Line"; var IsHandled: Boolean):
Parameters:
KVSPSAJobBudgetLine: The Rec of the Rec.Modify TriggerxKVSPSAJobBudgetLine: The xRec of the Rec.Modify TriggerIsHandled: A boolean value indicating whether the event is handled. Set this parameter to true to mark the event as handled and exit the original procedure afterwards.
KVSPSAOnBeforeCheckJobContactUpdates(Record Job, Record Job, Boolean) :
[IntegrationEvent(false, false)]
local procedure KVSPSAOnBeforeCheckJobContactUpdates(var Job: Record "Job"; var xRecJob: Record "Job"; var IsHandled: Boolean):
KVSPSAOnBeforeCheckJobPSPContactUpdates(Record KVSPSAJobPSPLine, Record KVSPSAJobPSPLine, Boolean) :
Summary: This event can be used to implement CheckJobPSPLineContactUpdate
[IntegrationEvent(false, false)]
local procedure KVSPSAOnBeforeCheckJobPSPContactUpdates(var KVSPSAJobPSPLine: Record "KVSPSAJobPSPLine"; var xKVSPSAJobPSPLine: Record "KVSPSAJobPSPLine"; var IsHandled: Boolean):
Parameters:
KVSPSAJobPSPLine: The Rec of the Rec.Modify TriggerxKVSPSAJobPSPLine: The xRec of the Rec.Modify TriggerIsHandled: A boolean value indicating whether the event is handled. Set this parameter to true to mark the event as handled and exit the original procedure afterwards.
KVSPSAOnBeforeInsertJobContact(Code[20], Code[20], Boolean, Code[20]) :
[IntegrationEvent(false, false)]
local procedure KVSPSAOnBeforeInsertJobContact(JobNo: Code[20]; ContNo: Code[20]; var IsHandled: Boolean; var ContactRoleCode: Code[20]):
KVSPSAOnBeforeInsertJobContactRecord(Record KVSPSAJob Contact) :
[IntegrationEvent(false, false)]
local procedure KVSPSAOnBeforeInsertJobContactRecord(var JobContact: Record "KVSPSAJob Contact"):
KVSPSAOnBeforePurchaseDocUpdateJobContact(Record Purchase Header, Code[20], Boolean) :
[IntegrationEvent(false, false)]
local procedure KVSPSAOnBeforePurchaseDocUpdateJobContact(PurchaseHeader: Record "Purchase Header"; JobNo: Code[20]; var IsHandled: Boolean):
KVSPSAOnBeforeSalesDocUpdateJobContact(Record Sales Header, Code[20], Boolean) :
[IntegrationEvent(false, false)]
local procedure KVSPSAOnBeforeSalesDocUpdateJobContact(SalesHeader: Record "Sales Header"; JobNo: Code[20]; var IsHandled: Boolean):