Adding logical link from a different Business Role

Hi Gurus
I want to add the second-level entry(complaints search page) of the Complaints & Returns work center of the standard Servicepro business role as a Navigation Bar link to an already customized IC Agent Business role. How would I achieve this in CRM 7.0?
Thanks in advance.

Hi Amar
Thank you very much for your valuable inputs. I had some doubts and am explaining the detailed process below so that I'm clear as to how I can fix this.
I selected the SRV-PRO NavBar Profile and double-clicked on Define Work Center. On the Define Work Center Overview Screen, I found the Work Center SRV-COMPL, which has the description as Complaints & Returns and LogLinkID as SRV-CPL-WC. Then, I selected SRV_COMPL and double-clicked on Define Logical Links and looked for description as Complaints: Search. I found the LogLinkID SRV-COM-SR link with the corresponding Target ID as TBT120MISC.
Now,I copied the customized IC Agent NavBar Profile which we currently have and created a new work center by copying SRV_COMPL. On Assign Groups, I kept the SRV-CMP-SR group ID and deleted all others. Then, I assigned the newly created WorkCenter to the new copied IC Agent NavBar Profile. I'm now able to view the new work center and it launches the workcenter page, but the link to open the complaint search is not available. Is there any step that I'm missing?
Thank you again for your help.

