IC Web Client: Requirement: After click on button END back to CALL LIST

Hello Experts,
we are using CRM 2007 (6.0).
I have to implement the following requirement:
When the user clicks on the button END in Interaction Center the user should come back to the CALL LIST.
Right now the the system always is getting back to IDENTIFY ACCOUNT. This is not very comfortable for the user as he or she has always make a view clicks to come back to the call list in order to call the next account (customer).
I tried to implement the required behaviour using rule policies (Intent Driven Interaction).
I customized the following:
If
Current Event Equals Interaction ended
Then
Navigate To ( Navigation Object type:Action = "IC_BT_IHI:B" )
Now I am pretty sure that the event 'Interaction Ended' is the right one, BUT my action is not correct! The system does not jump back to the call list.
My problem is that I can't find the correct action which gets me back to the CALL LIST!
Or is there another way to implement this requirement?
I would really appreciate your help!
Thank you and kind regards,
Roman
Ps: Actually there is an action called CALLLIST:B (Call Lists:Display) but this action does not seem to work properly!
Edited by: Roman Richter on Feb 28, 2011 11:55 AM
Edited by: Roman Richter on Mar 29, 2011 11:12 AM

Hello Experts,
we are using CRM 2007 (6.0).
I have to implement the following requirement:
When the user clicks on the button END in Interaction Center the user should come back to the CALL LIST.
Right now the the system always is getting back to IDENTIFY ACCOUNT. This is not very comfortable for the user as he or she has always make a view clicks to come back to the call list in order to call the next account (customer).
I tried to implement the required behaviour using rule policies (Intent Driven Interaction).
I customized the following:
If
Current Event Equals Interaction ended
Then
Navigate To ( Navigation Object type:Action = "IC_BT_IHI:B" )
Now I am pretty sure that the event 'Interaction Ended' is the right one, BUT my action is not correct! The system does not jump back to the call list.
My problem is that I can't find the correct action which gets me back to the CALL LIST!
Or is there another way to implement this requirement?
I would really appreciate your help!
Thank you and kind regards,
Roman
Ps: Actually there is an action called CALLLIST:B (Call Lists:Display) but this action does not seem to work properly!
Edited by: Roman Richter on Feb 28, 2011 11:55 AM
Edited by: Roman Richter on Mar 29, 2011 11:12 AM
SOLUTION:
Customizing was missing:
Define Generic OP Mapping:
Flag at 'Use Link ID'
Maintain IC_CALLIST in Logical Link ID

