How to integrate personalize function in CRM 2007 WebUI to portal

Hello Experts,
I have a requirement in regards to the CRM 2007 and portal integration.
We have integrated a business role from CRM and CRM 2007 WebUI is now an integrated part of the portal. But in this we are missing the 'Personalize' option that is in CRM WebUI in portal.
So can anyone suggest me any solution how to go ahead for the personalize development in enterprise portal.
Thanks.

Hello, Aparna,
In CRM 2007 integrated into portal, the links like Personalize are part of so called Masthead iView. To get that view instead of the standard one, you need to configure the portal rules to load CRM desktop, instead of the standard one. You can find the instructions how to do it at the following path:
http://help.sap.com -> SAP Business Suite -> SAP Customer Relationship Management -> SAP CRM 2007 6.0 -> Application Help -> SAP Customer Relationship Management -> Components and Functions -> Basic Functions -> UI Framework and Configuration -> Portal Integration-> Adapting the CRM Portal Desktop
Sincerely,
Arman

Similar Messages

  • Spell Check Functionality in CRM 2007

    Hi Experts,
    Do we have spell check functionality in CRM 2007, If yes, How & where can we enable it ?
    For example if a sales representative/Manager types something in NOTES, they should able to spellcheck.
    Thanks & Regards
    Shiven

    I dont think there is SAP spellcheck functionality available. Your best bet would be to download a spellcheck plug-in for your web browser.
    Hope this helps
    Regards
    David

  • BP merge functionality in CRM 2007 Web UI - Buswu02 objects

    hello champs,
    Could any help me out to resolve the below issue:
    I have a issue with BP Account merge functionality in crm 2007, I have made the config change to create the cleansing case, create task, triggered the bupa_realign to merge the duplicate customer to Master record.
    In this case, Task is created and transferring the BP master data and marked the duplicate BP to to be archived but the issue is, we do want to transfer the service tickets from duplicate customer to master customer.
    I have also check all the setting in buswu01 and buswu02 (clear and clear_rep variants), for me its looks every thing fine but service ticket are not transferred to master account.
    It would be great help if any one help to resolve the issue!     Thanks a lot in advance.
    Regards
    Praveen

    This question has been resolved by me only, we have implemented the BP merge functionality with web ui crm 2007.
    And
    It was the issue with objects maintenance in tran buswu01 and transportation to testing client and other systems.
    now BP merge fun. works fine:
    to config:
    User the BP merge funn. in web ui.
    Assign the Task for merging the BP's
    Maintain the all relevant object to transfer.
    which will trigger a batch job and will transfer all the transact from duplicate account to master account and will mark the duplicate account to Archive.
    any ho thanks for all your suggestions and help.
    regards
    praveen

  • How to launch IC Webclient in CRM 2007?

    Hi,
    Not able to launch IC Web Client using Tcode CRM_IC in CRM 2007? Any change to the IC Webclient launching transaction in CRM 2007 (6.0) ?
    Appreciate your quick response.
    Regards,
    Venu.

    Hello All,
    Please note that I changed the subject line to "How to launch IC Webclient in CRM 2007?" from the original title of "How to launch IC Webclient in CRM 7.0 ?" since CRM 7.0 is not yet developed/released by SAP. CRM 2007 is the latest product on the market, so I assume this questions is about CRM 2007.
    In CRM 2007, the transaction code "CRM_IC" is no longer available. The reason for this is that the IC WebClient technology is now also used by the rest of CRM! So there have been some slight changes affecting the Interaction Center. For example, the old IC Profile concept is replaced by a new CRM Business Role concept. Now when you start the CRM WebClient, you need to indicate which business role you want to log on with -- IC Manager, IC Agent, Sales Professional, Service Professional, Marketing Professional, etc.
    One way to start the CRM WebClient is by adding a favorite to your SAP menu in SAP GUI by choosing BSP Application "CRM_UI_FRAME", any description you want, and then start page "default.htm". To assign yourself to a busines role (like IC_AGENT) you can either use the standard HR Org Model (PPOMA, PPOMB, etc.) like in the past. Or you can cheat and assign parameter "CRM_UI_PROFILE" with value e.g., "IC_AGENT" to your user in transaction SU01. Of course, you could also just create a browser shortcut that points to a specific CRM application server (e.g., http://[server]:[host]/sap/bc/bsp/sap/crm_ui_frame/default.htm
    Warm regards,
    John

  • AMI (Advanced Metering Infrastructure) functionality in CRM 2007

    Hi Gurus,
    Do we have AMI A(dvanced Metering Infrastructure) functionality in CRM 2007 ?
    Actually one of our client is having CRM 2007 and wants to test the AMI functionality in Interaction Center Web Client
    in CRM 2007. They are not sure whether CRM 2007 also support AMI and if yes to what extent.
    Is there any SP avaible to get this functionality.
    Post of the presentation available in the net is mentioning CRM 7.0.
    Any help/information in this regards will be appreciated,
    Thanks,

    Hi
    AMI features comes with the combination of CRM 7.0 & ECC 6.0 (specifically Enhancement Pack 4, which is due for release soon.  AMI is not part of CRM 2007.
    Ramana

  • How to create custom component in CRM 2007

    Hi.
    I am new for the CRM 2007 Web UI.
    Here we have CRM_UI_FRAME.
    Like this so many Components are there.
    I want how to create our own component.
    I created it as follows.
    Open the Transaction code bsp_wd_cmpwb.
    Provide Z Name in the Component.
    Zcomponent
    Press Create button.
    Go to Run Time Repository.
    Press Change Mode.
    Create a MODEL as ALL.
    GO to Browser Component Structre.
    Select View.
    Provide View name.
    Create the View.
    Go to view Layout.
    Provide the code like this.
    <%@page language="abap"%>
    <%@ extension name="htmlb" prefix="htmlb"%>
    <%@ extension name="xhtmlb" prefix="xhtmlb"%>
    <%@ extension name="crm_bsp_ic" prefix="crmic"%>
    <%@ extension name="bsp" prefix="bsp"%>
    <cthmlb:overviewFormConfig/>
    Create the context under the context.
    Go to Configuration tab.
    Assigne the Attributes to the Screen.
    GO to the Run Time Repository.
    press change mode.
    Assigne the view name to the Window.
    Save it.
    Test the Componet. But it is not diaply anything on the screen.
    How i will get the data into the web UI.
    Can anybody expalin about this one to me with screen shorts if possible.
    I want add some fields into the web UI. Provide some values into that. Capture the values.
    Navigate the data from one screen to another screen. How it is possible. I did not understand. 
    If i am changing any screens in the pre define component it shows dump.
    So, now i need Custom component with adding of the fields.
    Please give me proper information regarding this one.
    Thank You.
    Krishna. B.

    Hi,
    Try put the htmlb to show a field:
    <thtmlb:label design="LABEL" for="//<context>/<field>" text="<field>"/>
    <thtmlb:inputField  id="<field>" maxlength="31" size="20" value="//<context>/<field>"/>
    In order to get value, you can write a simple code in the event_handler:
    LR_BOL                      type ref to IF_BOL_BO_PROPERTY_ACCESS
    LR_BOL = ME->TYPED_CONTEXT-><context>->COLLECTION_WRAPPER->get_current()
    var1 = LR_BOL->GET_PROPERTY_AS_STRING('FIELD').
    take a look at lr_bol methods so that you can see the set and get methods.
    Regards,
    Renato.

  • How to add new fields to CRM 2007 Web UI

    Hi,
    I am new to SAP CRM 2007 and I am interested in how to extend the Web UI, for example adding new fields, to meet the customer requirements. Should I use the EEW or is there another "new and easier" way?
    Thanx & best regards,
    Oliver
    Edited by: Oliver Pregler on Jan 30, 2008 5:50 PM

    Actually for the new IC webclient UI you have need to take a look at your options:
    1.  New Installation:
    Use the EEWB and add the fields.  As part of the EEWB work, you will have a couple of post-processing steps where you will add your generated fields to the new screens.  However this doesn't require any programming.
    2.  Upgrade from CRM 4.0/50
    - New fields to add as part of upgrade
    See the directions for new installation
    - Existing fields to add as part of upgrade
    --See the blog on the 40/52 CUSTOMER_H migration for transaction fields
    --Business Partner fields part of BUT000 available via UI configuration tool, no extra work needed
    --Business Partner fields part of tabular extension, manual work required, I am still "perfecting" this method and plan on writing a blog once I have the technique finished.
    --Product Attributes - use the transaction CRMM_UI_PROD_GEN and CRMM_UIU_PROD_CONFIG
    I know CRM 2007 is based on the same tech foundation as 2006s, with some differences in how the UI tool works and the fact there are some screen layout changes(editable overviews).  The extension procedures are generally the same.  I can answer some of you extension questions based on my work with CRM 52 so far.  It will generally apply to your situation.
    BTW:  The PCUI is no longer supported in CRM 2006s and above.  Even the old SAP GUI transactions such as BP, COMM_PRODUCT are removed from the standard CRM menu.   The SAP CRM web client should be used instead now.
    Take care,
    Stephen

  • How to create a URL in CRM 2007?

    Hi,
    Please guide me on how do I create a URL in SAP CRM 2007?
    Which transaction codes?
    Regards,
    Rohit

    Hi Rohit,
    1- Use T code- PPOMA_CRM and select your Organizational Unit
    2-Hope you would have assigned a Position
    3- Assign the User to the Position.
    By default it will take the Business Role Assigned to Position for the assigned user.
    If you want to assign a role double click on the position>Goto>Detailed Object-->clik on Enhanced object description.
    from the Infotype select Business Role > click on create> assignh Business Role ( e.g. SALESPRO,MARKETPRO,OR Z****)
    Regards
    Arup

  • How to open multiple sessions in CRM 2007 WebClient UI

    Hi guys,
    This simple thing, I am could not figure out. How do I open another session on WebClient UI in CRM 2007.
    Can anybody help.
    Thanks,
    John

    Hi Vijayata,
    Thank you very much for responding. Yes, now I am able to create another browser where I have to put my user id and password again. However, your answer is very useful.
    I have another problem. When I login I see a list of roles and click one  of them to go into the home page.
    I created my own role. My question is, how do I make my role appear in the existing list of roles.
    What I did is, I assigned my role to an Org.Unit. The result is when I login to WebClient UI, it directly takes me to home page of my role.
    What I want is, I want my new role to appear among the existing list of roles. I tried many ways, I couldn't figure out. Can you please give idea.
    Thanks,
    John

  • Integrate BO report in CRM 2007

    Good morning all,
    my query is to integrate a customer oriented report from Business Objects in SAP CRM 2007 Web Client.
    Is there a way, to display this report in customer's factsheet in a similar way BI reports can?
    Thank you for your help,
    Chrysanthi

    Hi,
    then you can use an application called "OpenDocument". Each document on your BusinessObjects Enterprise system can be called with OpenDocument. If you go to help.sap.com in the BusinessObjects area and look for BusinessObjects Enterprise as product you will find more details
    ingo

  • How to activate a counter in CRM 2007

    HI,
    I created a counter in CRM 2007.I made all the necessary entries in the counter but still its showing the status as Inactive.Also there are no application logs available.
    Can anyone suggest how to make it active so that i can use it in my trasactions.
    I also want to know where can we define the application group for the counter??
    Regards,
    PePe

    HI,
    My scenorio is that i want to determine my warranty based on time / counter whicheveris earlier like a warranty in automobile industry.
    I have created a warranty time / counter based , attached it to my ibase comp and also created a counter and attached it to warranty product and ibase component both.
    Now when i create a order warranty gets determined considering the time only and not the counter.
    May be i am missing some customizing steps..
    I am also not aware of different characteristics of a counter..
    Regards,
    PePe

  • How to hide Context Area in CRM 2007

    Hi All
    Is it possible in CRM2007 to hide context area ( header ) in CRM 2007 by clicking on a button.
    For example, when We click on "collapse navigation" button, navigation bar become hidden. I need same functionality for context area too.
    Best Regards
    Bhavishya

    Hi Bhavishya,
    Sorry this is not a standard feature of the Interaction Center. It might be possible to implement this on project base, but it will certainly require coding.
    Regards
    Gert

  • How to reverse billing documents in CRM 2007 utilities billing

    Hello All,
    How to reverse the billing document in CRM 2007 utilities in billing screen.
    In ISU CRM SAP gui we use Tcode EABICO to reverse the document by giving reversal reason and reconcil key. how can we reverse a bill in CRM 2007
    Thanks & Regards,
    Raj.

    Hello Raj,
    you can use the BSP component IUICBCO in CRM2007 in order to perform a bill correction. You can test this BSP component using the transaction BSP_WD_CMPWB.
    This component has already been integrated into the business roles UTIL_IC and UTIL_IC_LEAN.
    Best regards,
    Michael.

  • How can we upload questionnaire to CRM 2007 during data migration activity?

    Hi all,
    I have an requirement where i have to upload questionnaires from an existing CRM system to SAP-CRM 2007 during data migration activity.
    i just go through what are questionnaires, how we can create them and how we can assign them to transactions.
    how can i upload during data migration activity ?
    Thanks & Regards
    Raman Khurana

    Hi,
    According to your post, my understanding is that the 'Upload.aspx' page was missing or corrupted from many document libraries after migration to 2010 from 2007. 
    Per my knowleadge, the upgrade process sets the SPWeb.CustomUploadPage property for upgraded sites to a custom upload page titled
    uploadex.aspx, as opposed to upload.aspx which is the default page for file uploads. And this custom upload page contains the “Destination Folder” field.
    To removes the custom upload page (uploadex.aspx) from SPWeb, and reverts back to the default upload page (upload.aspx), we can use PowerShell script to loop through all Web sites that are contained within the site collection, including the top-level site
    and its subsites, and checks to see if the SPWeb.CustomUploadPage property is not equal to blank. If true, then it sets the SPWeb.CustomUploadPage property to blank.
    Here is a great blog for your reference:
    Destination Folder field in site upgraded from MOSS 2007 to SharePoint Server 2010
    More information:
    What’s This Destination Folder Field On My File Upload Page?
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • CRM 2007 - Telephony and Portal

    You can run CRM 2007 UI in it's own framework ... or in the portal.
    If you run CRM 2007 UI in the portal - you keep the work area from CRM 2007 UI, but it's held together by the portal's header area and navigation bar on the left.
    My question is - can you run CTI/telephony in the portal.  In the pure CRM 2007 UI you get the interaction centre toolbar, you can integrate telephony to manager incoming calls, etc.
    But I've never heard of sophisticated telephony running in the portal (I've only heard of making outbound calls from a dialler pad)
    Am I correct?

    Dear David,
    The Concept of CTI has come to effect for the call center business, where if Pure WEBUI is functional & used. In A call center Interaction center we might not need a Portal access, however, Portal access is given to users where the usage is individual or for the sales Service or marketing force.
    As per your doubt we also can have CTI integrated with Web UI & that can be accessed through Portal.
    Hope thsi resolves your Query
    Thanks & Regards
    Sudeep
    +91 9220576962

Maybe you are looking for

  • Workflow for purchase requisation

    Hi, I have been asked to develop a purchase requisition workflow.The workflow must start when the purchase requisitin is saved and the go to the next person,the releaser based on the release strategy.How can I start this development of workflow. Than

  • A Method Without Body???

    Hi everyone I Have an example in some book about operative systems from Dr. A. Tanenbaum, the code looks like this: public class ProductoConsumidor{    static final int N = 100;    static productor p = new productor();    static consumidor c = new co

  • A saved word document will not show up on desktop

    Aloha: I am having problems getting a saved document to appear on my desktop.What might I be doing wrong. This has never happened before.  What might I be doing differently, now, to cause this to happen? Thanks Dan

  • Still having fan issues and kernel task issues

         Hi there, I got a iMac Late 2013 model, 8 GB RAM, 2.7 GHz Intel Core i5, Running Mac OS X 10.10.1. I have had issues in the past with this the Fan running for no reason on this computer. I read numerous articles about this on the web and most sa

  • Open photos in new tabs

    Hi! I am trying to simple drag and drop photshop in to CS 5 but the photos are placed and are not in a new tab as I want to. The only way for something like that is When I drag the photo go to CS 5 and place it on the tab bar by my self. Is there any