In Pulse,(portal) for Inbound and Outbound mails until browser refresh email is not getting displayed.
Is there any option for automatic refresh.
In Pulse,(portal) for Inbound and Outbound mails until browser refresh email is not getting displayed.
Is there any option for automatic refresh.
@SivakumarV17164857 In Constellation UI, automatic refresh is not typically implemented because it may affect users sorting or grouping data. Instead, a messaging server is used to notify which data pages should be refreshed. This is achieved by calling the activity pxC11NPublishDatapageUpdate and passing the data page name as a parameter. This API is available in Pega 8.8 and higher. However, choosing the right extension point is critical to avoid unnecessary refresh prompts or stale data. For example, if you want to refresh the case history in Constellation, you can resave the pyAddWorkHistoryDefaults activity into your application layer and refresh the data page D_pyWorkHistory. Users will see the ‘refresh to click’ action when some changes have been made to the case.
This is a GenAI-powered tool. All generated answers require validation against the provided references.
How to notify users to refresh an outdated List View in Constellation UI