Partner search in Call Center

Hello
We are using Call Center and IVR.
In the IVR customers are entering object ID that later is used to locate the partner via installed base.
The info transfered to the CRM using CAD.
My question is how to configure the Call center profile, to search for partner number using the object ID of installed base object.
Thanks Nachshon.

This is something that you can do . 
i) Create a Call List with Assignement to the IC Orgnanization ( So that IC Agent can see it )
ii)  Call List have assignment of Calls , with each individual Call Linked to a Business Partner and IC WebClient Script
iii) The IC Agent will Navigate to Call List View
iv) Pick a Call from the Call List and Initiate a Outbound call
v)  The Associated Script is trigerred 
vi) The Interactive Script have a Step that is linked to the Survey Questionnaire
vii) Based on the Survey Response ,  set marketing attribute to be added to a Target Group based on Segmentation etc ...
Hope this helps in forming the design. You can try this , if you have questions around config I can certianly help.
Edited by: SKP on Mar 24, 2009 6:11 AM

Similar Messages

  • High-speed business partner search

    Hi, all
    http://help.sap.com/saphelp_crm60/helpdata/fr/b0/7ff3f1b791481f89147cacc02de8bc/content.htm
    If high-speed business partner search is set up in your system, you can enable it in the account identification profile so that all interaction center (IC) agents assigned to this profile can use high-speed search to identify accounts in the IC WebClient. For searching large numbers of business partner records, high-speed search is more efficient than standard search because it stores and indexes your account data in main memory. To maximize the availability of high-speed search, the data is updated from the database once every six hours (default setting), though you can change this setting to balance freshness of data with maximum system performance.
    Do you know about successfully implementation of this functionality?
    Do you use this functionality?
    Denis.

    Closed.

  • Hiding the business partner search parameter from search criteria

    Hi,
    I have business partner search parameter whose value is hardcoded in the lead search..
    I would like to hide the business partner search parameter from displaying only..
    I need to achieve it programatically and not in configuration and all.
    Do I need to write the code in P method or which method?
    Thanks
    Madhukar

    Hi,
    The code is as below and I just need to have the functionality of BP search field intact but hide it from display in web UI..if any correction is required let me know..
    ***current date is populated into LV_DATE
      DATA lv_date TYPE string.
      lv_date = sy-datum.
    ***current user login name is populated into LV_SUNAME
      DATA lv_suname TYPE string.
      lv_suname = sy-uname.
    ***Fetching the BP ID of the current user who logged into L_PARTNER
      DATA:l_partner TYPE bu_partner.
      CALL FUNCTION 'CRM_ERMS_FIND_BP_FOR_USER'
        EXPORTING
          iv_user_id = sy-uname
        IMPORTING
          ev_bupa_no = l_partner.
    ***structure for BUT051
      TYPES : BEGIN OF ty_data,
               relnr    TYPE bu_relnr,
               partner1 TYPE bu_partner,
               partner2 TYPE bu_partner,
               date_to  TYPE bu_datto,
             END OF ty_data.
    ***work area for BUT051
      DATA wa_but051 TYPE ty_data.
    ***Fetching Dealer BP ID which is 'PARTNER1' field in BUT051
      SELECT relnr
             partner1
             partner2
             date_to
      FROM but051
      INTO wa_but051
      UP TO 1 ROWS
      WHERE partner2 = l_partner.
      ENDSELECT.
    ***Geting the dealer BP ID into LV_DEALER
      DATA lv_dealer TYPE string.
      lv_dealer = wa_but051-partner1.
      DATA: lr_qs          TYPE REF TO cl_crm_bol_dquery_service,
            lr_search_node TYPE REF TO cl_bsp_wd_context_node_asp,
            lr_col         TYPE REF TO if_bol_bo_col ,
            lr_iterator    TYPE REF TO if_bol_bo_col_iterator ,
            lr_param       TYPE REF TO if_bol_bo_property_access,
            ls_selection   TYPE genilt_selection_parameter,
            lv_low         TYPE sy-datum,
            lv_attr_name   TYPE name_komp ,
            lv_value_set   TYPE abap_bool .
      IF iv_first_time EQ abap_true.
    * to initialize the search view.
        CALL METHOD super->do_prepare_output
          EXPORTING
            iv_first_time = iv_first_time.
    * fetch the search node and its content.
        lr_qs = me->get_current_dquery( ).
        lr_col = lr_qs->get_selection_params( ).
    * check the currently visible search attributes.
        lr_iterator = lr_col->get_iterator( ).
        lr_param    = lr_iterator->get_first( ).
        WHILE lr_param IS BOUND.
    * get the parameters
          lr_param->get_properties( IMPORTING es_attributes = ls_selection ).
          IF ls_selection-attr_name = 'VALID_FROM'.
    * SET_PROPERTIES
            ls_selection-low = lv_date.
            CALL METHOD lr_param->set_properties
              EXPORTING
                is_attributes = ls_selection.
            lv_value_set = abap_true .
            EXIT.
          ENDIF.
          IF ls_selection-attr_name = 'BU_PARTNER'.
    * SET_PROPERTIES
            ls_selection-low = lv_suname.
            CALL METHOD lr_param->set_properties
              EXPORTING
                is_attributes = ls_selection.
                lv_value_set = abap_true .
            EXIT.
          ENDIF.
          lr_param = lr_iterator->get_next( ).
        ENDWHILE.
        IF lv_value_set EQ abap_false .
    * it was not part of the visible attributes, then add it at the end.
          CALL METHOD lr_qs->add_selection_param
            EXPORTING
              iv_attr_name = 'VALID_FROM'
              iv_sign      = 'I'
              iv_option    = 'EQ'
              iv_low       = lv_date.
          CALL METHOD lr_qs->add_selection_param
            EXPORTING
              iv_attr_name = 'BU_PARTNER'
              iv_sign      = 'I'
              iv_option    = 'EQ'
              iv_low       = lv_dealer.
        ENDIF.
    * for a proper display of the added / changed attribute.
        lr_search_node = get_dquery_cnode( ).
        lr_search_node->build_parameter_tab( ).
      ELSE.
    * non first time call - just delegate to superclass.
        CALL METHOD super->do_prepare_output
          EXPORTING
            iv_first_time = iv_first_time.
      ENDIF.

  • Automatic connection between call center and phone system

    Dear friends,
    I have one customer, they have a phone system in their call center.
    When implemeting CRM 2007, they want to have an automatic connection betwwen their phone system and call center in CRM. This means when having a call from customers the call center system ( CRM 2007) searches automatically or updates the phone number ( this phone number is get automatically from phone system ).
    Does this is possible in CRM 2007? Or if u have any solutions pls let me know.
    Thanks and Regards,
    Nghi Do

    Hi,
    Just check if this blog is of any use to you:
    What is Computer Telephony Integration (and Why Do I Need It?)
    Thanks and Regards,
    Rohit

  • Designing a Call Center for 4 agents

    Dear All,
    I've been assigned a task of designing a Call Center for 4 agents. I am very new to Cisco Contact Center, so I need your help in doing this.
    Please find attached the  proposal request from the client...
    Thanks in advance...
    Syed..

    Sounds like you want someone to do your job for you, you might not get much luck here as this is a technical forum not pre-sales help line.
    In either case look at Cisco Contact Center Express solution which supports up to 400 agents, it integrates tightly with CUCM so you need to ensure customer is already running appropriate version of CUCM. For call recording and workforce management you will need a 3rd party app such as Calabrio and there are others. If you are a Cisco partner and quoting this for customer and have specific questions (not BOM or SOW questions) you can reach out to Cisco PDI helpdesk.
    If you have not experience architecting Cisco contact center solution I suggest you look for someone that does and can assist you, and most likely this will not be "free" assistance.
    HTH,
    Chris

  • The inbound calls to our call center is drop after putting it on hold or transfer

    Dear All;    
    Good day  
    The inbound calls to our call center is drop after putting it on hold or transfer the call to another agent. The MOH file is playing till 21 sec only then call drop . the agent cant resume the call again. The MOH file is running from Gateway (multicast).
    No problem in outbound calls.
    I urgent need you help
    Should you require any more information , please do not hesitate to contact me.
    Thanks & Best Regards,
    Muhammad Fathy,
    IT Network Manager
    ALEXBANK
    A subsidiary of Intesa Sanpaolo Group
    Head office: B210-F1, Smart Village , KM 28 Cairo-Alex Desert Road, Egypt.
    Cell:      +201017288844.
    Office:  +202-35311300   Ext: 8090.
    eMail:   [email protected]
    i To maintain a paperless environment, please don't print this e-mail unless you really need to.

    Typically you have a codec or media resource issue to track down.  IE, MTP, region, location, gateway trunk to trunk to call or something in that area.   Bypass UCCX and do the same call without this app... does it happen with a normal call?

  • New HTML for Business Partner Search in CIC0

    Hi,
    I created a new HTML object, copy of CRM_CIC_SEARCH_DISPLAY, in SMW0, changed the HTML code and assigned this new HTML to my Business Partner Search profile.
    But when testing this change it seems that the HTML is incorrect because when I search and confirm the BP, the fields in the HTML are not filled with the BP information.
    I imported the HTML code to the HTML object CRM_CIC_SEARCH_DISPLAY and it works fine. So the problem is not with the code, but with the HTML object itself. Is there any need to activate it or something like that?!
    Thanks a lot!
    Susana Messias

    Hello Susana,
    please check if you have done all the necessary steps:
    1. Copy in transaction SMW0 the HTML template CRM_CIC_SEARCH_DISPLAY      an own one (Z_<YOURNAME>.htm).
    2. Export this new template to your local PC and use a HTML Editor to
       work on this file (like Frontpage).
    3. Import this new page in SMW0 again to the copied Web object.
    4. Make sure in transaction CRMC_CIC_SEARCH_CNTR the mapping of the
       fields is setup for the new template (copy all entries of the
       standard template).
    5. Make sure the new web object is assigned to the search profile in
       CRMC_CIC_SEARCH_RULE
    Regards, Gerhard

  • Business Partner Search using Sales Area Fields

    Hi,
    I am wondering if anybody knows how to enable sales area fields as search criterias for business partner search?
    The component is BP_HEAD_SEARCH.  When I go into configuration of view BP_HEAD_SEARCH/MainSearch I find no Sales Area related available search criterias. Am I the first to ask for this option or did SAP ignore the requirements of the customers? It seems for me to be a very basic requirement.
    Please help.
    Thanks!
    /Elvez

    Hello,
    This option has never been present in any previous CRM versions and not in the 2007.
    If you want this functionality I guess you'll have to develop it from scratch.
    I would agree with you that this is a basic requirement if it's a R/3 system where business partners are more sales area oriented. But this is a CRM system...
    Regards,
    Joost

  • How to send a Announcements in CRM WebUI for Call center role.

    Hi
    In some cases if we are shutdowing the prodcution server we want to send a group message to all the users in call center.
    How to do this.
    Please suggest.
    Regards
    Hanu M

    Hi,
    in the IC_Webclient and in the CMS-Role you could use broadcast messaging for this.
    your message is displayed on the bottom of the screen as ticker.
    Add in SAPGUI a new favorite
    BSP-Application: BSP_BROADCAST
    Start-Page: abap_broadcast.htm
    Kind regards
    Manfred

  • I am working from home in virtual call center. I urgently need Firefof 5, all above cause problems and crashes. Can you please advise how I can download FF 5, it is urgent. Thank you.

    I was running Firefox 5 and have been able to protect it against new versions, but now I am not being warned that there is a new version being snuck in without telling me about it.
    The problem is that I work in a virtual call center from home, and the new version is creating problems I never had before.
    Is there a way you can supply me with a link to FF5, and how do I protect it against new versions being installed on my machine. This is extremely important as I earn my living from the call center.
    Thanks and look forward to your reply.

    Perhaps you've already fixed this, but the first two links you showed us do work fine in FF and IE8,  I can not say about the third link as I did not see it on  your page.
    Are you still having trouble with this?
    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

  • How to Integrate Oracle Access Manager 11g with Siebel Call Center 7.8

    I need to change the DB authentication to SSO for Siebel Call Center 7.8. I just found a document about integrationg OAM 10g with Siebel 7 (http://download.oracle.com/docs/cd/B28196_01/idmanage.1014/b25347/siebel.htm#Siebel). However, because it's mandatory to use OAM 11g, I don't know whether this doc is suitable for Siebel 7.8. In addition, is it the right way to configure Siebel SSO? I know, in this way, I need to install WebGate. Please give me some expertise. Thanks.

    This should work as long as your web server and operating system support 11g. There may be some differences in how to set up OAM and the WebGate in 11g versus 10g (that is not my area of expertise), but from the Siebel side the integration is the same. You would pass in the user's Siebel ID (pulled from the LDAP directory) as an HTTP header. Then you just need to tweak a few of the parameters in Siebel:
    For the Security Adapter Profile (LDAPSecAdpt most likely) you are using, set:
    SingleSignOn = True
    TrustToken = HELLO (or whatever value you choose)
    In eapps.cfg or eapps_sia.cfg in the virtual directory section for the specific application object manager (e.g. [sales_enu]) set:
    UserSpec = SIEBEL_USER (or whatever HTTP header name you set up in OAM)
    UserSpecSource = HEADER
    SingleSignOn = TRUE
    TrustToken = HELLO (or whatever value you selected for the Security Adapter profile TrustToken parameter)
    ProtectedVirtualDirectory = /sales_enu
    The protected virtual directory will normally be the same as the virtual directory (in this example /sales_enu) unless you are using customer facing applications with anonymous browsing capabilities (for example a catalog that goes to a shopping cart at some point in the process).
    Also in the [SWE] section of the eapps.cfg file the IntegratedDomainAuth parameter should be set to False.
    Hope this information is helpful.
    Best regards,
    Stevan

  • Oracle SOA Integration with Siebel 8.0 Call Center Application

    Hi Experts,
    I am trying to Integrate Oracle Fusion SOA and Siebel 8.0 and I have been following http://download.oracle.com/docs/cd/E17904_01/doc.1111/e17056/bpel_pm.htm as a reference.
    Here is what I have done so far:
    Created an Inbound Web service (Account Web Service) by login into Siebel Call Center Application. I was able to generate the WSDL file successfully. This WSDL has following operations :
    (a) AccountInsert
    (b) AccountQueryByExample
    (c) AccountQueryById
    If I understand it correctly, this is like any other wsdl file which can be consumed and operations can be invokved by consumers (web service clients)
    I have couple of doubts/questions :
    (1) Once WSDL is generated by the Siebel Client, it can be used in my BPEL process/composite apps to perform the integration. If this statement is true, why and where do we need Siebel Adapter?
    (2) While I was following the online tutorial @ http://download.oracle.com/docs/cd/E17904_01/doc.1111/e17056/bpel_pm.htm , I can see, WSDL was generated by using the Application Explorer (a swing based tool provided by Oracle as a part of Adapter framework). But I have used Siebel Call Center to generate the WSDL file. Which is the standard way of generating the WSDL file?
    (3) In the tutorial mentioned above, I can see request and response xsd files (i.e queryWithView_invoke_request.xsd queryWithView_invoke_response.xsd) . No where in the tutorial has mentioned, how these files were created. Are these hand written files by the developer, or it is something that can be created out of the wsdl itself?
    (4) Also, there is a .jca file (queryWithView_invoke.jca) which is also being used while configuring the Third Party Adapter. Where does queryWithView_invoke.jca come from? Is it something that is created from Application Explorer?
    Would really appreciate if someone can throw lights on these gray areas....
    Waiting for an eagerly reply...
    Thanks in Advance !
    Jameel

    Hi,
    If you are talking about configuring the outbound WS , then you need to go to Siebel > Administration-Webservices> Outbound Webservices
    Query for webservices there and give the <HOST>:<SOA PORT> in the URL.

  • FTE and volume based billing for a call center operations

    hi,
    we have a call center handling operations only for intercompany customers (means no external customers). And we want to go for a solution based on two business processes. first one is FTE (Full time equivalent) and the second is volume based billing (based on how many tickets received between a time period).
    The solution approach will be to create cost centers to track costs and billing through normal SAP sales order.
    Can anybody guide me through the process here with some explanation or documentation related to this?
    Thank you all

    hi,
    this is to inform you that,
    create a master contract - 1st step.
    create a value and a service contract - 2nd step.
    link this two low level contracts to master contracts.
    different pricing procedures will be there for value and service contracts each.
    the process flow of this is :
    1. for value contract : MASTER CONTRACT - SALES ORDER - DELIVERY - BILLING.
    2. for service contract : MASTER CONTRACT - SALES ORDER - BILLING.
    hope this clears your issue.
    please let me know if you have any doubts on the same.
    balajia

  • FSCM Biller Direct Call Center Payment Log

    Hi,
    We are using Biller Direct and Biller Direct Call Center for our dealers/customer AR processing.
    Biller Direct is used by our Dealers to see their account balance and post payment online through Biller Direct web portal.
    Biller Direct Call Center is used by our Account Receivable team to see our dealers account balance and to post payment with authorization from our dealers.
    The main question is:
    How can we see the deatilpayment log/detail on transaction posted through Biller Direct Call Center? Our AR team needs to identify which user from AR team that perform a specific payment. Please advise.
    Is this something that can be setup through XCM or R/3 configuration?
    We need to get the detail of "User ID" and "Date & Time" that a payment is done through Biller Direct Call Center.
    I tried to look from the document changes on AR line item detail of the billing document that got paid. But, the document changes is only showing that user BD_POOL made the payment posting. The user id is setup in XCM for posting any transaction into R/3.
    Appreciate your help in advance.
    Thanks,
    Markus

    Mohit,
    Let me try to answer your questions:
    u2022 What accounting entries are passed from SAP perspective and at what points in time?
    A) SAP will post a CREDIT to the Customer AR item and a DEBIT to a Credit Card Receivable account when the payment is posted in FI.  The DEBIT to the Credit Card Receivable account is included in the nightly Settlement run to be sent to the Processor for a deposit request.
    u2022 How are charges levied by banks / financial institutions handled or can be handled?
    A) There are Processor charges for authorizations and other services such as Fraud checking as well as the INTERCHANGE fee that is a percentage of the Settlement amount.  This could be anywhere from 1.5% to 4% of the Invoice amount depending on the type of transaction and the agreement with the Processor.
    u2022 How any fees / charges imposed by network processors / clearing houses handled on a transactional basis?
    A) The processor will assess and collect these fees, typically on a monthly or daily basis and provide reporting to the Merchant regarding the fees charged.
    u2022 Is this something which Standard SAP Config can accommodate and if yes where exactly? If not what custom development route is appropriate?
    A) Standard SAP does not have the ability to assist with Settlement reconciliation or recognition/assignment of processing fees.  This must be accomplished through Manual postings.
    u2022 Does addition of third party providers like pay metric for interface plug-in help in segregating and processing of credit card charges any better?
    A) Yes, ISVs such as Paymetric which provide integration between SAP and the processors do provide additional SAP and external reporting and functionality to assist with the reconciliation process and in determining the processing fees.
    Regards,
    Eric Bushman
    VP, Solution Engineering

  • How to stop Call Center Agents from Moving Headsets around

    We are call center with about 200 agents at a time in the building. We go thru headsets like they are candy. But we just got told to no longer use cheap headsets. So we are slowly cycling in the new headsets. So any Ideas on how to keep headsets from moving stations. Our agents destroy headsets anyway, so I don't know how well these new ones are gonna last. They also move keyboards, mice as well. They have very little respect for the equipment and think breaking them is going to give them a new one faster. Let me know what you guys think.
    This topic first appeared in the Spiceworks Community

    I think you are seeing what is called the Ken Burns Effect. You can change this setting using the Rotate, Crop, Ken Burns Tool on the middle toolbar. You can select Fit, Crop, or Ken Burns. Fit will make your photo fit by letterboxing. Crop will make your photo fit by cropping the top and bottom off. Ken Burns allows you to Pan around. You can set the starting and ending rectangles for the pan.
    Also, if you go to File/Project Properties you can set the default action for "Initial Photo Placement" to Fint, Crop, or Ken Burns.