Similar Messages

  • Error Sending proxy from 2 different business system to PI

    Hi All,
    We are trying to send the proxy to XI system from 2 different business systems. One is ECC and other is POSDM, It is successfully sent from ECC but when sending the same from POSDM we are getting following error
    "An error occurred when determining the business system (LD_ERROR)"
    We checked the RFC SAPSLDAPI, LCRSAPRFC they are in place. We have also created the type H connection from POSDM pointing to PI and from PI pointing to POSDM.
    And the In sxmb_adm of POSDM system the role is maintained as Application System and IS_URL parameter is pointing to PI, but still we are getting same error.
    Could you all experts please provide you valuable input why this error is coming and how to resolve this?
    Thanks
    Ankit

    Hi Soni,
    check your config in sxmb_adm > Integration Engine Configuration. Also run S_BCE_68001402 and check for locked users.
    Try refreshing the cache in SXI_CACHE in that system.
    Check if u r executing the report in the same client in which u have done all the settings.
    Also make sure that u have included the commit work statement after the Execute Asynchronous method call.
    regards,
    ganesh.

  • Safari keeps crashing every time I try to open a link from a different application, i.e. Mail. The trouble report says that some problem occurs with libcooliris.dylib plug-in. Can any one help?

    Safari keeps crashing every time I try to open a link from a different application, i.e. Mail. The trouble report says that some problem occurs with libcooliris.dylib plug-in. Can any one help?
    Thanks!

    Dear Linc,
    Thank you for the advice, John Blanchard1  and Linc Davis
    As suggested in your reference thread I removed "/Library/Printers/hp/PDEs/hpPostScriptPDE.plugin" and the problem has been resolved.
    I am guessing the the plug-in for the hp printers got corrupted and effected every thing, or became unsuitable when I installed an Apple update. I would be most grateful if you can confirm how the problem was coursed so I can understand and learn from this experiance.
    Ash

  • How can we copy an enhancement set to a different Business Role?

    Experts,
    How can we copy an enhancement set to a different Business Role?
    Currently we have an enhancement to a Business Role "SALES PRO."  How can i make the same enhancement set active for a different Business Role? ie. MARKETINGPRO.
    Thanks,

    Hi,
    it is recommended to have only one active enhancement set per client.
    For your businessrole you could use the role configuration key.
    In our system each businessrole has it´s own role configuration key. But we implemented also a BADI if no configuration is found use our company default role configuration key and only if there is also no configuration use SAP .
    Kind regards
    Manfred

  • CRM WEBClient UI -The same screen-menu appears for different Business Roles

    Hi Experts,
    We are working with CRM 2007 and are facing the following problem:
    After starting the CRM WEBClient , a screen with two Business Roles appears: u2018SALESPROu2019 and u2018SERVICE PROu2019 (because in my User I have added the roles: SAP_CRM_UIU_SRV_PROFESSIONAL & SAP_CRM_UIU_SLS_PROFESSIONAL).
    I select the one of the two roles (e.g. SALESPRO) and then I choose u2018backu2019 and select the other Role (SERVICEPRO) but the same screen appears with the menu from SERVICEPRO .
    I noticed that the menu that appears has to do with which business role I select first.
    Do you have any ideas what could be the problem?
    Best Regards,
    Roula

    Hi Roula,
    In CRM 2007, the CRM Webclient doesn't have the capability to switch from one business role to another directly as you are trying to do. The only option to switch is to logoff from Webclient and login in another role.
    regards
    Srikantan

  • Run Script Logic/Package from a different Application

    Hi Experts,
    I have a scenario here that I need to run a package from a different application. For example, I'm in Finance application and I need to run a package which is in the LegalApp application, is it possible to call that package or perhaps run the logic it was calling without having switch back to LegalApp.
    Thanks,
    Marvin

    To run a package that runs logic on another application, you could copy a package such as "Default Formulas" and put the name of the target application in the new package's name.  Then go to Modify Package --> Advanced.  Edit the package to set the application as below.  The LegalApp (for example) is set on the third Task command.  Default logic is called on fifth.
    PROMPT(RADIOBUTTON,%CHECKLCK%,"Select whether to check work status settings when running logic.",1,{"Yes, check for work status settings before running logic","No, do not check work status settings"},{"1","0"})
    PROMPT(SELECTINPUT,,,,%CATEGORY_DIM%%ENTITY_DIM%%TIME_DIM%)
    TASK(Execute formulas,USER,%USER%)
    TASK(Execute formulas,APPSET,%APPSET%)
    TASK(Execute formulas,APP,LegalApp)
    TASK(Execute formulas,SELECTION,%SELECTIONFILE%)
    TASK(Execute formulas,LOGICFILE,)
    TASK(Execute formulas,CHECKLCK,%CHECKLCK%)

  • Call logical link from action

    Hi experts
    I need to call a logical link (like transaction launcher) from an action,
    and i need to pass the order id at the transaction called....
    anybody can hal me?how to code??
    thanks in advance
    Marco

    Hi Marco,
    I can provide code for navigation, maybe this will solve part of your problem?
    data: lo_nav       TYPE REF TO if_crm_ui_navigation_service.
    * get service for navigation
      lo_nav = cl_crm_ui_navigation_service=>get_instance( ).
    CHECK lo_nav IS BOUND.
    * navigate to destination
      lo_nav->navigate( iv_link_id = iv_link_id ).
    if you want to support a parameter, so use additionally this to create entitiy
    data: lo_link      TYPE REF TO if_bol_bo_property_access.
    lo_link ?=
                cl_crm_uiu_bt_param_create=>if_ui_link_parameter_class~create_parameter_object(
                                            iv_link_id   = iv_link_id
                                            iv_parameter = iv_parameter ).
    Put this entity lo_link into a new data_collection and call
    lo_nav->navigate( iv_link_id = iv_link_id
                              iv_data_collection = data_collection ).
    Best wishes,
    Hakan

  • Common technical roles in different business roles in BRM & ARM

    Hi Gurus ,
    Some help please .
    We have the following situation with BRM & ARM role provisioning .
    In BRM we have for example two business roles setup (B1 & B2). We have in these two business roles a common technical role .
    E.g. B1 (has role T1 ,T2 )  , while B2 (has roles T1 & T3) .
    in our example an user already has role B1 (with T1 & T2) assigned. The user then needs access to role B2 as well .
    Since role T1 is common in both business roles  , When an user does an request , ARM then send them a notification saying that an duplicate role exist within the request. (which they have to remove before continuing) . This is confusing the some users .
    My question is as follows. Is there a way to for the user to process the request without having the warning displayed & without having the duplicate technical role assigned ?
    So essentially , they will get access to business role B1 & B2 (but technical role T1 will not be assigned twice) ?
    Your help is greatly appreciated .
    Regards,
    AJ

    Hi AJ,
    Could you share the notification message that  ARM generates.And what about role T1 assignment.
    Is it assigned two time in user profle?
    Thanks,
    Mamoon

  • Replicate Cust Enhancements on UI Configuration to different Business Roles

    Hi Fellas,
    I thought this would be straight out of the book solution,
    well, but it seems Im not so right .
    I need some suggestions on the following issue i am facing-
    I had made some custom changes to a CRM application (Creating a Service Request - SRQM_INCIDENTH, Creating
    Business Opportunities - BT111H_OPPT) on a Z Business Role which has been associated as default to my User ID.
    Now i have been asked to replicate the same UI screen changes to some other Z Business Roles as well.
    I took the approach of creating a new UI Configuration (Copy of the exisiting UI Configuration) based on the resp. role - ZABC.
    But when i logged into WEBUI with the role ZABC i did not see the view i expected.
    Can you all please pour in what you think should be the way to do this job?
    Folks plz pour in with quick responses as today is d last day of d mighty 2010 year !
    and i certainly dont wanna pull this issue in the mightier 2011
    Best Regards
    Dedeepya

    Hello all,
    It lies resolved
    Well, my earlier solution was indeed correct. just few tweaks here n there.
    Wish u all SDNers a Fantabulous Year 2011.

  • Implementing Logical FACT & Logical dimension from 2 different data sources

    Hi Gurus,
    Here is my situation. We have 2 Different Data sources. One is SRMW and the other one is a different source. What we are trying to implement here is we wanted to create logical dimensions and logical facts as well in the BMM layer. For ex: w_day_d from SRMW and other time dimension from another source makes a logical table. And similarly a fact from SRMW and and another similar fact (Same data types though) will make a logical fact in the BMM.
    I have done the POC of it, but the only problem is that i was able to fetch the data from only one data source not the other source.
    Any suggestions ??
    Thanks in Advance.

    What I already mentioned is that you have to create multiple logical table sources and set the fragmentation content on each logical table source.
    When you have two physical tables for the product dimension, for example DIM_PRODUCT_A and DIM_PRODUCT_B, you must add them to your logical table Products as two separate logical table sources and map all columns to the corresponding logical table columns on the Column Mapping tab.
    Hereafter you should go to the Content tab of each logical table source and describe what content is in the logical table source.
    For example for the logical table source of DIM_PRODUCT_A:
    "BM"."Product"."Product Name" <= 'Product 2'
    and for the logical table source of DIM_PRODUCT_B.
    "BM"."Product"."Product Name" >= 'Product 3'
    Then you must also check "This source should be combined with other sources at this level"
    When you run a query in Answers only on the product table, two queries will be generated to get values from both tables.
    Regards,
    Stijn

  • Call logical link from custom view on BP_HEAD

    I added a custom view to BP_HEAD in which I display invoices from another system. By clicking on invoice number I need to open VF03 with that invoice. I am able to open the actual transaction VF03.
    However, I am not able to pass the invoice number and open specific invoice that i click on in my view. I think I need to use
    create_bor_based method. However, I am not sure how do I pass parameters to it.
    lv_obj_type = 'VBRK' ?
    lv_obj_key = Actual Invoice No?
    lv_ui_objtype?
    CALL METHOD cl_crm_ui_descriptor_obj_srv=>create_bor_based
          EXPORTING
            iv_bor_object_type  = lv_obj_type
            iv_bor_object_key   = lv_obj_key
            iv_logical_system   = lv_logical_system
            iv_ui_object_type   = lv_ui_objtype
            iv_ui_object_action = 'B'
    *       iv_component        =
          RECEIVING
            rr_result           =   lv_descriptor_object.
    Below is code taken from outbound plug for Invoice Number. This code opens up transaction VF03. Now I need to pass the Invoice Number to this transaction to open specific invoice:
    DATA: lo_nav       TYPE REF TO if_crm_ui_navigation_service.
      DATA: lo_link      TYPE REF TO if_bol_bo_property_access.
      DATA: lr_window            TYPE REF TO cl_bsp_wd_window.
    * get service for navigation
      lo_nav = cl_crm_ui_navigation_service=>get_instance( ).
      CHECK lo_nav IS BOUND.
    * navigate to destination
      lo_nav->navigate( iv_link_id = 'ZSDINVOICE' ).
      lo_nav->navigate( iv_link_id = 'ZSDINVOICE'
                               iv_data_collection = iv_data_collection ).
    *  lo_link ?=
    *              cl_crm_uiu_bt_param_create=>if_ui_link_parameter_class~create_parameter_object(
    *                                          iv_link_id   = 'ZSDINVOICE'
    *                                          iv_parameter = '0385500008' ).
      iv_data_collection->add( iv_entity = lo_link ).
      IF iv_data_collection IS BOUND.
        lr_window ?= me->view_manager->get_window_controller( ).
        lr_window->call_outbound_plug( iv_outbound_plug = 'VBELN' iv_data_collection = iv_data_collection ).
      ENDIF.

    Here you go Maks
    When you run the wizard thn you provide some class name and system will generate that class for you. You can edit the method IF_CRM_IC_ACTION_HANDLER~PREPARE_DATA_FLOW of the class to pass the parameter value.
    Sample code for the same is:
    me->set_container_data(
    iv_name = gc_BP
    iv_value = BP ).
    Now you need to have the access of the BP no. from this address. Where ever you are confirming the BP, in that view create a global attribute and in DO_PREPARE_OUTPUT method set the BP value to the global method and in the Z class method mentioned above you can reterive the value
    e.g. lv_partner_no = ZL_*_IMPL=>gv_partner_no.
    BP = lv_partner_no.
    Cheers
    Sufyan

  • Logical link / Work center for directly accessing "Business Activities"

    Hi All,
    We are upgrading from CRM 5.0 to CRM 2007. One unique challenge that I have encountered is the access to search, change or create - BUSINESS ACTIVITIES (Leading Transaction category: BUS2000126) in the CRM Web UI. We would like to directly access Business activities through a work center -> Logical link or a Logical link, in the SALESPRO business role.
    This is available in the IC_AGENT business role. But you need to create a preceding Interaction record and then create a followup activity -> Business activity. We do not want to do this. We want to be able to access the business activites directly. For example, Leads and Opportunities can be accessed directly through the work Center: "Sales Cycle".
    Does anyone know if there is a work center that I can use in SALESPRO business role that will give me direct access to Business Activities . I can use the transaction launcher to access the HTML version of the winclient transaction (T Code: (CRMD_BUS2000126) but I do not want to use the transaction launcher. Any ideas?

    Well I am pretty Serious?!!!
    The standard SAP delivered "ACTIVITIES" WORK CENTER has the following Logical links for CREATE:
    Activity
    Activity Scheduling
    Activity Template
    Appointment
    E-Mail
    Interaction Log
    Task
    Visit Plan
    And when you use the Activity create - you ONLY have the option to create:
    Interaction log - Channel report
    Interaction log - Partner report
    Task - Approve
    Task - Recurring Task
    I would expect to see more than this. There are other BUS2000126 Business Activity transaction types which are enable to be maintained online in SPRO. But they do not show up here. I can use the Search - Activity logical link and then use Activity Type to find the other Transaction types. But not in Create. I can control the transaction types that can be displayed for Leads and Opportunities. It doesn't seem to work for Activities!!!!
    Is this part of standard CRM 2007 SALESPRO delivered role functionality??? I have SAP_ALL and SAP_NEW and have access to the other Business activities in my security role. My Ophthamologist did confirm that my eyes are doing fine so far. So this has something to do with the way this 'Work Center' has been designed. Apart physiological/anatomical impediments what am I missing???
    Thanks,
    Ramesh

  • Aggregation 2 links from different providers

    Is it possible to aggregate 2 links from 2 different internet providers and summarize their bandwidths  ?

    Disclaimer
    The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.
    Liability Disclaimer
    In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.
    Posting
    GLBP doesn't "work" for any single device, like a router or firewall because it will "see" all the traffic is from the same MAC.
    What you might be able to do is use mHSRP (if supported).
    You define two virtual GW IPs and make one the active on each router (and each router is the secondary for the other).  Then you route to both virtual GW IPs.

  • Transaction launcher not working for custom business role

    Hi Experts,
    I am facing a very weird problem where the transaction laucher define for BOR transaction is working for one business role(Z business role Customized one) but its not working for other business role (Z business role).
    to emphasize further we have the code:-
    case ls_attributes-object_type.
        when lc_z23 or lc_z25.
          lv_logical_link = lc_ZITISU.
        when lc_BUS2000115.
          lv_logical_link = lc_ZITERP1.
        when others.
          lv_logical_link = lc_ZITERP2.
      endcase.
      l_if_navigation = cl_crm_ui_navigation_service=>get_instance( me ).
      IF l_if_navigation IS BOUND .
    Navigate to transaction launcher using link id
        l_if_navigation->navigate( iv_link_id = lv_logical_link ).
      ENDIF.
    in this the logical link is is lc_ZITISU whenever this BSP application is called from both the business roles but in  one the window opens up for BOR transaction whereas when we login again using different business role the code is the same as given above. I mean the sam logical link id is used and navigated to but window is not opening for transaction launcher as it happens for the previous business role.
    Request your help to resolve this issue.
    Thanks,
    Rajwin

    Hi,
    I tried by applying the PFCG role id of business role which was working to the business role id of the one for which it wasn't working and then try testing whether the transaction launcher is triggering. But the transaction launcher screen is still not opening even after doing this.
    Probably there's something else too which is causing the problem. Request your inputs on this,
    Thanks,
    Rajwin

  • MVC-BSP as a logical link

    Hi All,
    I have a MVC-BSP and Iu2019m looking for the information how can I link this BSP (like a logical link) in the crm2007.
    Can anybody help me?
    Thanks & Regards

    Hi,
    According to ur requirement u need to create a transaction launcher for ur BSP-MVC . Follow the bellow steps.
    1. Define URL parameters for transaction launcher for ur BSP application and pass ur main controller name and main page name like
    Application - MAIN.Do
    Page         - MAIN.HTM
    2. Create a transaction launcher of URL type and pass URL parameter id over there.
    3. After follow all steps for transaction launcher like logical link, assign logical link id to direct link group  and assign to navigation bar profile.
    4. In ur business role check the checkbox for this logical link from visible direct link.
    Now test ur transaction launcher. It will work.
    Regards
    Gaurav

Maybe you are looking for

  • Movie Won't Download - No Error Message - Just Starts Telling Me It'll Be 1000s of Hours

    I actually have this same issue from my iPhone. I didn't know until tonight. After several fruitless emails to Apple support, I removed all my pictures and videos on my iPhone to make room for the movie I bought and after downloading 4.8mb the issue

  • Itunes 8 seems to work fine

    Related to Itunes 8 (8.0.0.35) it installed fine, although took a long time to install appearing to do everything more than once. It complained about Outlook running although it was not, attempted to shut it down and couldn't, and I shut the process

  • Cant download LION on slow internet. Starts over after disconnection.

    Currently deployed to Africa with USAF. Hard drive crashed on old white macbook. Installed new drive and reinstalled original Snow Leopard. Fully updated all software. Went to app store to download Lion. I can download approx 1 GB per day on slow int

  • Troubleshooting issues opening Excel spreadsheets

    Platform: SP 2010 service pack 2. Office 2010, windows 7 on user laptop , IE 9 32 bit browser. several users started calling recently about problems opening Excel spreadsheets. They are on different SharePoint sites on the same site collection. No ch

  • How do you play a swf file from the desktop

    I have created a swf file using flash. It can be downloaded onto the desktop. It is zipped. When unzipped it is called yadayada.swf. It does not get associated to the flash player or the shockwave flash player which are both installed. So if i double