Notification from Alert

Hello Friends,
The business needs notification in the worklist along with email from an event based alert or periodic alert. Is it possible to do this from an alert.
If not, is there any method to set up an event based or periodic alert in the Work flow. Can any one tell how to use the workflow for making alert.
Many many thanks in advance.

Hi,
We had a similar requirement to send a notification from the alert.
We created the alert and called the conccurent program which will trigger the workflow.
Below are the stepsfor the same:
Create the event/periodic alert and give the action type as "Concurrent Program".and give the concurrent program detials as below
Application :Human Resources
Program Name :XX(Eg:Alert Workflow Initiation CP) (this is a plsql stored procedure type with six parameters for this program )
Arguments:YYY(eg:"N" &person_id "&name" "&job" "&org" "&username")
Below is the sample code to call the workflow from plsql stored procedure
begin
l_item_key := to_char(SYSDATE,'YYMMDDHH24MISS');
wf_engine.CreateProcess
(itemtype => 'IRC_WF',
itemkey => l_item_key,
process => 'PER_APPLICATION_PRC'
l_mail_content := chr(10)||chr(10)||'Dear '||p_name||':'||chr(10)||chr(10)||
'We appreciate your interest in the '||l_job||' position. A member of the Human Resources team will review your information and contact you if your skills and experience is a match for our needs at this time.'||chr(10)||chr(10)||
'Once again, thank you for your interest in employment at XXX.'||chr(10)||chr(10)||
'Sincerely,'||chr(10)||
'XXX';
wf_engine.SetItemAttrText(itemtype => 'IRC_WF',
itemkey => l_item_key,
aname => 'WWPER_MESG_HTML',
avalue => l_mail_content);
wf_engine.StartProcess
(itemtype => 'IRC_WF',
itemkey => l_item_key);
COMMIT;
end;
Get back to me if you need further details
Thanks,
Anuradha
Edited by: user10411683 on Dec 2, 2008 11:12 PM

Similar Messages

  • Is there a way to exclude specific calendars from Notifications and alerts?

    I have 4 calendars:  1 Exchange and 1 Yahoo that includes 2 shared calendars (wife and MIL).  I activate the Yahoo calendars only when I need them and do not need any yahoo reminders at all.  When I swipe down the Notifications page, it includes all four calendars including the shared Yahoo calendars. What's worse, I get alerts from all four calendars. 
    I only want Exchange alerts and notifications. Is there a way to exclude the Yahoo calendars from Notifications and alerts?
    Right now, the only way I can eliminate them is by deactivating the Yahoo account in Settings/Mail, Contacts, Calendars.

    Is there a way to only choose specific contacts from an existing group and add to a new group? 
     I mean there has be a faster way than typing everybody by hand..

  • Can a disk utilization be more than 100% as shown from alert notification?

    Hello,
    I received an alert notification from the GRID. The percentage is 670.94%? What does this mean? Is it possible to go over 100%?
    Thank you.
    Severity=Critical
    Message=Disk Utilization for 10 is 670.94%, crossed warning (80) or critical (95) threshold.
    Notification Rule Name=Host Availability and Critical States
    Notification Rule Owner=SYSMAN
    Notification Count=1

    Known Issue:
    Disk Utilization/Disk Device Busy Metrics Displaying Values Above 100% on Windows, Generating Critical Alerts
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=303788.1
    DISK UTILIZATION METRIC FALSELY TRIGGERS ON WINDOWS
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=382802.1

  • SUS Purchase Order Confirmation notification (or alert) is possible ?

    Hello,
    We work on a SRM 5 release with a classic scenario.
    We use the EBP-SUS supplier collaboration scenario (clients are different for SRM and SUS).
    The purchasing document flow is describe below:
    1- SRM Shopping Cart
    2- R/3 Purchase Request (then, SRM SC history is updated with the PR number)
    3- R/3 Purchase Order (then, an IDoc is sent to XI which generates a XML document sent to EBP-SUS in order to create the corresponding sales order - SRM SC history is updated with the PO number).
    4- Then, supplier can confirm or reject the PO received. So, the SUS Purchase Order Confirmation is generated and sent back to R/3 ( via XI)
    5- R/3 PO is updated with the posted PO confirmation (you can see the confirmation control key AB in the 'Confirmation' tab of the PO item concerned).
    My request is to send a notification to the requester's mail client in order to inform him that supplier confirmed or rejected the PO.
    I noticed that notification receivers definition is possible in SPRO, but only for "Process Purchase Order Response". I guess this notification is for BUS2209 (SRM POR) and not for BUS2232 (PO confirmation for SUS).
    That's why i cannot use it: can anyone confirm this ?
    As alternative, i tried to use alert management in SPRO (in the SUS client) for BUS2232 with sub-category of event SRM_SUS_PO_CONF in ALRTCATDEF transaction for SRM Alerts, but it does not work (even if i schedule report RSALERTPROC ).
    Does anyone have a suggestion regarding my customizing ?
    Finally, when PO confirmation is posted in R/3 (step 5 seen above), the SRM SC history is not updated with the PO confirmation number: is this the standard way ?
    If yes and that the described notification (alert) customizing i indicated above are not possible, does it seem i will have to develop a specific notification process in R/3 when R/3 PO is updated with its PO confirmation coming from SRM-SUS ?
    Thank you for your help.
    Regards.
    Laurent.

    Hello Nagarajan,
    >
    >  Looks like your intent is to notify the  Shopping Cart requestor about the PO response that happens in the Back end system!
    > This looks strange but then it is really required if you have a common buyer in SRM and MM.
    >(...)
    Requester being the initiator of purchasing document flow, custumer request is to alert him about supplier POR.
    If i send my notification from R/3, i will get Requester name at R/3 PO item. Then, by a RFC call to SRM, i will get his data to generate my e-mail.
    >
    > The following approach can be adopted:
    > 1.Purchase Oder  Response Message can be pulled out of the XI thro a technical routing into the SRM which will post the Purchase Oder response in the SRM ( SRM PO will be updated)..There could be some issues with the variance POR and the status of the POR but that can be handled..
    >(...)
    I cannot do this: PO does not exist in SRM as we are in classic scenario.
    >
    > I am unsure of the Alert Management.. but I heard there should be a way for that also..
    > (...)
    I carry on checking this solution
    >
    > You can raise an OSS Message for the same pls.
    >(...)
    Don't have time for this and SAP will answer that this is consulting and not support
    I will also verify if i can find a BAdI dedicated to SUS Purchase Order Response and use it to generate my e-mail from SUS client (or maybe some enhancements).
    Regards.
    Laurent.

  • Access XML Content from Alert Category (ALRTCATDEF) ?

    Hi PI Expert,
    is that possible to access xml content from Alert Category (ALRTCATDEF) if the error occurs from Adapter engine.
    For example IDOC number / PO Number, so i can put in into Subject email notification.
    At the moment i am only know how to send dynamic data from ccBPM.
    Please advise.
    Thank You and Best Regards
    Fernand.

    Hai,
    Yes the user existed in QA before I transported the category. (Since users are not transported, I simply created a user with the same name.) Also, I used the role SAP_XI_ADMINISTRATOR for the receivers via subscription and roles.
    Thanks,
    Filipe

  • Why are push notifications from websites not working since 10.9.3?

    Since upgrading to OS X 10.9.3 on an early 2013 15 inch MBP Retina(8 GB RAM, 2.4GHz i7), push notifications from websites I had authorized (e.g. CNN, NYT, 9to5 Mac) stopped coming in.  I figured I would wait for another upgrade to see if that resolved the problem, but it has not.  I do participate in the Mavericks beta testing program, but am now running the official OS X 10.9.4, not the beta version.  I did provide feedback via the feedback assistant for this issue to the beta program as well.  Also, I figured I would go in and delete the websites that I had listed under notifications in System Preferences, but there is no way that I see to delete them at all (only go from banner or alerts to none).  Lastly, I did add one site to notifications since upgrading and I am getting push notifications from that site, but only that site.  Anyone have any ideas?  Thanks!

    Open the Library folder in your home folder by holding down the option key and selecting
              Go ▹ Library
    from the Finder menu bar. Navigate in the usual way to each of the following items and move it to the Trash:
              Application Support/NotificationCenter
              Caches/com.apple.Safari/RemoteNotifications
              Caches/SafariNotificationAgent
              Safari/RemoteNotifications/Permissions.plist
    Log out or restart the computer. Test.

  • How to send notification from MI to EP

    Hi All,
    I have a requirement where in i have to send some alert/Notification from MI to Enterprise Portal .Is there any docs which can help me for this.
    Thanks
    Regards
    Santosh
    Message was edited by:
            santosh kharje

    Hi Santosh,
    I hope the following points can help you.
    I have the following 3 scenarios that are possible...
    -> MI-Oriented -one user
    -> SAP MI Access from a Ticket-Issuing System e.g SAP Enterprise Portal-oneuser.
    -> SAP MI Access from a Ticket-Issuing System e.g SAP Enterprise Portal-Multiple users.
    With the parameters in file MobileE#ngine.config you can configure the SAP MI Client Component to support single sign-on(sso) if the device has online connection. The mobile device recieves the SAP logon ticket from a system that issues tickets, such as SAP EP. The mobile device can then authenticate itself at the SAP MI server Component wiht the SAP logon ticket without the user having to enter an additional paasword.
    One user scenario:
    When a user logs on for the first time, the user data of the logon ticket is used to create a user in the MI-Client.
    Multiple user scenario:
    If the ticke does not exist, the user can start the SAP MI from the browser under the configured address, Usually http://localhost:4444/index.htm, and logon with user name and password.
    I have some more docs related to this but those are not links.
    If need i can mail to your E-mail-ID.
    Cheers,
    Anu.

  • No push notifications from many apps supporting it.

    ... have no idea why it's like that, push notification stopped working for most news apps here. Still perfectly working for iMessage, and most messenger and social applications, but not for news ??? ... I did a reset of network settings, turned off all notifications, rebooted, turned everything back on, this has worked once, a few days ago. But I got the same problem again, and this doesn't work anymore, no notification from news apps. any idea? thanks.

    funny that now that it's working again while the notification center was empty, I"m now finding there the history of what was sent during the last two days ... I man I've had these alerts, but when push stopped working for many apps like I mentioned above, the notification center was empty. Adding that it should be empty now anyway, but some sort of "bug" in iOS 5 makes that many already viewed content remains as unread in the notification center.

  • Trust Certificate expiration Notification from RTMT

    Hello,
    I am getting Certificate expiration Notification from RTMT (Trust Certificates)
    Below are the Notification:
    Certificate name:CAPF-4a2e3437 Unit:CallManager-trust Type:trust-cert Expiration:Mon Jul 5 01:02:20:000 IST 2010
    Certificate name:CAPF-4a2e3437 Unit:CAPF-trust Type:trust-cert Expiration:Mon Jul 5 01:02:20:000 IST 2010
    Let me know how to regeneate Trust Certificate or do i need to conatct cisco for this.
    Attched the alert .
    Thanks,
    Shaijal Allipra

    Hello,
    Can any one help me on this ?Attched few more details.
    Thanks,
    Shaijal Allipra

  • I am having a big problem. I am not getting notifications from snapchat and only snapchat. I've made sure every notification setting was on and it just won't work. I have also restored my phone and deleted the app and re-downloaded it multiple times. Help

    I am having a big problem. I am not getting notifications from snapchat and only snapchat. I've made sure every notification setting was on and it just won't work. I have also restored my phone and deleted the app and re-downloaded it multiple times. It just wont give me my notifications. Help please.

    Go to Settings > Privacy > Location Services.
    Turn off SnapChat.
    Go to Settings > Notification Center
    Turn off SnapChat.
    Restart the device.
    Go to Settings > Privacy > Location Services.
    Turn on SnapChat.
    Go to Settings > Notification Center
    Turn on SnapChat.
    Test the issue.

  • Suddenly I am unable to open a web page from a link in an email (eg notification from facebook) - usually have to unistall and then re-install but this is a nu

    without any changes i am aware of, firefox suddenly stops opening from links in emails (thunderbird).
    e.g. notifications from facebook.
    Usually when this occurs I un-install and then re-install firefox and that fixes the problem but of course it interrupts what I'm doing and takes time. Is there a known cause and fix for this failure to open?

    Make sure that Firefox is set as the default browser.
    *http://kb.mozillazine.org/Default_browser
    *https://support.mozilla.org/kb/How+to+make+Firefox+the+default+browser
    *https://support.mozilla.org/kb/Setting+Firefox+as+the+default+browser+does+not+work

  • Not getting notifications from messaging and email apps

    Hi.
    I do not receive email and SMS notifications in most cases. I have to manually open the apps and check if I've received any text messages.
    Also I've been using the OpenWapp client for WhatsApp. Sometimes, I do receive notifications from the app, but on clicking upon them the app does not open.
    Thanks.

    Go to Settings > Privacy > Location Services.
    Turn off SnapChat.
    Go to Settings > Notification Center
    Turn off SnapChat.
    Restart the device.
    Go to Settings > Privacy > Location Services.
    Turn on SnapChat.
    Go to Settings > Notification Center
    Turn on SnapChat.
    Test the issue.

  • Push notifications from Messages App and other apps

    Hello!
    I've got my first Blackberry (Bold 9790), I have a problem: I don't know what I did before during set up etc. but now I have always doubles push notifications, for exemple, if I receive a message on Whatsapp I get a notification from Whatsapp App and from the Messages app, same for Facebook etc this is annoying me a lot, how can I restore Messages to show me notifications only for SMS and e-mails??? Or how can I get only one notification for all things happen and not receive notifications twice? thank you!! 

    UPDATEIn Whatsapp I unpluggged th eoption "show chat in the messages folder" and now when I get a new Whatsapp message, in the home screen I get the notification from the app (and not from Messages) but without the preview?!

  • Lion 10.7.2 On both mac book pro and iMac, both with Lion 10.7.2, obtain repeated iCal event notifications from calendar or address book.  Cannot turn these off.  They repeat several times per session and every time computer is used.  How to diagnose this

    Lion 10.7.2 On both mac book pro and iMac, both with Lion 10.7.2, obtain repeated iCal event notifications from calendar or address book.  Cannot turn these off.  They repeat several times per session and every time computer is used.  How to diagnose this?

    First, uninstall "SuperTV" (whatever that is) according to the developer's instructions. It isn't working and it's filling the log with noise.
    If you have more than one user account, these instructions must be carried out as an administrator.
    Launch the Console application.
    Step 1
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left.
    Enter "BOOT_TIME" (without the quotes) in the search box. Note the timestamps of those log messages, which refer to the times when the system was booted. Now clear the search box and scroll back in the log to the last boot time when you had the problem. Post the messages logged before the boot, while the system was unresponsive or was failing to shut down. Please include the BOOT_TIME message at the end of the log extract.
    Post the log text, please, not a screenshot. If there are runs of repeated messages, post only one example of each. Don’t post many repetitions of the same message. When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    PLEASE DO NOT INDISCRIMINATELY DUMP THOUSANDS OF LINES FROM THE LOG INTO A MESSAGE. If you do that, I will not respond.
    Important: Some private information, such as your name, may appear in the log. Edit it out by search-and-replace in a text editor before posting.
    Step 2
    Still in Console, look under System Diagnostic Reports for crash or panic logs, and post the most recent one, if any. In the interest of privacy, I suggest you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header of the report, if present (it may not be.) Please don’t post shutdownStall, spin, or hang logs — they're very long and not helpful.

  • How do I keep my wife's IPhone from alerting her for all of MY appointments?

    Both IPhones and my MacBook Pro are sync'd to the same ICloud/ITunes account.
    My plan:  Use 3 separate calendars to organize our appointments - one for her, one for me, and one joint calendar.
    I keep trying to unselect my calendar on her phone to keep my appontments from alerting her.
    I guess the ICloud keep reselecting that calendar on her phone.  We both receive all alerts.
    Is there a way to have ICloud only sync certain calendars with certain IPhones?  Or is it an all-or-nothing deal?  That would be so dissapointing.

    An icloud account is really designed for one user.  Unless you want all your devices to be identical (same emails, contacts, calendars, photos in the stream, etc.) your wife should have her own account so she can keep emails, etc. as hers, not yours also.
    With calendars, you can make some "sharable" so two user can share events, the other calendars are personal, for each user.  Log into icloud.com, go to the calendar page, click small icon next to a listed calandar (click the Calendar button first if there is one) and select sharable.
    As for itunes account - you can both share the same account for sharing music, apps etc. without having to re-buy them.

Maybe you are looking for

  • Opening a form in a POP UP window from report

    I would like to open a form in a new window from a link on a field in the report . Parameters should be passed from the report to form. Is it possible to do this with a portal link? Also After modification of the form & on click of save is it possibl

  • HP Officejet Pro 8500 A909a printer Problems.

    Main computer and Laptop both running Windows 7 64 bit.  Printer works fine on the main computer.  Laptop saysthe driver is missing for the 8500.  When searching for the problem through windows search, It tells me the driver is not installed.  I clic

  • HELP!! operating SDO_GEOMETRY with OCCI

    hi, there. I have following test script that manipulate sdo_geometry in OCCI which always crash. SDO_GEOMETRY* geo1; string sqlStmt = "select value(p) from geometrytab2 p"; stmt = conn->createStatement(sqlStmt); ResultSet *rs = stmt->executeQuery();

  • Creating table in other databases than Oracle

    Hi It would be nice to be able to create tables in a JDBC Connection in other databases than Oracle. Why limit it to Oracle when there is a SQL standard to work with? Regards, Fredrik

  • Customer Text in Notification

    Hi all, I want a popup message to appear while creating a Notification [IW51] based on Customer/Sales Org/Dist chn/Sales Off/Sales Group. The moment i enter the customer for the particular sales area i need to get the popup message for a particular c