In this blog article, we will see how Pega Subscribers can read the published event messages This is the continuation of the previous article, where we published a custom notification message as soon as the case is assigned to the Sales Work basket. Please go through the article series in order number for better understanding. […]
Notifications in Pega – Part 3 – Create custom notification
In this blog article, we will see how to create a custom notification and perform UI action using WebSocket Publish-Subscribe event processing. It is recommended to go through the first two articles on the notification series before proceeding on this article. https://myknowtech.com/tag/notification Business scenario: Whenever a work is assigned to Sales workbasket, the workbasket should […]
Notifications in Pega – Part 2 – Web Gadget channel
In this blog article, we will see how we can send out notifications from Pega. Notifications can be email, mobile push messages or an update on the notification gadget. It is mandatory to go through my previous blog articles on WebSocket introduction. In the article, I will showcase the notification update using the out-of-the-box Notification […]
Notifications in Pega – Part 1 – WebSocket introduction
In this blog article, we will start with some basics about WebSocket technology. First, let’s talk about the Client-Server model You can see the client-server model in every service provider architecture. There can be one or more servers serving one or more clients. When we see from Pega perspective, the application server or the web […]