cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Wrong page at agent inbox when using back button in CRM Web UI

Former Member
0 Kudos
368

Hi guys,

I have a problem with the inbox of CRM Web UI (Interaction Center).
Somehow the page of my result list is not stored so I get back to page 1,
every time I use the back button (not the browsers).

This is the way I use:

Open the inbox -> search for service requests -> navigate to page 5 -> open a service request -> click the back button -> end up in the inbox at page 1.

Is there any way to store the information, at which page I leave the inbox, so the back button navigates me back to that page?

Thank you very much and best regards.

Chris

Accepted Solutions (0)

Answers (2)

Answers (2)

corrine_guan
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Chris,

What's your CRM version? I made tests in some systems like version SAPKU71313, when click 'back' on breadcrumb, it navigates to the previous page instead of page 1. Thus would you please try following:

1. As Garcia suggested, remove enhancement first: set user parameter WCF_IGNORE_ENHNACEMT to A, and reopen the page to make test again.

2. If issue still happens, please check which is the result view in INBOX? Is it ICCMP_INBOX/InboxResultView? Or ICCMP_INBOX/InboxItems?

Please go to the view in BSP_WD_CMPWB, and check methods IF_BSP_WD_HISTORY_STATE~STATE_RESTORE and

IF_BSP_WD_HISTORY_STATE~STATE_STORE. If they are called when display a service request, and click 'back' button:

CL_ICCMP_IN_INBOXRESULTVI_CTXT->IF_BSP_WD_HISTORY_STATE~STATE_RESTORE

CL_ICCMP_IN_INBOXRESULTVI_CTXT->IF_BSP_WD_HISTORY_STATE~STATE_STORE

OR

CL_ICCMP_IN_INBOXITEMS_CTXT->IF_BSP_WD_HISTORY_STATE~STATE_RESTORE

CL_ICCMP_IN_INBOXITEMS_CTXT->IF_BSP_WD_HISTORY_STATE~STATE_STORE

Best Regards, Corrine

BGarcia
Active Contributor
0 Kudos

Hi Chris,

Did you made any enhancement on the IC inbox? If not, you shouldn't have to do anything for that, it should be the default behaviour.I think SAP support might help you fixing that, since it should be considered a bug.

Kind regards,
Garcia