Skip to content

KVSMEDProcessParticipantLib#

Events#

OnBeforeAddProcessParticipant(Code[20], Code[20], Code[10], Code[20], Date, Date, Integer, Integer, Code[10], Boolean) :#

Summary: This event is fired before Process Participant is inserted.

[IntegrationEvent(false, false)]
local procedure OnBeforeAddProcessParticipant(CustomerNo: Code[20]; ProcessNo: Code[20]; PartnerRole: Code[10]; ContactPartnerNo: Code[20]; StartingDate: Date; EndingDate: Date; BillingRelevance: Integer; ContractRelevance: Integer; ProcessTypeCode: Code[10]; var IsHandled: Boolean): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSMEDProcessParticipantLib", 'OnBeforeAddProcessParticipant', '', false, false)]
local procedure DoSomethingOnBeforeAddProcessParticipant(CustomerNo: Code[20]; ProcessNo: Code[20]; PartnerRole: Code[10]; ContactPartnerNo: Code[20]; StartingDate: Date; EndingDate: Date; BillingRelevance: Integer; ContractRelevance: Integer; ProcessTypeCode: Code[10]; var IsHandled: Boolean)
begin
end;

Parameters:

  • CustomerNo:
  • ProcessNo:
  • PartnerRole:
  • ContactPartnerNo:
  • StartingDate:
  • EndingDate:
  • BillingRelevance:
  • ContractRelevance:
  • ProcessTypeCode:
  • IsHandled: