Good day,
I have a business event that is throwing system errors. (i have the same event working for another notification for PO Pending Approval emailing workgroups members) The purpose of this one is to send the workgroup members an email when a Quote is pending approval. I set it up the same; the GI works fine. I have attached the Business Event and GI. Below is the system errors. Any ideas and the issues? Also, it seems to fire on it own.
Thank you for your assistance in advance.
Evan
CustomMessage = Too many events of this kind (EventID).
EventID = BPEventNotifications_SendingFailedEventId
SourceContext = BusinessEvents
BPEventName = NXT-Workgroup Notification-Quote
ContextScreenId = SM502030
ContextUserIdentity = admin
CurrentCompany = Critical Infrastructure Holdings
EventID = BPEventNotifications_SendingFailedEventId
SourceContext = BusinessEvents
Exception =
System.ArgumentNullException: Value cannot be null.
Parameter name: key
at System.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument)
at System.Collections.Generic.Dictionary`2.FindEntry(TKey key)
at System.Collections.Generic.Dictionary`2.TryGetValue(TKey key, TValue& value)
at PX.BusinessProcess.Subscribers.ActionHandlers.EmailAction.RenderReport(PXGraph graph, NotificationReport reportData, IDictionary`2 eventRow)
at PX.BusinessProcess.Subscribers.ActionHandlers.EmailAction.GetAttachments(List`1 newRows, ValueTuple`2 definition)
at PX.BusinessProcess.Subscribers.ActionHandlers.EmailAction.Process(MatchedRow[] eventRows, CancellationToken cancellation)
at PX.BusinessProcess.EventQueueDispatcher.ProcessSubscriber(Event event, String finalMessageId, Subscriber subscriber, EventWorkflowInstance workflowInstance, ILogger logger, CancellationToken cancellationToken)