Alert navigation is working but without any data in the views

Hi Experts,
                   Currently I am working with CRM 2007(6.0), I am facing issues regarding the Alert navigation. Below are my comments.
1. Created an alert with navigation objcet specified as FICAACCBALANCEDISP:B for Account balance display
2.Created a rule policy with required condition.
3.During the confirmation of Business partner alert is getting displayed in the alert information bar along with hyper link for the alert.
4. When i clicked on the navigation link it is navigating to the account balance display page but with out any data.
5. If i Check the account balance from the l-shape navigation, i could find the data in the respective views.
Please provide your suggestion why when i try to navigate to the accound balance display by clicking on the hyper link it is not displaying any data?. Thanks
Contributions will be highly appriciated.
Regards,
Lakshmana.P

Hello Lakshmana,
Fact-gathering services are OK to get data used in alert configuration, but I also observed that alert framework does not allow to pass key of navigation entity when alerts are clicked for navigation.
This is why you should use an action-handler service instead ! Check existing classes implementing interface if_crm_smf_action_handler. There are some delivered by SAP that produce alerts.
In your own one class implementing that interface, you can control what data is passed during navigation, like in following code snippet:
  DATA:
    lr_alert_srv            TYPE REF TO if_crm_ic_5x_ext_alert_srv,
    lr_event                TYPE REF TO cl_crm_ic_event,
    lv_alert_id             TYPE        crm_ic_alert_id,
    lv_message              TYPE        string,
    lv_event_name           TYPE        crm_ic_event,
    lv_tooltip              TYPE        string,
    lv_navlink              TYPE        crm_ic_navbar_navlink,
    lv_delay                TYPE        i.
  connect to alert singleton
    lr_alert_srv ?= cl_crm_ic_5x_ext_alert_srv=>if_crm_ic_5x_ext_alert_srv~get_instance( ).
    IF lr_alert_srv IS BOUND.
      lv_event_name = 'ContactStarted'.
    alert message
      CONCATENATE text-001 lv_ticket_number INTO lv_message SEPARATED BY space.
      IF lv_ticket_guid IS NOT INITIAL.
      clickable link
        CONCATENATE 'BT116_SRVTK:B:BT116_SRVTK:' lv_ticket_guid INTO lv_navlink.
        lv_tooltip = text-002.
      ELSE.
      ticket does not exist
        lv_tooltip = text-003.
      ENDIF.
    trigger alert
      lr_alert_srv->trigger_alert(
                      iv_alert_id   = lv_alert_id
                      iv_message    = lv_message
                      iv_event_name = lv_event_name
                      iv_tooltip    = lv_tooltip
                      iv_navlink    = lv_navlink
                      iv_delay      = lv_delay     ).
     alert click is handled by CL_CRMCMP_I_HIDDENVIEW_IMPL->NAVIGATE_ALERT
    ENDIF.
  ENDIF.
Hope this could help you
Best regards
Walter

