Skip to Content
0
Former Member
Aug 21, 2007 at 02:37 PM

"End contact" not working on first click

33 Views

Hello everyone,

We're currently developing the ICWC in CRM 5.0 with a CLM extension pack.

We're having a problem with the End Interaction button. The functionality behind it (raising the events, saving transactions, ending the current customer) are all working perfectly, so when End Interaction is pressed, the IC navigates back to the default views and so on.

And now the problem: the contact information is not cleared from the Contact Information Box in the contextareapage. I already debugged the whole thing for some days now and I'm quite sure that the problem is somewhere with a refresh and maybe at javascript level.

The context area custom controller display_name and company_name variables are empty, even when the view is loaded (breakpoint in contextareapage.htm) but still the information is shown on the screen. When I play around with other functions in the contextareapage (like pressing back on the history breadcrumb, opening the scratchpad, pressing the end contact button again and so on) makes the contact information dissapear so this makes me think that a javascript refresh function was not called correctly.

We already replaced quite some views now but we did not touch the contextareapage itself. I debugged the end contact procedure in our Z profile together with the SAP default profile and I don't see ANY difference, all the correct custom controllers are registered for the correct events and so on.

I already tried to launch some javascript functions from the contextareapage (ic_base_contextarea_scripts.js) like updateCallerInfo(), interactionEnded() but without luck. (I launched the javascripts by placing them in

Could someone help me on track again?

I know that the MCM thing is responsible for injecting(?) javascripts in the required pages but don't know how to use it, maybe someone has any info on this?

Many many thanks in advance,

Kind regards,

Joost