Similar Messages

  • To Disble the Field in Table Control after clicking Save button

    Hi,
    I have a requirement as follows. i need to disable one field in the table control after clicking save button. i tried with SCREEN elements but it disabling whole the table control but i need to disable that particular one record only in the table control. i found Structure CXTAB_COLUMN in documentaion. it has the properties like invisible. can any body tell how can we disble that particular field in table control only for the one record. and how can we use CXTAB_COLUMN.
    Thanks in advance.

    hi,
    do like this...
    in USER_COMMAND_1000 module of PAI,
    MODULE user_command_1000 INPUT.
      CASE ok_code.
        WHEN 'BACK' OR 'UP' OR 'CANC'.
          LEAVE PROGRAM.
        WHEN 'SAVE'.
          fl = 1.
          GET CURSOR LINE lin.
      ENDCASE.
    ENDMODULE.                 " user_command_1000  INPUT
    and make on module disable in Loop Endloop in PBO.
    and write like this...
    MODULE disable OUTPUT.
      LOOP AT SCREEN.
        IF tab1-current_line = lin AND fl = 1.
          screen-input = 0.
        ELSEIF tab1-current_line < lin.
          screen-input = 0.
        ELSE.
          screen-input = 1.
        ENDIF.
        MODIFY SCREEN.
      ENDLOOP.
    ENDMODULE.                 " disable  OUTPUT
    here fl and lin both are type i.....
    and there will b one module in PBO
    MODULE tab1_change_tc_attr.
    in that put if condition....
    MODULE tab1_change_tc_attr OUTPUT.
      IF sy-ucomm <> '' AND sy-ucomm <> 'SAVE'.
        DESCRIBE TABLE itab LINES tab1-lines.
      ENDIF.
    ENDMODULE.                    "TAB1_CHANGE_TC_ATTR OUTPUT
    ur problem will solve...
    reward if usefull....
    Edited by: Dhwani shah on Jan 2, 2008 1:17 PM

  • Why is there a delay after clicking any button when publishing to iOS?

    When I publish to HTML5, the app seems to run fine on my PC via a web browser. However, when I submit for iOS there is a very noticable delay after clicking any button. It takes at least 1-2 seconds for the next slide or object to appear. This might make it difficult to get the app approved when I'm finished. Please let me know if there is a workaround for this.
    Thanks,
    Jim

    I get the same results in a browser or as an app; I also seem to have the same problem on the Android Glaxaxy II (in browser). I do not have this issue on any PC. Here is the link: http://www.anacore.com/demo/
    I'm using buttons to Jump to Slide or Go to Next Slide. I am also using buttons to show/hide using advanced actions (under Easy to Use -> Easy Widgets). Pleaes let me know if you have suggestions for resolving the lag.
    Thanks,
    Jim

  • Help please. Purple dotted outline after clicking a button in my navigation bar.

    Please read my last post in this thread: http://forums.adobe.com/message/2392890#2392890
    How can I remove the dotted outline after clicking a button in my nav bar at my site? (site is linked in that thread I linked)
    EDIT: Nevermind. After doing some research, I found this. http://arjaneising.nl/css/dont-remove-the-outline-from-links
    This answered my question.
    Message was edited by: DBXPX

    Excellent.
    It would be good to mark this thread as Answered so the folks who help will not need to keep clicking in it.  Thanks.
    E. Michael Brandt
    www.divahtml.com
    www.divahtml.com/products/scripts_dreamweaver_extensions.php
    Standards-compliant scripts and Dreamweaver Extensions
    www.valleywebdesigns.com/vwd_Vdw.asp
    JustSo PictureWindow
    JustSo PhotoAlbum, et alia

  • Can we remain in the same state even after clicking submit button?

    Hello All,
    Can we remain in the same stage even after clicking submit button? Also it should remain in the same stage only when certain conditions are met. For eg:
    Condition : In Stage1, CustomFieldA default value is 'No'. To pass from Stage1 to Stage2 the CustomFieldA value should be made to yes.
    Scenario 1 : CustomFieldA value is 'No', and I click on Submit .
    Expected Result : should remain in the same stage
    Is above result achievable in PS 2013? I am creating workflow in Visual Studio 2012, so can I handle this in the workflow?
    Please help.

    The above answer was proved wrong, so please follow this link to get the answer.
    http://social.msdn.microsoft.com/Forums/en-US/8c75d74d-1ea6-4273-96cd-e70f5a5688fc/how-to-remain-in-the-same-stage-even-after-clicking-submit-button?forum=project2010custprog

  • IDVD quits after clicking Burn button, need help.

    After clicking burn button on iDVD, the software quits.
    The message appears:
    The application iDVD quit unexpectedly.
    Mac OS X and other application are not affected.
    Click Reopen to open the application again. Click Report to see more details or send a report to Apple.
    part of the report:
    OS Version: 10.4.5 (Build 8H14)
    Report Version: 4
    Command: iDVD
    Path: /Applications/iDVD.app/Contents/MacOS/iDVD
    Parent: WindowServer [94]
    Version: 5.0.1 (626)
    Build Version: 26
    Project Name: iDVD
    Source Version: 6260000
    PID: 417
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000000

    I SEND MY THANKS TO LATVIA. YOUR REPLY SOLVED MY PROBLEM OF UNEXPECTED QUITS AFTER SEVERAL HOURS OF "HELP SEARCHING" ON THE INTERNET.
    SO MY ADVICE TO MAC USERS FROM OTHER COUNTRIES THAN ENGLISH AND COUPLE MORE SUPPORTED LANGUAGES: CHECK FIRST YOUR INTERNATIONAL SETTINGS

  • Hi all, how to dubug an application after clicking ok button on popup

    Hi all, how to dubug an application after clicking ok button on popup, pcan anyone give me the porcedure
    Regards,
    Sre

    Copy the below text into a notepad file and save.
    [FUNCTION]
    Command=/H
    Title=Debugger
    Type=SystemCommand
    Now when you get a popup and want to debug from the same, drag & drop the saved file on to the popup window and debug starts right after the next user-command.

  • I'm trying to install itunes on new laptop but after clicking install button it jumps straight to thank you page!

    i'm trying to install itunes on laptop but after clicking install button it jumps straight to thank you page!

    Hello hate_technology,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    Trouble installing iTunes or QuickTime for Windows
    http://support.apple.com/kb/HT1926
    If you are having trouble installing iTunes or QuickTime for Windows, follow the troubleshooting steps in this article.
    Best of luck,
    Mario

  • With iOS 7 and certain apps I get a message that ask me to connect to iTunes to receive notifications. After clicking "OK" it comes back repeatedly and freezes the App: Friends, Dropbox, among others. The only way to escape is to shut down and restart.

    With iOS 7 and certain apps I get a message that ask me to connect to iTunes to receive notifications. After clicking "OK", it comes back repeatedly and freezes the App: Friends, Dropbox, among others. The only way to escape is to shut down and restart. I think this is a "bug" with older apps. How can I solve it in orther to use the apps? It doesn´t occur with my iPad, only with my iPhone 5.

    Thankyou for your kind answer: with Dropbox, it solved the problem; with Friends, still the same

  • Show Top of the Page after Click Save button

    Hi all,
     i have requirement i want show top of the page after click of save button.if you know answer please give reply.
    Regards
    VeerendraNadh

    Hi,
    Would you mind providing more details(screenshot would be better) about your requirement? It would make others easier to find a solution for you.
    Suppose that there is a scenario like this: Edit a page, when content grows too large, page will scroll to the bottom of the page. When clicking “Save” button in the
    ribbon, by default, page will scroll to the top just like it is first loaded in the browser.
    Feel free to reply if this is not what you really mean.
    Best regards
    Patrick Liang
    TechNet Community Support

  • Siebel Web Client  crashes when clicking a certain view (Income).

    We are using Siebel Public Sector and I am encountering a recurring issue with our Siebel Web Client. For most part it works but something strange occurs when I execute a series of steps. Whenever I go to the Contacts Screen > Income View then click on another screen tab (i.e. Contacts, Cases, Calendar, Home, Households, etc.) the web client stops responding and throws out an error saying: Session Warning: The server you are trying to access is either busy or experiencing difficulties. Please close the Web browser, open a new browser window, and try logging in again.
    I'm not really sure what is going on so I checked the logs. I'm not really sure what is going on. If someone could enlighten me on what this issue could be that would be awesome!
    ----------- Log FILES -----------
    The sweapp logs got updated with these messages.
    SisnapiLayerLog     Error     1     000000814c570f29:0     2010-08-03 09:54:43     1440934800: [SISNAPI] Async Thread: connection (0xb919828), error (1180682) while reading message
    GenericLog     GenericError     1     000000814c570f29:0     2010-08-03 09:54:43     (ssmsismgr.cpp (837) err=1180682 sys=0) SBL-NET-01034: The SISNAPI connection was closed by the peer.
    GenericLog     GenericError     1     000000024c570e66:0     2010-08-03 09:54:43     ( (0) err=4653067 sys=0) SBL-SCB-00011: Failed to connect to pipe ((null)) on process (null).
    GenericLog     GenericError     1     000000024c570e66:0     2010-08-03 09:54:43     (ssmsismgr.cpp (773) err=3670020 sys=0) SBL-SSM-00004: SISNAPI Hello failed. The server component could be down.
    GenericLog     GenericError     1     000000024c570e66:0     2010-08-03 09:54:43     (ssmsismgr.cpp (1761) err=3670022 sys=0) SBL-SSM-00006: Error while sending message to server.
    ObjMgrSessionLog     Error     1     000000024c570e66:0     2010-08-03 09:54:43     CSSUModel::InvokeSrvcMethod - Failed with Error=10879179 for service=Web Engine Interface, method=Request
    ProcessPluginRequest     ProcessPluginRequestError     1     000000024c570e66:0     2010-08-03 09:54:43     -1742095472: [SWSE] Error invoking service method 10879179
    ProcessPluginRequest     ProcessPluginRequestError     1     000000024c570e66:0     2010-08-03 09:54:43     -1742095472: [SWSE] Error Message 0 : error 10879179 : Not connected to the server.
    SBL-SSM-00006: Error while sending message to server.
    ProcessPluginState     ProcessPluginStateError     1     000000024c570e66:0     2010-08-03 09:54:43     -1742095472: [SWSE] Invoke service method failed.
    GenericLog     GenericError     1     000000024c570e66:0     2010-08-03 09:54:43     ( (0) err=4653067 sys=0) SBL-SCB-00011: Failed to connect to pipe ((null)) on process (null).
    GenericLog     GenericError     1     000000024c570e66:0     2010-08-03 09:54:43     (ssmsismgr.cpp (773) err=3670020 sys=0) SBL-SSM-00004: SISNAPI Hello failed. The server component could be down.
    GenericLog     GenericError     1     000000024c570e66:0     2010-08-03 09:54:43     (ssmsismgr.cpp (1761) err=3670022 sys=0) SBL-SSM-00006: Error while sending message to server.
    GenericLog     GenericError     1     000000024c570e66:0     2010-08-03 09:54:43     ( (0) err=4653067 sys=0) SBL-SCB-00011: Failed to connect to pipe ((null)) on process (null).
    GenericLog     GenericError     1     000000024c570e66:0     2010-08-03 09:54:43     (ssmsismgr.cpp (773) err=3670020 sys=0) SBL-SSM-00004: SISNAPI Hello failed. The server component could be down.
    ProcessPluginRequest     ProcessPluginRequestError     1     000000024c570e66:0     2010-08-03 09:54:43     -1742095472: [SWSE] Set Error Response (Session: Error: 10879179 Message: Not connected to the server.
    SBL-SSM-00006: Error while sending message to server.)
    The PSCcObjMgr_enu log file got these errors:
    ObjMgrLog     Error     1     000000a44c570f29:0     2010-08-03 09:55:00     (cscfg.cpp (165)) SBL-CSR-00418: Communication: User is not associated with any communication configuration in the database.
    The SCBroker log file got these errors:
    GenericLog     GenericError     1     000000024c570e66:0     2010-08-03 09:51:01     (scbcomp.cpp (264) err=4653067 sys=0) SBL-SCB-00011: Failed to connect to pipe (SEBL_25_4565) on process 4565.
    GenericLog     GenericError     1     000000024c570e66:0     2010-08-03 09:54:43     (scbcomp.cpp (851) err=4653067 sys=0) SBL-SCB-00011: Failed to connect to pipe (SEBL_25_10776) on process 10776.
    GenericLog     GenericError     1     000000024c570e66:0     2010-08-03 09:54:43     (scbcomp.cpp (462) err=4653067 sys=0) SBL-SCB-00011: Failed to connect to pipe (SEBL_25_10776) on process 10776.
    GenericLog     GenericError     1     000000024c570e66:0     2010-08-03 09:54:43     (scbcomp.cpp (264) err=4653067 sys=0) SBL-SCB-00011: Failed to connect to pipe (SEBL_25_10776) on process 10776.
    GenericLog     GenericError     1     000000024c570e66:0     2010-08-03 09:54:43     (scbcomp.cpp (851) err=4653067 sys=0) SBL-SCB-00011: Failed to connect to pipe (SEBL_25_10776) on process 10776.
    GenericLog     GenericError     1     000000024c570e66:0     2010-08-03 09:54:43     (scbcomp.cpp (462) err=4653067 sys=0) SBL-SCB-00011: Failed to connect to pipe (SEBL_25_10776) on process 10776.
    GenericLog     GenericError     1     000000024c570e66:0     2010-08-03 09:54:43     (scbcomp.cpp (264) err=4653067 sys=0) SBL-SCB-00011: Failed to connect to pipe (SEBL_25_10776) on process 10776.
    GenericLog     GenericError     1     000000024c570e66:0     2010-08-03 09:54:43     (scbcomp.cpp (851) err=4653067 sys=0) SBL-SCB-00011: Failed to connect to pipe (SEBL_25_10776) on process 10776.
    GenericLog     GenericError     1     000000024c570e66:0     2010-08-03 09:54:43     (scbcomp.cpp (462) err=4653067 sys=0) SBL-SCB-00011: Failed to connect to pipe (SEBL_25_10776) on process 10776.
    GenericLog     GenericError     1     000000024c570e66:0     2010-08-03 09:54:43     (scbcomp.cpp (264) err=4653067 sys=0) SBL-SCB-00011: Failed to connect to pipe (SEBL_25_10776) on process 10776.
    The SRBroker log file got these errors:
    GenericLog     GenericError     1     000000814c570f29:0     2010-08-03 09:54:43     (srbroute.cpp (3089) err=3735554 sys=0) SBL-SRB-00002: Invalid argument provided.
    The <enterprise name>.<siebel server name> log got these errors:
    ServerLog     ProcessExit     1     000014a44c570e53:0     2010-08-03 09:54:43     PSCcObjMgr_enu      10776     SBL-OSD-02006 Process 10776 exited with error - Process exited because it received signal SIGABRT.
    ServerLog     ProcessCreate     1     000014a34c570e53:0     2010-08-03 09:54:43     Created server process (OS pid =      10838     ) for PSCcObjMgr_enu

    Dude - you definitely don't need any 3rd party software to figure this out. A bit of patience and research will help you solve it AND help you gain a better understanding of how Siebel works and how to debug problems such as this in the future.
    Setting the Log Level to 5 for all events in the Public Sector Object Manager is your first step. Log out then log back in and replicate the problem.
    Locate your log file and have a look at what's going on - chances are you'll see something in there that will immediately reveal the source of the problem.
    If there's a proper 'crash' involved, Siebel will generate a Flight Data Recorder (FDR) file - there are instructions on My Oracle Support on how to decode these. Really useful and very interesting to see how Siebel works at a low level.
    Debugging and fixing can definitely be arduous in Siebel - no two ways about it. However, researching, analysing and fixing issues yourself will prove both rewarding and educational! :)

  • Custom button goes missing after click the button in Customer Master

    Hi All,
    I have one query regarding Custom tab button in Custome MAster.I have implemented BAdIs using CUSTOMER_ADD_DATA_CS and CUSTOMER_ADD_DATA  to match my requirment.
    Query:
    While click the custom button(which i have created in Customer Master) , the subscreen is displayed  but the Custom Button is missing.Where in Standard Buttons like 'GENERAL DATA' and 'COMPANY CODE DATA' Std buttons in Customer master Etc. buttons going to disable mode while click these button in custome mastar.
    Is there any OSS notes to implement OR we required to set up some PF status to match above requirment.
    Please let me know.
    Thanks,
    Sridhar

    If I follow you, no. That's the way it works. The buttons are composited with the background so become part of it. I'd rethink the design.
    Basically, you don't want the highlights to determine the color of unselected buttons. You'll always have fringes and jaggies. Having a non-transparent color set for the unselected state kind of does what you want, but won't look the best.

  • Left Nav lost after clicking submit button in iView

    Hi Community,
    I created an APC called CreateOrder which implements AbstractPortalComponent. This component acts as controller. In doContent() method, It checks if the create order submit button is clicked or not, if no, it  returns createOrder.jsp page, if yes, it returns createOrderResult.jsp page. Everything works fine except left navigation disapear after I click submit button createOrder.jsp and createOrderResult.jsp shows up. 
    by the way I can create a createOrderIview using the APC component, able to see createOrder.jsp page and have result page shows up.
    Anyone know what problem here? any help/sugguestion are very appriciated.

    Make sure your iView isolation mode is set to URL...
    Cheers

  • Start won't appear after clicking start button or win key on keyboard

    It's happened after update to 9926. First start menu works properly but after reboot it broken-down. Right click works fine. Before reboot i disabled "Windows search" service but i don't think it related.

    Start won't appear after clicking the start button or win key on keyboard on the second user account. It works fine on the administrator account. UAC changes have no effect. Re-booting has no effect. Build is 9926

  • Firefox - Modal dialog present - Website timesout after clicking ok Button

    I'm having a problem with Firefox.  Whenever there's a popup alert window, I keep getting the error "OpenQA.Selenium.UnhandledAlertException: Modal dialog present". 
    The workaround I found to prevent from getting this error is the following.  The popup message appears after clicking the "Save" Button on a page, instead of declaring that save button as a "HtmlInputButton", I declare it as a
    "WinControl" and that stops the Exception from happening.
    The problem I'm having now is that, after clicking the OK Button on the Modal Dialog popup, the website just hangs and the script timesout because it's waiting for the site that never stops loading.  If I stop my script, then the websites loads right away.
    Anyone else have this problem?  Know of a workaround?
    Thanks!

    Hi xXxGIOxXx,
    Thank you for posting in the MSDN forum.
    Based on your description, this issue is related to this extension tool:
    Selenium components for Coded UI Cross Browser Testing
    Actually we don’t support this tool, but I also found that you have posted this issue in above link, I think you would get dedicated support from this extension tool expert. Thanks for your understanding.
    Sincerely,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