Similar Messages

  • Create a schema B whose structure is same as schmea A but without any data

    Hi Buddies,
    I will create a schema B whose structure is same as schmea A, but without any data imported from A?
    schema A in one production instance, schema B will be created in a test instance in another server.
    9i database.
    Is there any buddy has any good way to achive this purpose?
    Thanks a lot in advance
    Jerry

    Hi friends:
    OK, I prepare a new exp/imp, but befoe doing that, I want to identify all errors happened in previous exp/imp
    1. I set statistics=none in exp par file, now I have a clean export without any warnings. :-)
    2. I checked previous imp log, found the below problem
    1)
    ORA-01917 user or role xxx doesn't exit-- this is not important, some users have not been created in test
    instance. while, we can set grants=n in the later imp par file.
    2)
    ORA-01659. unable to allocate minextents beyond 63 in tablespace RPT_IN_MID
    --this is seriours. I found the total same errors like below
    ORA-01658: unable to create INITIAL extent for segment in tablespace RPT_IN_MID
    ORA-01658: unable to create INITIAL extent for segment in tablespace RPT_IN_MID
    ORA-01658: unable to create INITIAL extent for segment in tablespace RPT_IN_MID
    ORA-01658: unable to create INITIAL extent for segment in tablespace RPT_IN_MID
    ORA-01658: unable to create INITIAL extent for segment in tablespace RPT_IN_MID
    ORA-01658: unable to create INITIAL extent for segment in tablespace RPT_IN_MID
    ORA-01658: unable to create INITIAL extent for segment in tablespace RPT_IN_MID
    ORA-01658: unable to create INITIAL extent for segment in tablespace RPT_IN_MID
    ORA-01658: unable to create INITIAL extent for segment in tablespace RPT_IRIN
    ORA-01658: unable to create INITIAL extent for segment in tablespace RPT_IRTB
    ORA-01658: unable to create INITIAL extent for segment in tablespace RPT_FCPTB
    ORA-01658: unable to create INITIAL extent for segment in tablespace RPT_FCPTB
    ORA-01658: unable to create INITIAL extent for segment in tablespace RPT_FLFTB
    ORA-01658: unable to create INITIAL extent for segment in tablespace RPT_FLFTB
    ORA-01658: unable to create INITIAL extent for segment in tablespace RPT_IN_MID
    ORA-01658: unable to create INITIAL extent for segment in tablespace RPT_IN_MID
    ORA-01658: unable to create INITIAL extent for segment in tablespace RPT_TABLE
    ORA-01658: unable to create INITIAL extent for segment in tablespace RPT_TABLE
    ORA-01658: unable to create INITIAL extent for segment in tablespace RPT_IN_MID
    ORA-01658: unable to create INITIAL extent for segment in tablespace RPT_IN_MID
    ORA-01658: unable to create INITIAL extent for segment in tablespace RPT_IN_MID
    ORA-01658: unable to create INITIAL extent for segment in tablespace RPT_IN_MID
    ORA-01658: unable to create INITIAL extent for segment in tablespace RPT_IN_MID
    ORA-01658: unable to create INITIAL extent for segment in tablespace RPT_FCPTB
    ORA-01658: unable to create INITIAL extent for segment in tablespace RPT_IN_MID
    ORA-01658: unable to create INITIAL extent for segment in tablespace RPT_IN_MID
    ORA-01658: unable to create INITIAL extent for segment in tablespace RPT_IN_MID
    ORA-01658: unable to create INITIAL extent for segment in tablespace RPT_IN_MID
    ORA-01658: unable to create INITIAL extent for segment in tablespace RPT_IN_MID
    but, before import, I already add datafiles to the all above tablespace one by one.
    like,
    alter tablespace RPT_IRTB
    Add datafile '/cma7/appl/oracle/dods/dt_irtb02.dbf' Size 64M;
    why still have this problem? is there anything I can improve, please advice?
    3) ORA-2000 unable to set values for xxxx (object), doesn't exit or insufficient privileges.
    (do I need to set user as sys in the future imp par file)?
    for the database link problem, I will check after the above problem resolved.
    Thank you very much
    Jerry

  • HT4356 My iPad does not find the printer. I have tried the HP app and it works, but in any other app the printer is not seen. How do I get this printer visible to the iPad. All my other network computers find and print with out a problem.

    My iPad does not find the printer. I have tried the HP app and it works, but in any other app the printer is not seen. How do I get this printer visible to the iPad. All my other network computers find and print with out a problem.

    hi
    could you tell us what the other app is please

  • I just bought this show it would work but without any sound?

    I've tried doing everything but i dont know why it would work with out any sound!!! what should i do?

    in iTunes, access your purchase history via your account in the iTunes store,
    find the file in question, and click on the report a problem button. report the problem. more info in this support article.
    clicking here should take you directly to your iTunes store log-in window.

  • Hi, I have a new laptop and would like to syncronise my iphone with iTunes (which I have installed again). But my old laptop has died so I could not transfer any media files, etc. Can I simply connect my iPhone to the laptop without any data being lost?

    Hi, I have a new laptop and would like to syncronise my iphone with iTunes (which I have installed again). But my old laptop has died so I could not transfer any media files, etc. Can I simply connect my iPhone to the laptop without any data being lost?
    Many thanks in advance!

    you have a new phone and a new comp and you want to restore to your old data ?!
    I can't think of anything but icloud, and what was purchased via itunes

  • I had my Ipod nano 7Gen factory restored. Nano touch is working smooth without any song init but after i have any of the songs shifted from itune touch buttons get messed up. They don't work. Help me in over coming this issue

    I had my Ipod nano 7th Gen factory restored. Nano touch works smooth without any song in-it but after i have any of the songs shifted from itunes, touch buttons get messed up. They don't work. Help me in over coming this issue.

    Hello Rohantm,
    Thank you for the details of the issue you are experiencing with your iPod nano (7th generation) touch screen.  I recommend the following steps for the issue you described (you can skip the steps you have already tried):
    Touch screen does not accept input
    Clean the screen with a microfiber polishing cloth.
    Do not wear gloves while using the touchscreen. Do not use the touchscreen with wet hands or immediately after applying hand lotion. Moisture affects touchscreen behavior in the same manner as it affects a trackpad.
    If you have a protective plastic sheet or film on the touchscreen, try removing it, because it may be preventing the touchscreen from working properly.
    The current application may be unresponsive; try resetting iPod by pressing and holding the Sleep/Wake button and the Home buttons simultaneously for a least six seconds, until the Apple logo appears.
    Sync with iTunes and restore the iPod.
    Issue not resolved
    If the issue is still not resolved, please read this information on servicing your iPod.
    Find the full article here:
    iPod nano (7th generation): Hardware troubleshooting
    http://support.apple.com/kb/TS4433
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • How to create a report without any data

    HI All, <BR> Can anyone help me in writing a report without any data. I want to create a report with list of memebers from a dimension where UDA is "My UDA". I wrote a report "<UDA(CHANNEL,'My UDA')" but this fetches me data too in the report. How to eliminate the data in the report. <BR><BR>Thanks<BR>Murali

    Hi<BR><BR>Assuming you are using the essbase report writer the following script will work: <BR><BR>{ SUPPAGEHEADING }<BR>{ SUPCOLHEADING }<BR>{ SUPFORMATS }<BR>{ SUPFEED }<BR>{ NOINDENTGEN }<BR>{ FIXCOLUMNS 1 }<BR> <ROW("Dimension") <BR> <UDA(Dimension,MyUDA)<BR>!<BR><BR>the fixcolumns 1 will ensure that you only get the UDA without it you will get the variable followed by the corrosponding value.<BR>

  • After updating to 12.1.2.27, songs play, but without any sound output to internal iMac speakers

    So i updated to 12.1.2.27 and songs 'play', but without any sound output. Checked my audio settings and had it at Internal speakers. Checked the speakers (they work, at least for YouTube vids), restarted machine, etc and no audio output from iTunes. Any suggestions? Am I missing something?
    Thanks in advance

    Try unchecking Sound Enhancer and Sound Check in your Preferences under Playback
    Sound check may have reduced everything to a low output level inadvertently.

  • I have a new ipad and everything works but can't connect to the app store. Itunes works and the wifi seems to be working but i get a blank white screen when i open the appstore.Nothing will load unter the features or charts tab. Any Suggestions?

    I have a new ipad and everything works but can't connect to the app store. Itunes works and the wifi seems to be working but i get a blank white screen when i open the appstore. Nothing will load unter the features or charts tab so i cant download any apps. Purchased and updates tab loads fine. Any suggestions?

    You would get better response from the iTunes community forum.
    Have a nice day!

  • I am used to that when I open an image in Bridge it will be opened in PS, with all preferenses I have done to the image. Now it opens in PS but without any changes i have don e in Bridge. Also when I open a new image I want it to be opened in Camera Raw a

    I am used to that when I open an image in Bridge it will be opened in PS, with all preferenses I have done to the image. Now it opens in PS but without any changes i have don e in Bridge. Also when I open a new image I want it to be opened in Camera Raw automatically, both if a Jpeg or Raw picture.
    Using PS CC
    Regards BOJ

    <moved from Adobe Creative Cloud to Bridge General Discussion>

  • My old computer (a Sony) with my iTunes crashed. I have a new MAC and want to make sure I can keep all of my music (mostly from old CD's that have been lost). I bought iTunes match hoping that would work but it isn't using the data on my phone. HELP!

    My old computer (a Sony) with my iTunes crashed. I have a new MAC and want to make sure I can keep all of my music (mostly from old CD's that have been lost). I bought iTunes match hoping that would work but it isn't using the data on my phone. HELP!

    Since you have purchased a new Mac (which, BTW, is not typed in all capitals) why not buy a Time Capsule <http://www.apple.com/airport-time-capsule/> which is designed specifically to work with OS X and Time Machine?
    You don't say what part of your Sony "crashed." If it was not the HDD it is possible to take the computer apart, put the HDD in an external case, then recover the data off of it (including the music) simply drag-n-drop. If it was the HDD that "crashed" that makes it more difficult.
    If you are able to recover the music from the Sony you can then add it to the iTunes library on the Mac and iTunes Match will then scan, match and upload the tracks to be mirrored in the cloud.

  • Hi.  My air port is connected and wifi is working but i cannot connect to the time capsule to access any files stored there

    Hi.  My air port is connected and wifi is working but i cannot connect to the time capsule to access any files stored there

    Hi.  My air port is connected and wifi is working but i cannot connect to the time capsule to access any files stored there

  • I have Adobe Acrobat installed as part of the CS6 suite.  It has stopped working (yet again -- it has done that three of four times over the last year).  I have spent days trying to repair it; etc. without any success.  The last time this happened, it was

    I have Adobe Acrobat installed as part of the CS6 suite.
    It has stopped working (yet again -- it has done that three of four times over the last year).
    I have spent days trying to repair it; etc. without any success.
    The last time this happened, it was necessary for someone from Adobe to reinstall it entirely, if I remember correctly.
    I give up. Can anyone tell me what I must do get the program to actually work?
    I spend more time trying to get Adobe Acrobat to work, than I do actually doing my work.
    My OS is Windows 8.1.  My system has 16 MB of RAM, and hard disks are not overfilled.
    I run update virus checker (Kaspersky) daily.
    Cheers,
    Hugh

    Hi Hugh ,
    Could you please tell what are the challenges you are facing while trying to access Acrobat ?
    Do you get any error message ?If yes ,please share the screen shot of the same.
    Please try the solution outlined here: http://helpx.adobe.com/creative-suite/kb/acrobat-failed-launch-30-days.html
    OR
    Try repairing it from Control panel, or try launching it with a different user account and check if it works or not.
    Install the latest updates for Acrobat X from the link : http://www.adobe.com/support/downloads/product.jsp?product=1&platform=Windows
    and check.
    Let us know how it goes,
    Regards
    Sukrit Dhingra

  • Ever since I installed MAVERICK, nothing now works, Flash Player won't run, printer works but scanner will not and the computer runs so slow.  Any help anywhere?

    Ever since I installed MAVERICK, nothing now works, Flash Player won't run, printer works but scanner will not and the computer runs so slow.  Any help anywhere?

    wqn02h, first thing I would do is use Disk utility to repair permissions. Once this is done. Make sure you have the latest versions of the software you use. Also, check the manufacter of your printer/scanner for updated software. If they don't have updated software there are 3rd party alternatives that will work.
    Paul

  • Rating enigma: library recreated with all playlists but without any rating!

    Dear all,
    My external HD has crashed, but I got to recuperate all my music files (150 GB).
    The library files are intact, as they're stored in my internal Mac drive (users/my name/music/itunes folder).
    I already added all the files from the new drive into Itunes and already got to recreate the library (importing the main xml file to Itunes: file > library > import playlist).
    The playlists (around 1000!) were recreated without any problem but the ratings are not appearing (all my music files were rated!). Do you know can I solve this enigma? I already did the standard procedure twice (file > library > import playlist), but without any success.
    Those ratings are very important for me, as I have many automatic smart playlist linked to that!
    So, your help is highly appreciated,
    Alberto Mathia

    My iphone is loaded with apps that I purchased. I tried to sync my iphone with my new library. After it backed up my iphone it asked me to erase and replace my apps. Since I don't want to lose them off of my iphone I'm stuck on what to do? Cant I load all of the apps from my phone to itunes??? PLease help

Maybe you are looking for