Skip thread level data page reload for intent if its was present for interaction case already
Hi,
we use a CPM based application which loads account data on thread level D page named D_Acct[acct_no:"12345"].
This D page, although was present in the interaction case thread, get reloaded since as we refer to the same D page in any service case, the thread being the child thread reloads the D page again. But since, both service and interaction belong to the same customer account, this reload is completely unnecessary.
What is the best way to avoid such a reload considering the D page is on thread scope and interaction and service cases are different threads?