GRC 10 hyperlink notification setup

Hi,
We want to setup notification email and it should have hyperlink by saying Click Here once we have clicked on that,it has to open respective NWBC approval page.
Instead of maintaining complete link in SE61 notification,we want to create hyperlink with HTML for our link like Click Here,once we have clicked on that,it has to open NWBC page.
Please check and advice in this.
Thanks & Regards,
Koteswara Rao.

Hi ,
As you want to maintain hyperlink which navigates to NWBC page, it is only possible my maintaining URL in <href> of HTML in SE61 ( i.e in corresponding general text).
For ex: I've copied standard MSMP notification of approval to Custom and modified as below.
And following is my email notification.
On the click of the link clicking here, it navigates to the URL associated with that link.
Hope this helps you.
Thanks
KH

Similar Messages

  • Email notification setup using scripts

    Hi,
    Anybody knows email notification setup using script.
    I want setup space monitoring alerts through scripts.

    http://usalug.com/phpBB3/viewtopic.php?t=9752
    http://www.cyberciti.biz/tips/howto-write-perl-script-to-monitor-disk-space.html
    http://bash.cyberciti.biz/monitoring/shell-script-monitor-unix-linux-diskspace/
    http://www.cyberciti.biz/tips/shell-script-to-watch-the-disk-space.html
    Use these links for code and edit for your case.
    Thanks

  • AWE Transaction Configuration Event Notification Setup issue

    AWE Transaction Configuration > Event > Notification Setup issue
    On Final Denial Event has Notifications Option set to "Requester" "Both".
    The Email URL is redirecting to the correct Approval Component mentioned under Approval Component in On Final Denial Event
    But the Worklist URL is redirecting to another Component unlike the email URL, it is sending to a different component.
    Why the same notifications via the same Event (On Final Denial) have two different URL's??

    Hi,
    The worklist/notification component is defined on several places, where the "lowest" definition applies for the action being triggered.
    1 AWE Transaction Configuration> Transaction Registry > Default Approval Component
    2 AWE Transaction Configuration > Event
    3 AWE Transaction Configuration > Event > Notification > Template Detail tab
    Be aware that the Notification section in the Transaction Configuration shows 1 row in the grid, where more than 1 row can be defined. Click on the View all to expand the grid and see all notification defined for this event.
    See if above configurations differ in menu, component, page ...
    Regards,
    Hakan

  • Mail Notification Setup in Oracle Application on OAF Page Failure

    Hi,
    I have a requirement to setup the Mail Notification on any kind of error comes on OAF Page. Have any one configure such kind of setup ever?
    Please help me. Any kind of help would be highly appreciated.
    Thanks
    Renu

    Thnaks for your prompt reply, sumit.
    Our problem is not concerned with a particular OAF Page. We want that if any OAF page gives error , then an email notification should be sent to the system administrator, specifying the error details.
    Is this possible and how we can do it?
    Thanks ,
    Renu

  • EM 12c Email Notification Setup

    Hello,
    I've got EM 12c up and running.  I've got some notifications already setup.  They are for the database, critical/fatal/warning, that I set up through the incident manager.  Not sure if this was the right way to go about that but anyways it seems to be working.
    I'm trying to get it setup so I get notified if say the filesystem is running out of space, say if /u02 is 85% used to send an email.  If I go into Enterprise, Monitoring, Monitoring Templates. I've created a new template for the hosts, with all the metrics that I want monitored.  Now how do I get that to email me those alerts?  Is there a document I'm not seeing that will help me set this up?
    Thanks!
    ETA:  I can go to the host homepage, and see that there metrics that I'm monitoring are alerting.  I just can't seem to figure out how to email based on those alerts.

    Hello,
    To answer your question, here are the high level steps:
    1) Setup your SMTP gateway.   However, if you are already getting email, then perhaps you've done this step already?
    For reference, here is the link to the doc for details:
    http://docs.oracle.com/cd/E24628_01/doc.121/e24473/notification.htm#sthref154
    2) Set up your email addresses. 
    Under your username drop-down menu,  you should specify the email addresses to which  notifications should be sent.
    Here is the link to the doc for details:
    http://docs.oracle.com/cd/E24628_01/doc.121/e24473/notification.htm#autoId2
    3) Set up rules (incident rule sets) that specify the metric alerts for which you want emails to be sent
    The rule sets were designed to provide a lot of flexibility in covering the different types of events that EM12c supports as well as the many types of notification requirements that many data center needs.
    Think of a 'metric alert'  as a type of event.  
    For your specific requirements (sending email for host metric alerts)  you can do this:
    3.1) Create a rule set and specify the targets for the rule.   In your case you can specify all targets of type 'host'  (if you want the email to be sent for all host targets' alerts) or choose the specific hosts you're interested in.   
    3.2) In the Rules tab,   create an event rule (this is the first option in the choice of rules to create).   When asked for a 'Type', choose 'metric alert' as the event type.   Then choose 'Specific events of type Metric Alert',   then choose the filesystem metric and other metrics for which you want notifications to be sent.
    3.3) In the Actions part of the rule, specify the EM user(s) in the 'Email to' field of the Notifications section.
    3.4) Save the rule
    This should get you up and running with email notifications. 
    However, I would also recommend looking into these other areas to optimize your use of EM12c monitoring:
    1)   If this notification requirement applies not to all hosts but a subset of host targets,  consider creating a group of those targets and specifying the group as the target of the rule set  (step #3.1 above).  Once you have a group, you can perform operations on the group instead of individual targets, makes it easier to manage later on.  As you add more targets to EM, if they need to be monitored in the same way as the other targets in the group,  then simply add the new target to the group,  the rule will automatically apply to the newly added target in the group without requiring changes to the rule.
    2) Use incident management features
    In EM12c, we introduce incident management as a way to focus and better manage the more important issues that impact your datacenter.   Hence when an important event comes in, consider creating an incident for it.  Once you  have an incident, you can leverage features such as specifying an incident owner,  setting its priority,  resolution status, etc.    Using Incident Manager will provide you in-context diagnostic links and access to MOS articles to  help further diagnose/resolve the event.
    Here is the link to the doc for more details on incident management:
    Using Incident Management
    3) Leverage other rule options
    The rule has an option to apply to all metric alerts of specified severities.   So  if you want to receive email for all critical and warning alerts for the host targets,  then instead of choosing the specific metrics, you can change the rule (step #3.2 above) and choose the option 'severity in critical, warning'  instead of choosing individual metrics.     If you do so,  then say later on you want to add thresholds to new metrics (which will generate metric alerts).  You won't have to change the rule to add in the new metrics since your rule already covers all metric alerts with critical and warning severities.  However, since it will cover all metric alerts for your chosen targets, you need to make sure that you have the appropriate thresholds for the metrics to avoid unwanted email notifications from unwanted alerts.
    The Incident Manager chapter that I referenced above has an Advanced Topics section that covers other scenarios.   If you have other monitoring requirements, you can take a look at that section to get ideas on how these can be implemented in Enterprise Manager.     Or you can reply back to this post if you have additional questions.
    Finally, you can take a look at this monitoring best practices paper that describes how you can leverage EM12c to set up monitoring in a scalable way:
    http://www.oracle.com/technetwork/oem/sys-mgmt/wp-em12c-monitoring-strategies-1564964.pdf
    Regards,
    Ana

  • WVC80N email notification setup

    I just have my WVC80N camera delivered. I am now trying to setup its email notification once the motions are  detected at home.  I have noticed that the WVC80N does not support SSL SMTP servers (it cannot send email notification to any SSL SMTP mail server), which are almost everywhere nowadays like gmail, Yahoo, hotmail, even my own ISP ATT. My question is why CISCO cannot add the support for SSL to its wvc80N,. Without SSL SMTP server support, this email notification function  is useless.

    Hi,
    I might be able to help.  I just got a WVC80N camera and am trying to setup the camera for email alert.  I have AT&T DSL and had problem setting it using SSL SMTP port 465 using my yahoo email account.  I then remembered that when I initially setup my AT&T DSL account, I was given another email account @att.net.  I then use my @att.net account instead of @yahoo.com account and set the port to 25.  Now when I click on the button 'Test E-Mail' under the Setup->Motion Detection page, it pops up a message stating that the email was sent successfully.  So try to use your ISP's email account and see if it will work.
    So I'm able to have the camera send a test email to my email account.  But my problem is that the email itself is blank.  No attachment either picture or video.  Has anyone else been able to get the camera to send a test email, but the email itself is blank?

  • M425 alert email notification setup

    Looking for the email settings to setup alert notifications (low toner, maintenance needed, etc.) for this model printer. I've gone though the settings and am missing something as I don't see the setting. Please note this is not the settings for scanning as those are configured and working. What I need is to set this model printer up (like every other HP modle here) so it email's our support group alerts. Thanks in advance for your help.

    http://usalug.com/phpBB3/viewtopic.php?t=9752
    http://www.cyberciti.biz/tips/howto-write-perl-script-to-monitor-disk-space.html
    http://bash.cyberciti.biz/monitoring/shell-script-monitor-unix-linux-diskspace/
    http://www.cyberciti.biz/tips/shell-script-to-watch-the-disk-space.html
    Use these links for code and edit for your case.
    Thanks

  • Nokia 5230 Email notification setup

    Hi,
    I have the Nokia 5230 and it seems to keep asking me to setup my email. I have the email setup already; but it sporadically keeps requesting that it have access/user rights to setup the email. How can I fix this issue and cancel the notifications?
    Thanks

    Hello,
    I have a Nokia 5230 with some technical problems. I would appreciate help and advice to solve the problems. They are:
    1. Email setup
    When I first bought the phone I setup my email on Nokia 5230 successfully in July 2010. Nevertheless, at that time I deleted it after that. Later I installed Kaspersky Mobile Security trial version on my Nokia. 
    Then in Oct 2010, I tried to setup my email again, and till today, it doesn't work. I went to setup wizard, email setup, and email, put in my email address and password, but it is never successful in setting up the email on my front page. I have since deleted Kaspersky Mobile Security, but the email setup still does not work. How do I get it to work?
    2. How to use voice command
    I would appreciate some advice how to set up voice command on my Nokia so that for example,  I can just use my voice to say a name on the contact list and it will automatically call that person. 
    I would also like to setup the voice command so that I can use my voice and say Menu, and the menu will pop up. Any help in this will be much appreciated.
    3. Sim card memory is always full
    I do not know why the Sim card memory is full sign always blinks on the top right hand corner of my Nokia. How do I clear the memory in my Sim card? I have deleted most of my contacts saved on the Sim card memory, but the signal still blinks. 
    Thank you.
    N

  • Can workflow extended email notification setup be transported?

    I am creating the setup for extended email notification of workflows using transaction SWNADMIN.  Can this be transported from DEV to TST and then to PRD and if so, how do I attach it to a CTS?

    Yes, you can. Use SWNCONFIG instead to transport. From the menu options.
    Regards, IA

  • E-mail Notification Setup

    Please help. I'm trying to set up the Notification Method in Entreprise Manager 10g Database Control.
    I wish to send DB notifications via internet to a Hotmail e-mail address.
    1. Is this possible ?
    2. Which value should I provide for E-MAIL(SMTP)SERVER ?
    I'm running Oracle10g (10.1.0.2.0) on Windows XP
    Cheers
    Heli

    E-mail notification has been made more easy in 10g bu the in troduction of UTL_MAIL
    refer to [http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14258/u_mail.htm#ARPLS384]
    [http://download.oracle.com/docs/cd/B19306_01/server.102/b25166/cfrulset.htm#BABFIEEI]
    [http://vasudevank.blog.co.in/2008/09/02/oracle-utl_mail/]
    HTH
    Anand

  • DFM email notification setup

    Hi All,
    I have LMS 2.6 and DFM 2.0.10, configured email notification for one Subscription "INL" as sender address [email protected] to [email protected]
    Recently I have configured another Subscription "POY" for another bunch of devices as sender "[email protected]" only to [email protected]
    I am receiving mails to [email protected] but not to [email protected]
    Can someone look into this issue and tell me what needs to be done.
    Regards,
    Jopeti

    Hi,
    First thing I'd check is if you are generating alarms for "POY" in the Alerts and Activities. If they are present then I'd verify I can send email to [email protected] from the LMS server. If you can then we will need to examine some files.
    You can start troubleshooting by verifying the configuration of your second group.
    Creating a Notification Subscription
    To create a notification subscription, perform the following steps:
    1.  If you want to monitor a specific set of events, create an event set that contains the events you want to monitor. Otherwise, all events and alerts will be monitored.
    2.  Create a notification group that specifies the criteria DFM should use when generating notifications:
    One or more event sets (if no event set is specified, all events and alerts are monitored)
    Devices, alert severity and status, and event severity and status
    You can specify the notification group name, along with entering identifying information (using the Customer ID and Customer Revision fields).
    3.  Create a subscription by doing the following:
        a.  Select the notification type (SNMP Trap, E-Mail, or Syslog).
        b.  Name the subscription and apply a notification group to it.
        c.  Specify the recipients (hostname, e-mail address).
        d.  Save the subscription. It will automatically start running.
    Troubleshooting SMTP
    From the LMS server, telnet to your SMTP server on TCP port 25, and make sure you can:
    1.  Connect to the server
    2.  Issue the following command:
        HELO IP
    Where IP is the IP address of the LMS server. The mailserver should grant you access to send email.
    If that works, start a sniffer trace filtering on all tcp/25 traffic between the LMS server and the SMTP server. Generate new DFM events which should trigger email notifications, then check the sniffer trace to see what is happening.
    Thanks.

  • Reg: QM - Setup - Notifications

    Dear Friends
    Presently i am tring to initialize setup tables for Entire QM module.
    I activated all the data sources in RSA5 & LBWE
    I initilaized "Setup BW Structures for Quality Management" for all (Notifications(Q0), Inspection Lot(QV), Inspection Results(QE)) using transaction code OLIQBW.
    Except Notifications(Q0), the remaining Two succesfully initialized with data when checking with RSA3.
    I Know,for Notifications setup will initialized using tables QMEL, QMFE, QMMA, QMUR, QMSM
    But when i seen in SE11,QMEL alone had lots of data and QMFE had only two data and QMUR had only one data.
    The other tables (QMMA, QMSM) doesnot have any data.
    I am little bit confused, Whether this is the reasion for setup doesnot have any data.
    Can anybody throw some lights to me...
    Points will be awarded for the right answers.
    Regards
    Raju Saravanan

    Hi M. A.,
    regarding your problem please refer:
    Note 667544 - Reconstruction for notifications returns no data:
    Summary
    Symptom
    The reconstruction for notifications (quality/maintenance/service notifications) does not return any data for the BW extraction or in the relevant QMIS info structures. However, the relevant notifications do exist in the system.
    Other terms
    2LIS_05_Q0NOTIF, 2LIS_17_I0NOTIF, 2LIS_18_I0NOTIF, MC05Q00NTF, MC17I00NTF, MC18I00NTF, OLIQBW, OLIIBW, OLISBW, reconstruction, RMCQNEBW, RMCINEBW, RMCSNEBW.
    Reason and Prerequisites
    When you used transaction SPRO to create notification types, no update group was defined for updating the statistics. The STAFO field in the TQ80 table is empty. This means 'no update' for LIS and BW.
    Solution
    Use the Customizing of the notification type to create the relevant update group: Transaction SPRO -> SAP Reference IMG -> ... -> Notifications -> Notification Creation -> Notification Type -> Define Notification Type
    probably it will solve your problem.
    if it help you please asgn points.
    thanks and regards
    Jitendra

  • Facebook and Mail both send banner alerts in notification center for every action on facebook

    So I added Facebook to my accounts in Settings.  Then I logged in to Facebook and modified my notification settings so that I would get the notifications I wanted.  Awesome. Works great.  Problem is, these notification settings in Facebook are tied directly to your email on file with facebook -- there's no way (at least that I saw) that allows you to disable getting email from FB, but allow OS X to pull in those same notification settings. 
    So now in Notification Center, everytime someone interacts with my Facebook, I get an alert from Facebook and an alert from Mac Mail that Facebook was alerting me.  Super redundant.
    Anyone find a way around the duplications?

    I'm also having this problem.
    Notifications receives alerts from Reminders app, but not Mail.
    I've set preferences in Mail for 'Inbox Only' and 'All Mailboxes', sent test mail from ISP webmail and Google (Mail is not setup to receive from this account) - still no notifications.
    I had previously used Growl (v1.4) and GrowlMail very successfully (with 10.7), but while upgrading to Mountain Lion I was informed that GrowlMail was incompatible so I deleted it.
    While testing this problem of not receiving Mail Notifications I have disabled Growl and rebooted.
    Like others here:
    Checked: Notifications setup
    Checked: Mail setup
    Rebuilt permissions
    Rebooted
    Any help would be very gratefully received.
    Many thanks.

  • Is there a way to copy the notification rules?

    Hi,
    I am migrating to a new server and have already setup notofication rules the way I want them on the old server. Instead of resetting everything manually I would like to copy the notification setup. Is there a way to do this?
    I am working with 10GR2 and using dbconsole.
    Thanks!

    Iphone does NOT store to the SIM at all.
    You should be syncing iphone to your computer regularly so all of your contacts should be on your computer in whatever program you have chosen to sync.

  • Hyperlinks in Excel not working when doing the PDF Convert

    I have worked on this and worked on this. Now I am at a point where I need assistance as I am stumped.  I have about 20 different facilities that have financial statements that need to be published in Adobe as a PDF format and when I go through the steps to convert everything looks good, except the links are not working. We have about 62-74 pages that will be exported and due to the departments and such we need the links to work.
    This is through Excel-
    I  select the worksheets I want to convert then after it is done I open the PDF and the links are not working. To set them up manually in Adobe is too labor intensive -- any ideas on how to get this to work?
    Thanks in advance for any assistance you can provide me.

    I am on the X version.
    I am using the PDFMaker
    Using either 2003 or 2010 Excel version
    Click on making bookmarks and links
    I can send an attachment, please beware that is it financial information that cannot be published-also the hyperlinks are setup in Excel as well.
    Not sure how to upload the worksheet and would prefer to send via email if at all possible.
    ANY HELP is GREATLY Appreciated :-)
    Thank you and have a great day!

Maybe you are looking for

  • Is it possible to Close project with open PO's

    Hi Gurus I have come accross a problem where the project has been closed even if it has open purchase orders assigned to network activities and also activities which have not been fully confirmed Can you please help and let me know whether this is no

  • Added a wifi router and  apple tv2 now im getting an "unknown subscriber trying to access keychain" message

    I recently added both items to my system and started getting a message about an unknown subscriber trying to access my keychain? Never saw this before and was wandering if there is anything i can do to fix it.

  • BW database table to infoobject

    Hi, I have created a table in bw and filled up the data...... From this table i would like to add the data to infoobject.... how to assign BW Database table to InfoObject.... Plz answer its an urgent. Anjali

  • WAD: sending data from between templates

    Hi All, I have two templates and I need to send value from cell in table2 (template 2) to cell in table 1 (template 1). I tried to use JS like window.opener & window.parent, but it doesn' work. Template2 openes by button in template1 (set_template in

  • What is planning time fence

    in material master we enter planning time fence & in house productiton & plnd delivery time explain wirh a example