Question
1
Replies
115
Views
Infosys
Posted: July 2, 2020
Last activity: July 3, 2020
Interaction Header Is not getting refreshed in Pega 8.3
Hi,
In Pega 7.3 we were using CPMRefreshInteractionHeader to refresh the Interaction Header on click of a button but now in Pega 8.3 it is not working as D_CPMPortalContext is not holding the data of the interaction now.
If anyone has any idea, in Pega 8.3 how we can achieve it, please share
Thanks,
Pujitha
***Edited by Moderator Kayla to update Platform Capability tags****
Hi Pujitha,
D_CPMPortalContext, D_CPMPortalRecents are not the primary pages in CS-8. The replacement property for D_CPMPortalContext.InteractionHeaderRefreshDateTime is D_Interaction[Primary.CurrentInteractionID].InteractionHeaderRefreshDateTime.
You can update this property.