Maybe you are looking for

  • W530 Power Adapters, 90W vs 135W Vs 170W

    I Just got my W530 3720QM K2000m and i find it ridiculous that it cant use the 90W Adapter when idle and uses the battery. I Read threads of similar things with the W520, as well as some on the W510, and it appears that this used to work on the W510,

  • How do you hook a MS Word document to a page in my Site?

    Hello there, I have several documents in MS Word that I would like visitors to be able to read them. How to link the documents, do they have to be in a certain place (ie data base) to be referenced? Thank you very much in advance.

  • Warp Stabilizer crops bottom of video if videos layers are beneath it for no reason.  Why???

    Warp Stabilizer crops bottom of video if videos layers are beneath it for no reason.  Why??? remove the layers beneath and it's fine.  Hopefully adobe addresses this issue asap to save all of us a good amount of time.

  • Zen: Firmware Prob

    My zen micro stopped working in mid stride on the way home tonight. Screen says "firmware Problem". I go to website, download firmware and cannot get computer to talk to Zen. VERY disappointed. This is no better than an ipod.

  • Number of Copies per Page, not per Document

    Hi, In my RTF-template, a delivery-note, I've put code to copy the Order 4 times. So far so good ... if the data contains several Orders, the PDF contains 4 pages for every single Order. This is the code: <?for-each:current-group()?><?for-each@sectio