Maybe you are looking for

  • How to set up an existing Yamaha N12 with a new iMac

    Hi, I hope someone can help me. I just bought a Yamaha N12 mixer Dec 2009 last month and been trying it with my MacBook Pro. It's firmware has been updated to work with the Yamaha Steinberg FW driver, and it's been communicating fine with the my MacB

  • Airport extreme not seen by one macbook but not another

    I just updated my firmware for my Airport extreme (version 7.4.1) and my macbook pro can see it just fine however my girlfriends macbook can't see it at all. We pick up all the same wi-fi connections except hers doesn't see my airport extreme connect

  • Images in jar file, Please help!!

    Hello, This is my code, I am trying to add images to buttons in ToolBar. The code along with images works if I say "java ABC", but dont work(images dont appear) when I jar the files. I have tried all the possible methods, Please help me.           ne

  • SSRS Windows Authentication Login

    Hi guys, I have been battling with this issue for the past 2 days.  I have deployed my ssrs reports to my test server.  Anytime I try to  access the report manager or reportserver url from another client pc, I am being prompted with a Windows Securit

  • HT5058 How do I get the icloud contacts information moved over to the exchange contacts?

    How do I get my icloud contacts on my iphone moved into my exchange contacts at work? I have originally uploaded the contacts from my personal blackberry to the iphone then later we got exchange setup. How do I get the contacts from icloud loaded int