CRM "My Overdue Activities" hyperlink change

Hi all,
I would like to change the hyperlinks in the "My Overdue Activities" iView to go to a different application. So far, I've found that this is a Java iView, but I don't know where to edit it. Is there a way to get to the source code of this Java iView to modify it or do I need to recreate this iView in BSP or Web Dynpro?
Thanks for your help.
Cameron
Message was edited by: CAMERON PULCIFER

Hi,
for testing I would suggest that you have a look at: "<a href="http://help.sap.com/saphelp_crm40sr1/helpdata/en/d1/6d363dc992752de10000000a114084/frameset.htm">Switching the Buffer for URL Generation On and Off</a>". Also have a look at Function Module CRM_PRT_GET_SINGLE_NAV_INFO to do a direct test in CRM. Here is the example code for the Link generation for Opportunities:
  call function 'CRM_PRT_GET_SINGLE_NAV_INFO'
    exporting
     bor_object_type         = 'BUS2000111'
     crm_object_type         = 'OPPORTUNITYCRM'
     object_id               = opp_guid
     method                  = 'DEFAULT'
     nav_model_version       = '0'
     ep_base_url             = ep_base_url
     ep_version              = '6.0'
   importing
     ex_url                  = ex_url.
Regards
Gregor

Similar Messages

  • Hyperlinks on todays/Overdue activities

    We have deployed EP6 and PC-UI for CRM. For certain users, the activities hyperlink on the overdue activities is not working on the portal.I have noticed that this is a Java iView.
    Can we have some guidance on this problem.
    cheers
    Ramesh Babu

    Hi,
    for testing I would suggest that you have a look at: "<a href="http://help.sap.com/saphelp_crm40sr1/helpdata/en/d1/6d363dc992752de10000000a114084/frameset.htm">Switching the Buffer for URL Generation On and Off</a>". Also have a look at Function Module CRM_PRT_GET_SINGLE_NAV_INFO to do a direct test in CRM. Here is the example code for the Link generation for Opportunities:
      call function 'CRM_PRT_GET_SINGLE_NAV_INFO'
        exporting
         bor_object_type         = 'BUS2000111'
         crm_object_type         = 'OPPORTUNITYCRM'
         object_id               = opp_guid
         method                  = 'DEFAULT'
         nav_model_version       = '0'
         ep_base_url             = ep_base_url
         ep_version              = '6.0'
       importing
         ex_url                  = ex_url.
    Regards
    Gregor

  • PCUI - My Teams Overdue Activites

    Hi,
    We're using the Sales Manager role in the PCUI in CRM.  There is a page displaying My Teams Overdue Activities - page name 'com.sap.pct.crm.act.myteams_overdue_activities'.  In saphelp it explains that this page should do the following:
    'This iView displays activities that are overdue on the current date, that is, their planned completion date is earlier than the current date. All activities are displayed that belong to users in the sales manager's team.'
    Has anyone used this before and know what I need to do to get to see 'My Team's' activities.  I have created a 'position' in the org model and assigned users to this position.  I assume this would work but it didn't so I was wondering how I can assign users to a team?
    Any help would be much appreciated.
    Regards
    JoJo

    Hi Jojo,
    We also use this iView and had the likeliy the same problem as you.
    In your org model you need an additional (second) position which is marked as "Head of own organisational unit". Assign a person (a team leader) to this position.
    i.e. :
    Org unit
    |
    |-position one
    |  |-employee1
    |  |-empl.2
    |
    |-position team leader (with "head of own ...")
       |-employee5 (team leader)
       |- ...
    All employees under the "position team leader" would see all activities under "Org unit" by startig i.e. "My Team's Activities".
    I hope I could help.
    Regards,
    Abbas

  • Color of Hyperlink Changes When I Convert a Document Created in Pages to a PDF

    I am currently using Pages 09 to design an eBook.  When I convert my Pages document to a PDF some of the hyperlinks change colors from medium to dark blue.  I am currenlty using the latest version of Adobe Reader (9.46).  I have been to Apple store to try and address this issue, but they can not correct it.  If I open the document in Preview or Safari, it works fine.  There is only a problem when I open the document in Adobe Reader.  I would greatly appreciate your help in getting this fixed.  Does anyone know what the problem is here and how to fix it?  Thanks in advance for your help!

    I am currenlty using the latest version of Adobe Reader (9.46).
    The latest version of Adobe Reader is 10.1.1.

  • Word 2010 Network Path Hyperlinks change to Local C Drive

    Hi,
    I am having issues with Microsoft Word documents that have links in it to other documents. I'm not sure why but these hyperlinks change from their UNC path to a C path. For example
    \\server\folder\document.pdf
    would change to
    C:\Users\{username}\AppData\Roaming\Microsoft\Word\folder\document.pdf
    This happens to all links on that document. We have hundreds of documents and finding that they are doing this randomly which means all links need to be created again. We did not have this issue using Word 2003, or Word 2007. This has happened since upgrading
    to 2010 a few months ago.
    All the documents have been created years ago in Word 2003.
    I have looked everywhere and realize there are other topics similar however no answer has been found.
    Hopefully someone can help

    Hi Dave,
    This behavior is because that the link by default is saved as
    Relative Link, with relative link used, we are able to move the documents to wherever we need, and still keep the link works. As the disadvantageous, the link will no longer work if we actually need the link to be an absolut link.
    This especially happens when the linked document is saved in the same folder.
    To avoid such issue, we need to modify the following setting to use absolute link instead of relative links.
    To do this, use the following method.
    On the File menu, click Options.  
    Click Advanced.  
    Under General, click Web Options.  
    Click the Files tab.  
    Click to clear the Update links on save check box.  
    Click OK two times.
    For enterprise environment, we can modify the setting for multiple machines using group policy:
    Microsoft Office 2010 --> Tools |Options | General | Web Options... --> Files  --> Update links on save
    Max Meng
    TechNet Community Support

  • CRM 5.0 Webclient - Characteristic Change Pointers

    Hi Gurus
    On ERP we have site values which have characteristic data attached.
    On a daily basis from ERP we run transaction BD21 with Message Type "CLFMAS" which picks up changed characteristic data and creates Idocs which are then sent to CRM and processed via an XI process.
    We've picked a scenario where it looks as if New Sites created do not have their characteristic data sent in this process.
    If we then make a change to the characteristic data for the new site and then run BD21, the data is picked up without issue.
    Would anyone know if this is due to the fact that it is seen as a new record and not a changed record that the new  characteristic data is not picked up for transer?
    Maximum points for the right answer.
    Any links to documentation on this subject would also be rewarded
    Many Thanks in advance
    Panduranga

    Closing this
    No Resolution at this point

  • Why does my hyperlink change to text in ES?

    I am trying to create a PDF form in LiveCycle ES. My goal is to have a company form that Employee A can fill out in Adobe Reader, save and post to our intranet site where Employee B can retrieve it. I want Employee A to be able to copy a Google map link and paste it into the form. The Google link will change with every form she fills out. Then Employee B can open the form in Reader, click on the link and go straight to the correct map.
    For the Google link, I have a text field in Rich Text. When I view the form in Preview, I am able to highlight the default text in the field ("click here"), highlight it, and right-click to insert the hyperlink. But as soon as I tab over to another field, the link changes to a non-clickable Google string of text.
    It doesn't matter whether I view the form in LC PReview, or whether I save it and do the Extend Features in Adobe Reader. The link does not stay a link. I have tried making the form a static form, a dynamic form, changed every text field object I could, but I get the same result.
    What am I missing?

    First thing is why are you using a Rich Text Field .....woudln't a regular field be enough? Secondly you are pasting a string that represents a link. The field onlt deals with a string and cannot actually link for you (it is a field not a link). You  could add code to the field that woudl perform the linking operation. On the click event of the field you coudl add code something like this:
    //check to see if the default string is present
    if (this.rawValue != "click here"){
         //we have a different string present
         xfa.host.gotoURL(this.rawValue)
    Make sense?
    Paul

  • BAPI_SERVNOT_ADD_DATA-update long text of activities in Change Notification

    Hi All,
    I am trying to use this "BAPI-BAPI_SERVNOT_ADD_DATA" call to change a Service Notification.
    The partners,activities get updated. I am unable to update the long text of each of the actvities item.
    I am using the following code to update the longtext.
    Defects/activities table
    data: activities like table of bapi2080_notactvi with header line.
    long text table
    data: longtext like table of bapi2080_notfulltxti with header line.
    *partnr table
    data:  notifpartnr  like table of bapi2080_notpartnri with header line,
            longtext-objtype = 'QMFE'.
            longtext-objkey = activities-act_sort_no.(item # of the activity)
            longtext-format_col = 'U1'.
            longtext-text_line = zwin-misc_text1.
            append longtext.
            longtext-format_col = 'U1'.
            longtext-text_line = zwin-misc_text2.
            append longtext.
            longtext-format_col = 'U1'.
            longtext-text_line = zwin-misc_text3.
            append longtext.
    call function 'BAPI_SERVNOT_ADD_DATA'
        exporting
          number                  = zwin-qmnum
      I_BAPI                  = ' '
    IMPORTING
      NOTIFHEADER             =
      NOTIFHDTEXT             =
       tables
       notfulltxt               = longtext
      NOTITEM                 =
      NOTIFCAUS               =
          notifactv             = activities
      NOTIFTASK               =
        notifpartnr             = notifpartnr
      KEY_RELATIONSHIPS       =
         return                 = lt_return
    Any help appreciated.
    Thanks
    Mala

    Hi Neil,
    Thanks for the update.  The issue has been resolved.
    The BAPI- 'BAPI_SERVNOT_ADD_DATA'   cannot be used to update the item long text. (activities long text ) . The length of the object key is only 8 characters.
    I used the following function module('IQS0_ADD_ACTIVITY_LONGTEXT')  to update the item>>activties>> long text after the  BAPI  call to  'BAPI_SERVNOT_ADD_DATA' .
    data:  v_line like table of  tline with header line.
    call function 'IQS0_ADD_ACTIVITY_LONGTEXT'
                 exporting
                   i_qmnum             = wa_qmnum
                   i_manum             = wa_item_no
                   i_post              = 'X'
                    I_RESET             =
                 tables
                   t_inlines           = v_line
                  EXCEPTIONS
                    SHOW_MESSAGES       = 1
                    OTHERS              = 2
    The call to 'BAPI_SERVNOT_ADD_DATA'  took care of all changes to the Notification except the update of the item>> long text. After committing this transaction, I did a BAP  call to 'IQS0_ADD_ACTIVITY_LONGTEXT' to update the item>>actvities>>long text.. This has been working fine and is currently in productin.
    Appreciate all your feedback .
    Thanks
    Mala

  • Hyperlinks change in Word doc to local drive

    I have an issue with with a Word document that has hyperlinks in it to other sharepoint sites.
    When I open Document1 from its orginial location in SharePoint Doc Library, it opens fine with all links working.
    When I goto a link on a SharePoint site in the same site collection that links to the same document in its original location the links change to
    file:///C:\User\usern_name\documents\...
    I am opening the document, not saving.
    Here is an article I found helps but this only solves the problem by configuring each machine that opens the file:  (not an ideal situation when you have 200,000 plus employees)
    http://support.microsoft.com/kb/903163
    Method 2: Word 2007
    Click the Microsoft Office Button, and then click Word Options.
    Click the Advanced.
    Under General, click Web Options.
    Click the Files tab.
    Click to clear the Update links on save check box.
    Click OK two times.
    Does anyone know what causes the hyperlinks to change depending on the which sharepoint site you open it from?
    Brandon

    Hi ,
    Please provide more information about your problem .
    1.      
    What is your  word version ? Word 2007 or Word 2010?
    2.      
    What do you mean by ‘goto a link on a SharePoint site in the same site collection that links to the same document in its original location the links change… ’
    ?How do you create the link on a different SharePoint site? By uploading the document to the site ?
    3.      
    How do you insert your hyperlinks .Just type them in or by insert>hyperlinks? If you insert a hyperlink by using insert>hyperlinks ,the address won’t change to
    a UNC path .You can view the address by right click on the hyperlink and choose ‘edit hyperlink’ .
    For more information about hyperlinks ,please refer to this site:
    Common hyperlink problems:
    http://sbarnhill.mvps.org/WordFAQs/HyperlinkProbs.htm
    Thanks,
    Regards, Rock Wang Microsoft Online Community Support

  • Hyperlinks changing

    This has happened twice to the same set of links. I have a page with large number of links to .pdf files. Links will work for a few days and then stop. When I look at the hyperlinks the link to file name has changed from xx.pdf to xx,pdf. The period has changed to a comma. When I change it back to a period the link works. This happens to just the same small set 10% of the links on the page.
    Any ideas what is causing this? All the links are basically going to the same area on the server just different folders.

    So there's something in the subsequent edits and publishing that's causing the change. Are you using a Web Safe Font?
    OT

  • Alert in crm when the order is changed in ecc

    HI All,
      When an ECC order is changed/cancelled then an alert should be generated in the alert inbox of the crm user. Please suggest if such a scenario is possible. We dont have XI in place.
    In such scenarios can we have the alert category defined in the ECC system and the alert triggered from CRM system by pointing the rfc connection in SALRT1 to crm system.
    Please suggest.

    Hey
    Please open this question in ECC forum since this is not part of XI.
    To answer your question,you should be able to achieve this by configuring CCMS on ECC or on Solution manager.
    Thanks
    Aamir

  • BP created in CRM do not synchronize after changes in R/3

    Hi,
    I’m using CRM 5.0 and ECC 6.0.
    After all configurations I ‘ve made I can now download Customers from R3 to CRM and upload customers from CRM to R3.
    Every changes made in CRM BP (created in CRM or downloaded from R3) are replicated to R3 correctly. The changes to Customers made in R3 only replicate if the customer was created in R3.
    The problem is when I change something in R3 for customers created and uploaded by CRM.
    Any help would be appreciated.
    Thanks in advance,
    Liberto Rodrigues

    Hi,
       Do you have a user exit placed in R/3 outbound or mapping outbound (t-code
    com_bupa_call_fu
    )in the PI of your ECC system?
    If the customer data has not been replicated to CRM, you can debug and have a look at the R/3 outbound. May be it will help.
    You might also want to check your number range settings.
    Let me know the result.
    regards,
    Sudipta.

  • Why don't my hyperlinks change color?

    My hyperlinks don't change color when I try them in a browser or on my iWeb site. They all work fine but I don"t get that satisfying color change. I am using iWeb 06. Do I have to upgrade to 08?

    If it's not your taste it's unsatisfying and problematic to you which should be enough to justify a inquiry towards solution without option about what others think is unsatisfying or not to them.
    You posted about iWeb '06 here's a solution for said version.
    When you Publish from iWeb you get a .HTML file and a .CSS file for each page you've created.  The CSS is the styles for each of your pages and the color of the hyperlinks is a style you want to change.
    When you look at the CSS file opened in Text Edit it will have a section that looks like this:
    a {
    color: #453c3c;
    text-decoration: underline;
    a:visited {
    color: #666666;
    text-decoration: underline;
    a:hover {
    color: #000000;
    text-decoration: underline;
    You can change the alpha-numeric values for the regular, hover and visited behaviors of how the color changes for your links.
    Hope that helps!

  • CRM 7.0 Activities Not passing to BW

    Hello All,
    I need some help, we upgrade from CRM 4.0 to CRM 7.0 SP 5. With CRM 7.0 we began to use the "Iinteraction record" and we have a problem passing main activities (claims, Sales etc) to BW.
    The problem is that all activities created with an interaction record doesent pass to BW. We are using extractor 0CRM_SALES_ACT_1. 
    We try creating an activity out of an interaction record and it pass without problem to BW.
    Any help would be wellcome! best regards!

    Hi Jose Luis,
    It´s an old post but did you solve this problem?
    Thanks,
    Pablo.

  • CRM - "closed date" versus "last changed on"

    Hello ,
    There are Service tickets in CRM . So the user just wanst a track of the
    "closed date" and "last changed on" for the Service tickets .
    I am able to locate the field the "last changed on" in the Infoprovider 0CSRVMP08 but I am not able to
    locate the field for "closed date" .
    Request to guide on as how amd what is the technical field name or the infoprovider name where both the fields are avilable .
    Thanks ,
    Rahul

    Issue solved

Maybe you are looking for

  • Hp officejet pro 8500 will not print alignment page

    Hi, I saw that others on this thread where having similar problems and I was wondering if anyone could help. I have been having trouble with my HP Office Jet Pro 8500 Wireless (A909g series) printer with the print heads. Initially, it stopped printin

  • Show zeroes in a control table (Module Pool)

    Hi all. I need showing zeroes in a control table. I declared fields type char in the control table (and in the internal table) and it shows zeroes, but I need declare it type QUAN (control table and internal table). With all types (except CHAR) I cou

  • Why won't dropbox documents print via bluetooth to a pima ip100

    Why won't dropbox documents print via bluetooth to a pixma ip100 from a Mac Pro.  The ip100 prints gibberish continuously until it is unplugged.  There is no other way to stop the printing.

  • HT201210 i cannot connect to app store

    I haven't been able to connect to App Store. My ID works fine for ICloud and Itunes but when I tried to sign in to App Store error message comes up with Connection failed. Internet is working fine and after reading your post I found the following log

  • IPHONE: PROBLEM SENDING EMAILS IN/OUT OF HOME ISP'S NETWORK

    THE PROBLEM: Some Home ISPs won't allow their users to use the same SMTP port when they are inside or outisde their Network to send an email of their ISP's domain ([email protected]). This prevents the iPhone user from being able to send emails flawl