How can I have a notification for each PO Receipt entered?

Hi Friends,
I have a requirement to send notifications to the Finance users, of the fact that a PO receipt occurred.. Do we have any standard feature for this? I read through the documentations but every notification looks to be for approvals..
Regards,

You can develop an Oracle alert to send notification upon creating receipts.

Similar Messages

  • If I have two email accounts, one personal hotmail account and one MS Exchange work account, how can I setup individual notifications for each account. Right now, any email from any account has the same notification. I want work to be different than perso

    If I have two email accounts, one personal hotmail account and one MS Exchange work account on my iPhone 4s, How can I setup individual notifications for each account? Fore example, if I get a work email, I want to hear a DING, DING....If I get a personal email, I want to hear a BEEP, BEEP. Right now, any email from any account has the same notification. I want work incoming email notification to be different than personal incoming notification. The only semi-workaround I've seen is just disable any notification for the Hotmail account, so only work emails would notify. But then I don't know when I get a personal email. Even the lowely Blackberry Torch 9800 has this feature..not iPhone 4s??
    Thanks

    Sorry you get only one notification sound for all email accounts.  you can send a suggestion to apple here http://www.apple.com/feedback/

  • How can I have one row for each object?

    Post Author: farnaz
    CA Forum: WebIntelligence Reporting
    I have 3 objcts that one of them is ID and second one is internal code and the third one is quantity.There is more than one value for each ID (becouse of internal code).I want to create a report based on ID and quantity (not based on internal code).I make a break on ID but the result shows me more than one row for each ID.so how can i have just one row for each ID?
    another question:
    how can I post screen shot of the results to my messag in forum?

    Post Author: jsanzone
    CA Forum: WebIntelligence Reporting
    farnaz:
    Have you tried to omit "internal code" from your grid?  In normal circumstances, if you have "ID" and "Quantity" on the grid, then WebI will on its own summarize Quantity based on ID, however, this is provided that Quantity has been set up as a measure (or metric).  The quickest way to tell if Quantity is a metric or not is to observe the color of its icon when you look at it in the data panel.  If it is a purple (or sometimes appears as pink or fuscia) dot, then it's a measure, but if it is a blue box then it is a dimension.  If you need Quantity as a measure then this will have to be modified at the universe (make it look like "sum(Quantity)" in the select phase of the object, and insure the object is defined as a number....

  • Can 2 different users with 2 different Iphones use the same itunes to backup each phone separately? if not how can I have a backup for 2 different iphones on the same laptop?

    can 2 different users with 2 different Iphones use the same itune program to backup each phone separately? if not how can I have a backup for 2 different iphones on the same laptop?

    Here is your answer:
    http://support.apple.com/kb/HT1495

  • How I know if there notification for each transaction in each module

    dear Consultant's
    How I know if there notification for each transaction in each module and if it's enabled or need to enable
    For example:
    In AP:
    When I create, transaction is there any notification send
    When I create payment term is there any notification send
    How I know what the standard oracle notification create for each module
    thanks for caring

    I can't believe there's still no proper answers for this question . I'm now struggling with the same issue as the original asker. It seems that at least with the newest version of Nokia Drive you can delete the maps saved (without the need to remove the whole application). You can do that even one by one. But the question is: "If I delete a particular map and load it again, will that be the newest version of the map? Or is there still a need to delete the whole Nokia Drive application, as said in the instructions linked earlier in this thread?"
    Anyway, even deleting one map and loading it again sounds very frustrating without knowing if there actually is a new update or not. We should know exactly which is the current version of each map and wheter there is a newer version.
    Many things are gone worse after Symbian. On Symbian phones, you could easily update all the maps with Ovi Suite. Now, with Zune, you can update the firmware, but not the maps which was a disappointment to me. I don't have WiFi connection, so, for me, it would be cheaper to download huge amounts of data with my computer's wired connection (with my phone connected to it via USB). Don't want to waste my monthly data limit to download again possibly the same map versions just to be sure...
    But please, moderators and others, give us some comments and answers...
    Loyal Nokia owner

  • How can I have the link for downlaod PS PS6 student version ?

    Hello everyone,
    Who can help me ?
    I have already the key product of PS PS6 student version but I lost the installation CD. How can I have the link for downlaod PS PS6 student version ??
    Thanks

    CS6 - http://helpx.adobe.com/x-productkb/policy-pricing/cs6-product-downloads.html

  • How can i apply different color for each cell in jlist component?

    hi guys i need your help and sorry if my english is very bad..guys how can i apply different colors for each cell in jlist component? for example for the first cell i want to apply color blue, for the second cell i want red, etc... i need your answer guys tnx..
    Edited by: ryrene on Mar 21, 2010 12:13 AM

    ryrene wrote:
    hi guys i need your help and sorry if my english is very bad.
    ..guys how can i apply different colors for each cell in jlist component? for example for the first cell i want to apply color blue, for the second cell i want red, etc... i need your answer guys tnx..I'll see your tnx, and raise you dve bmbrs & nplm.

  • How can I have message delivery for Iphone ios7.1

    How can I have message delivery for Iphone ios7.1

    There is no option in the mail application to request a read receipt - if that is what you are asking.

  • TS1424 I have 2 iPads and one Id how can I create one id for each iPad?

    I have two iPads and when I download an app it appears on both iPad , how can I have two ids, one for each iPad ?

    Why would you want two IDs? This will cause some problems.

  • How can i have close option for JTabbedPane.

    In My product I use JTabbedPane for several tabs,so i need an option to close each tab ,currently I have an toolbar close button and menu button,but these two are global options,so how can I have close option in the same tab??

    For a similer problem I did it like this
    I creates a subclass of JPanel called TabPanel which having a BorderLayout and in the North section of it there is a tool bar with close button. And it has a reference to the Parent JTabbedPane.
    When ever the close button is clicked it just call the remove on parent TabbedPane giving itself as the parameter.
    and every tab page added to JTabbedPane is a instance of it or an instance of its subclass.
    I think that you can do things on your own from here....

  • How can I have 2 variables for one output?

    I need it so that the spacebar does one thing on one frame and another thing on the other.
    I have solved this but now I need to know how can I have it so 2 variables = 1 output.
    This is my code at the moment:
    while (menu)
    if (changecharacter)
    gotoAndStop(2);
    menu = false

    My whole code is:
    var menu:Boolean = true
    stop();
    var leftPressed:Boolean = false;
    var rightPressed:Boolean = false;
    var changecharacter:Boolean = false;
    Block.addEventListener(Event.ENTER_FRAME, fl_MoveInDirectionOfKey);
    stage.addEventListener(KeyboardEvent.KEY_DOWN, fl_SetKeyPressed);
    stage.addEventListener(KeyboardEvent.KEY_UP, fl_UnsetKeyPressed);
    Block.gotoAndStop(1)
    function fl_MoveInDirectionOfKey(event:Event)
              if (leftPressed)
                        Block.x -= 3;
              if (rightPressed)
                        Block.x += 3;
              if (changecharacter)
                        Block.gotoAndStop(2);
              while (menu)
              if (changecharacter)
                        gotoAndStop(2);
                        menu = false
    function fl_SetKeyPressed(event:KeyboardEvent):void
              switch (event.keyCode)
                        case Keyboard.LEFT:
                                  leftPressed = true;
                                  break;
                        case Keyboard.RIGHT:
                                  rightPressed = true;
                                  break;
                        case Keyboard.SPACE:
                                  changecharacter = true;
                                  break;
    function fl_UnsetKeyPressed(event:KeyboardEvent):void
              switch (event.keyCode)
                        case Keyboard.LEFT:
                                  leftPressed = false;
                                  break;
                        case Keyboard.RIGHT:
                                  rightPressed = false;
                                  break;
                        case Keyboard.SPACE:
                                  changecharacter = false;
                                  break;

  • How can I have multiple views for my question

    When I posed a question on a forum, it indicates that I have one (1) view. How can I have multiple views on the same question?

    I believe the number you are looking at is the number of times a particular thread has been looked at (viewed) by different users. When someone else opens your question, the view count should increase.
    Justin

  • How can I get visual notification for mail

    Hello,
    As Lion gives us a new and better mail software with a sound I would like to enquire how it would be possible to have an additional visual notification when an email is received.
    Many thanks
    Yair

    Okay ... we've got Mountain Lion and we have Apple Mail for Mountain Lion.
    Now, back to my recollection for Apple Mail and plain ole Lion ... when I hit the "envelope" icon in Mail, or hit CMD-Shift-N, I heard my sound (Basso) and I saw the rotating cursor beside each of my accounts.
    But with Mountain Lion, I just hear the Basso sound, but no rotating cursor.
    Fine ... just please tell me what I can do to retrieve the rotating cursor visual indicator, or notification.
    Obviously, this is not a gigantic deal, just something I'm used to.
    Thanks,
    John Love
    [email protected]

  • Can I have an alert for each calendar overlay

    I have a calendar web app on my SharePoint site.  I have several overlays for it for our different conference rooms/departments.  What I want to do is to have an alert made for each individual overlay.  My result would be that the director
    for that specific conference room/department would get an email/alert stating that someone has booked the room for a specific time.  Is this possible?  I know that I can create an alert for the entire web app, but I don't want that.  The HR
    director does not need to know when the Resource Center Boardroom is booked and vice versa kind of thing.
    Amanda

    Few quick questions - 
    When you say 'calendar web app', is it SharePoint 2013 app? or just SharePoint web application or SharePoint custom solution developed using full trust model?
    Are you using SharePoint calender or Outlook (Exchange Server) calendar?
    Do you want to send notification immediately or schedule it daily?
    Thanks,
    Sohel Rana
    http://ranaictiu-technicalblog.blogspot.com

  • Can I have push notifications for Mail, like on the iPhone?

    Hello,
    I was wondering if it's possible to enable push notifications for Mail on the Mac, basically like on the iPhone. I know that you can choose how often you want Mail to check your inbox, but this only works if Mail is open. Is there a feature that allows me to close the application, but still receive notifications when a new mail arrives?
    Thanks

    Anon M wrote:
    Hello,
    I was wondering if it's possible to enable push notifications for Mail on the Mac, basically like on the iPhone. I know that you can choose how often you want Mail to check your inbox, but this only works if Mail is open. Is there a feature that allows me to close the application, but still receive notifications when a new mail arrives?
    Thanks
    Not as yet, although
    1. The installation of third party programs such as Growl may give you this option. I don't use it personally so       have a look at it and similar but at your own risk
    2. Wait for Mountain Lon (10.8) to be released later this year as they are advertising such things as                  notifications, more in line with the iOS interface of iPads and iPhones
    http://www.apple.com/macosx/mountain-lion/
    3. In the meantime, do some reading here on threads relating to Mail in Lion as it seems like you certainly    having an issue with Mail that most people do not have.
    Good Luck
    Pete

Maybe you are looking for