Support Article
Unable to notify operator when operator is mentioned in Pulse
Summary
If operator Id contains '-' hyphen, notification email is not sent to the operator when it is mentioned in Pulse. However, the operator Id is not replaced by the operator name after the post.
Note:
- Email address is used for operator ID with AzureAD Single Sign-On (SSO)
- Email address of some operators contains "-" (hyphen)
- Set up operator ID by activity
Error Messages
Not Applicable
Steps to Reproduce
- Create an operator ID with hyphen (For example, test-01)
- Log in as an operator
- Create or open a case
- Input a Pulse post that mentions the operator created (For example, @test-01)
- Post the message
Root Cause
A software use or operation error.
Resolution
Hyphen is never allowed in operator IDs in Pega. As a result, the operators IDs with hyphen are blocked from receiving notifications. Blocking of hyphens is implemented in the pyParseMentionedItem activity which rules out the operators with hyphen in IDs with no further processing. The Pulse notifications and email notifications are processed by this activity.
Alternatively,
Perform the following local-change:
Modify the Py rule to remove the When condition which performs hyphen check in step 1.
Published April 10, 2020 - Updated December 2, 2021
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.