Notifying users when a request is made

Hello Friends,
I have a problem when launching notifications when sending response to a request.
Here the scene in detail:
1. The user user01 (who makes the request) with mail account: [email protected] makes a resource request through the administration console of Oracle Identity Manager.
2. He gets a notice via email to the user's account approv (who approved the request) to account mail: [email protected]
3. The sender of the email the user approver in this case is correct:
From: [email protected]
To: [email protected]
4. When the user approver approves or rejects the request he receives a message notifying the requesting user
From: [email protected]
To: [email protected]
5. According to point No.4 the requesting user should receive notification of the user in this case: From: [email protected]
The stage is on an environment of Oracle Identity Manager 9.1.0.2
Any recommendation to correct this notification process. thanks

Friend,
What is required is notified through the e-mail to each applicant (this part if configured correctly) when making the request and notify the approver with your email address to the requesting users the status of the application when approved or rejected (in this part the notification has been done with the requesting user's account. See example in the previous thread)
In addition the accounts you have created with the duly completed Mail field.
Thanks..

Similar Messages

  • Notify User When Student Discount Is Near 1 Year Expiration

    I think it would be fair to notify users when their 50% off student discount is about to expire. I was recently suprised when my bill jumped to $10 with no notice. Could be notififed through application or by e-mail. I just think it's a fair thing to do. Keep up the great work though.

    Updated: 2015-08-07Marked as new idea.

  • How to notify users when they are timed out?

    So I am a developer for fortune 500 company and the network infrastructure team came to me with an odd request for an application that taps into Anyconnect. I find it hard to believe that this functionality doesn't exist.
    So here is the scenario. We have Anyconnect set up to not have an idle timeout. However we have it set up to disconnect after 12 hours.
    Here is the problem. When the end user meets that 12 hours, it just disconnects on them. There are no warning messages, no messages they have been disconnected. Just the connection is terminated.
    So my question is there any way to set this up to notify the user they have been disconnected and need to reconnect. Is there a way to notify them in advance that they will be disconnected in say 30 minutes?
    They want me to create an application that periodically checks the connection time by executing
    C:\Program Files (x86)\Cisco\Cisco AnyConnect Secure Mobility Client>vpncli stats traffic
    Getting the time connected then if they are nearing the timeout time then start presenting the user with a warning.
    So that's basically my question. Is there no way to set this up in Anyconnect? If we are supposed to see these messages is it something our team might have disabled?
    We are using Anyconnect 3.1.01065 on Windows XP and Windows 7

    >> You don't have an idle timeout but will force disconnect after 12 hours? Does this really makes sense?
    Actually yes, at least in our environment. Using Citrix applications and VT Terminal applicaitons they need a constant connection. If the user disconnected say via an Idle Timeout then their sessions into these applications can and will hang. Not only that the older VT terminal sessions if hung durring a process that locks records or tables then it is locked for everyone. They have to call our helpdesk and have them kill the user. Citrix gets a little wacky as well if the user just blinly disconnects. So idle timeouts are actually a bad thing. Also a user might through a terminal session or though a citrix connection start a long run transaction. For example a blueprint sent off to a render farm could take 3-4 hours to render some have even take 10 hours. So a user may start a process and then go away especially on the weekend.
    So while there are issues with the internet in general that can cause disconnects most of this software will try reconnecitng from the server to the client everal times before finally giving up. So a quick break in internet connectivity is not an issue, a idle timeout where it doesn't reconnect until the user returns doesn't work.
    Thanks for the link though, that will help

  • Notify users when their disk space is running low

    Hi all,
    I'm an administrator of about 100 Apple macs and an OS X server and generally speaking, problems are pretty easy to fix. There is just one major problem I'm always having and its simple to fix, which is that when Users run out of home disk space (only 600MB each) applications start crashing (understandably). The problem is that users don't actively watch their free disk space and when things start going wrong, I'll come along and point out that they need to delete some things and it'll start working again.
    What I'm having trouble with (because I'm an absolute beginner) is making an AppleScript (or whatever would be best) to watch for when their home space is getting full (with 20MB free space) it'll pop up and say "don't trouble the technician, delete some files!" (or something along those lines)
    So, here's what I have (pretty pathetic)
    tell application "Finder"
    set freeSpace to (free space of (get startup disk)) div 1024 div 1024
    end tell
    Is their a way of finding disk space of a Home Drive (which is on a network drive on the server)
    What I'd like is to say
    tell application "Finder"
    set freeSpace to (free space of (get home)) div 1024 div 1024
    end tell
    It tells me "can't get free space of folder "stephenl"" (my home folder)
    Could anyone please help

    --I'm sure there are several ways to do what you want; here's one that works on an individual computer. If necessary, suitable changes should be possible for server situations, but someone else will have to jump in on that. Copy this to Script Editor, make suitable modifications, then save it as an application; be certain "Startup Screen" isn't checked. Either have the user start it when the computer is started up, or place it in the log-in items (System Peferences) so that happens automatically.
    set message_ to "Stephen! Don't trouble the technician, delete some files!" -- modify to suit
    set MinAllowFS to 20 -- set this to the available disk space you want to trigger one or more of the responses. MB doesn't have to be specified if everything is in MB (max. possible space, etc.), otherwise some adjustments will have to made to the script. To TEST the script, set the number above what you know the available space could be.
    repeat --(However often you want to check free space)
    delay 5 --that's 5 seconds; if you think every 10 minutes is often enough to check, make that 600; or make it 0 and the script will repeat essentially in the time it takes to run, which is about 2.5 seconds on my machine
    try
    set bootDiskInfo to do shell script "diskutil list | grep 'stephen'" -- this gets information for all disks, and then finds the line pertaining to disk 'stephen' (change as necessary)
    set bootDiskID to last word of bootDiskInfo -- that last word is the identifier for the disk you're after
    set FSinfo to do shell script "diskutil info " & bootDiskID & " | grep 'Free Space'" -- similar to the above command, getting the free space for the boot disk.
    set ActFS to word 3 of FSinfo -- word 3 is the numerical value of the free space, irrespective of the multiplier (KB, MB, GB etc.); as stated previously, there will have to changes to the script if the spaces range amongst multipliers.
    --Pick one or more of the following responses by removing the comment ("--")
    if ActFS < MinAllowFS then beep 3
    --if ActFS < MinAllowFS then display dialog message_
    --if ActFS < MinAllowFS then say "[[rate 180]]" & message_--[here's a link on using speech: http://www.blankreb.com/studioarticles.php?ID=3
    end try
    end repeat

  • Notifying Users when Approving a PR

    Hi,
    How to configure SAP,
    1) Automaticly sent a e-mail to approvers when PR is sreated and saved
    2) Aumaticaly sent e-mail to all relavent approvers when a PR is rejcted
    3) Automatically sent a e-mail to PR creator when it is convertted to a PO

    Hi,
    You need to go for Workflow
    Refer links:
    http://wiki.sdn.sap.com/wiki/display/ERPLO/ReleaseprocedureforPurchaseRequisitioninMM
    http://wiki.sdn.sap.com/wiki/display/ABAP/TriggeringtheworkflowbyreleasingapurchaserequisitionandautomaticallycreatingaPurchase+Order
    Regards,
    Biju K

  • HT201493 Is there a way to know when someone requests my location?

    When a n authorized friend is trying to find my location through Find Friends, a request is sent to my device which then reports it's location. Is there a way for me to find out when such request are made to my iPhone?

    Hi,
    If u know the extractstructure, then setup table will be extract structure name followed by SETUP.
    for ex: Extract Sturcture is xxxx.then setup table is xxxSETUP.
    regards

  • Could not execute view config service request. This usually happens when an invalid view config service request is made, or when a read only Oracle Endeca Server receives a view config service request. Error message: Error applying updates: Unsupported la

    Hi,
    I have some data loaded into the data-domain in Endeca 3.0. When I was creating views in studio I repeatedly get this message when I say save view:
    Could not execute view config service request. This usually happens when an invalid view config service request is made, or when a read only Oracle Endeca Server receives a view config service request. Error message: Error applying updates: Unsupported language ${DEFAULT_LANGUAGE}
    In the workspace.prm file I have set ${DEFAULT_LANGUAGE}=en
    May I know why this happening and a remedy for it. Appreciate you help.

    Hi,
    I have some data loaded into the data-domain in Endeca 3.0. When I was creating views in studio I repeatedly get this message when I say save view:
    Could not execute view config service request. This usually happens when an invalid view config service request is made, or when a read only Oracle Endeca Server receives a view config service request. Error message: Error applying updates: Unsupported language ${DEFAULT_LANGUAGE}
    In the workspace.prm file I have set ${DEFAULT_LANGUAGE}=en
    May I know why this happening and a remedy for it. Appreciate you help.

  • Notify me when a specific user comes online

    As said in subject, seems to be reasonably better feature, than notify me when users come online.
    Can be implemented via mouse menu over contact. Same as here:
    http://community.skype.com/t5/Windows-desktop-client-Ideas/Pop-up-notification-when-a-specific-user-...
    Vlad.

    or even better, "notify me once when this user comes online" with missed notification on skype tray icon if notification was missed. Would be a great feature.
    (And yes, please reduce skype files size and and all that social posts integration, much better if social integration would be a super cool option just to call people over a stable 3g connection)

  • Can apple notify me when purchaes are made on my itunes account?

    My whole family is linked to my itunes account and I would like to know when my children purchase something. Is there anyway I can receive some type of notification or alrert when a purchase is made on my account?

    You should get an email receipt after a purchase, but those are often delayed as much as two weeks.
    Go to iTunes or the app store and check your Purchases regularly, and call up your purchase history to see what is being done.

  • Creation of HR master record For a user when a time entry role is added

    Hi,
    Description summary:Automating creation of HR master record For a user when a time entry role is added to a user account
    Description detail:When time entry role is provisioned to a user account,the HR master record is linked,It is compleated after a user is created because a user id must exist .
    It is part of the record.In addition the user must be hired into SAP in order for the HR Master Record to Appear in SAP.
    What we need to do is when a 'Time and Personal Data Maintainer Role "is Added by the VIRSA_ADMIN user,automate the creation of the HR Master Record.
    Transaction code :SU01 to add the role to the Account.
    How to Create the User Exists For this Request…Its very urgent pls help me on this.
    Thanks.
    Vipin

    Why do you need a User Exit? You can create a BDC on PA40 & kick it off upon adding the role..
    ~Suresh

  • Why my credit card is debitted when i didn't made any transaction with itunes.

    why my credit card is debitted when i didn't made any transaction with itunes..
    These days having a lot of problems with itunes (apple) they are making automatic transactions over my credit card .
    They did 5 transactions in a day and 1 transaction is about 26 USD .. .
    Why these kind of burglary happening with my account ...

    You've checked the purchase history on your account (Store > View My Account, Store > View My Apple ID on iTunes 11, menu option on your computer's iTunes), and have you made any in-app purchases or have any auto-renewing subscriptions ?  If not then you can contact iTunes support via this page (these are user-to-user forums) : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • RE: (forte-users) When Fort 3.0.M.0?

    Hi Stella
    How about release 4.0???
    -----Original Message-----
    From: Stephen Szalla [mailto:sszallaforte.com]
    Sent: Tuesday, January 11, 2000 6:02 AM
    To: Daniel; Dave Leach; Lista Fort (II)
    Cc: Manuel Fernndez; Federico Muoz; Jose Ignacio
    Subject: Re: (forte-users) When Fort 3.0.M.0?
    Daniel/Dave and whoever else is interested in 3.0.M.0:
    Note that 3.0.M.0 is a "pull" release - you have to request it to get it.
    Stephen Szalla
    At 09:09 11/01/00 +0100, Daniel wrote:
    Hi Fort&eacute; users,
    Is there any body using Fort&eacute; 3.0.M.0 with AIX 4.3.
    Does any one know anything about this release and when is it going to be
    distributed.
    Daniel Gonz&aacute;lez de Lucas.
    EAM Sistemas Inform&aacute;ticos S.L.
    Valladolid (Spain)
    Tel. +34 983 35 29 22
    Fax. +34 983 35 21 15
    e-mail danieleam.es <mailto:danieleam.es>
    Stephen Szalla
    Senior Technical Specialist
    Forte Software Australia - A subsidiary of Sun Microsystems
    Voice: +61 3 9699 7754
    Fax: +61 3 9699 7781
    Mobile: +61 419 392 867
    mailto:sszallaforte.com <<a
    href=
    "mailto:sszallaforte.com">mailto:sszallaforte.com</a>>
    http://www.forte.com <<a
    href="http://www.forte.com/">http://www.forte.com/</a>>

    Hi Stella
    How about release 4.0???
    -----Original Message-----
    From: Stephen Szalla [mailto:sszallaforte.com]
    Sent: Tuesday, January 11, 2000 6:02 AM
    To: Daniel; Dave Leach; Lista Fort (II)
    Cc: Manuel Fernndez; Federico Muoz; Jose Ignacio
    Subject: Re: (forte-users) When Fort 3.0.M.0?
    Daniel/Dave and whoever else is interested in 3.0.M.0:
    Note that 3.0.M.0 is a "pull" release - you have to request it to get it.
    Stephen Szalla
    At 09:09 11/01/00 +0100, Daniel wrote:
    Hi Fort&eacute; users,
    Is there any body using Fort&eacute; 3.0.M.0 with AIX 4.3.
    Does any one know anything about this release and when is it going to be
    distributed.
    Daniel Gonz&aacute;lez de Lucas.
    EAM Sistemas Inform&aacute;ticos S.L.
    Valladolid (Spain)
    Tel. +34 983 35 29 22
    Fax. +34 983 35 21 15
    e-mail danieleam.es <mailto:danieleam.es>
    Stephen Szalla
    Senior Technical Specialist
    Forte Software Australia - A subsidiary of Sun Microsystems
    Voice: +61 3 9699 7754
    Fax: +61 3 9699 7781
    Mobile: +61 419 392 867
    mailto:sszallaforte.com <<a
    href=
    "mailto:sszallaforte.com">mailto:sszallaforte.com</a>>
    http://www.forte.com <<a
    href="http://www.forte.com/">http://www.forte.com/</a>>

  • Tracing users when trying to connect

    dear all :
    i want to trace users when trying to connect to database to khnow if their request accepted or refused .
    i want just this not sql trace

    create or replace trigger logon_trigger
    after logon on database
    begin
    insert into logon_users values(sys_context('userenv','session_user'));
    end;
    /

  • 2 users in 1 request

    in DEV env i have 2 users in 1 request.
    1.rich
    2.dani
    1.rich dont remember what he did there.
    2.dani made a lot of changes.
    how counld i know what rich did?

    Hi Rani,
    you can find what object rich made the changes, what objects rani made the changes, but you really don't see what code he changed..
    for that if you are maintaining any change number to track what he made the change..you can easily find..
    in our system we will do change number and userid, date of change.
    so we can easily track,...
    first find the objects done by rani, then go to them and based on request  no you can track out..
    begin of chgxxxxxxx by RANI  on 10/10/2005.
    changed code here...
    wend of chgxxxxxxxx by RANI on 10.10.2005
    regards
    vijay

  • Make iSight camera take a snapshot of the user when keywords are typed

    I work in an APR and we have a lot of trouble with people trying to look at adult content on our customer machines. Obviously we have blocked these types of sites, but we cannot keep tabs on all the proxies. We have also deleted Photo Booth off of the machines otherwise the machines are 3 people deep on weekends and we cant demo stuff to customers. does anyone know of any free apps that will take a snapshot of the user when they type in a keyword such as "Adult Games" or "Meatspin", save that file and the word they typed on the HD somewhere? Or, some way of making Automator do that? Don't forget that we do not have photo booth on the machines. And it would be nice if the App/automator didn't make the iSight camera light come on, and also notified us when a keyword has been entered.
    Dan
    Apple Premium Reseller, UK
    Message was edited by: Nedanator

    Oops
    Step 4 should say save it an an application (not a script)
    See also Neoporcupine's comments about Terminal being open

Maybe you are looking for

  • DML Error Logging Tables?

    How can I use DML Error Logging Tables with OWB10gR2 (in tab-definition and mappings)? btw: what really is a shadow-table?

  • Icloud could not update bookmarks

    I keep getting this message on my PC that ICloud Could Not update Icloud Bookmarks?  How do I fix this???? Thanks

  • Preview.app search without toolbar

    I can't bear it anymore. I view pdfs (lots of them) in a clean window, with no huge icons taking screen space, no toolbar/sidebar, I take advantage of the marvelous control tool that is my MBP's keyboard, but the search feature of Preview.app has bee

  • How can I get adobe flash

    How can I get the adobe flash

  • Plz hlep my

    There is a problem in my iPhone device after updating the new version needed to Active and wants amyl, bus and my Lord and unfortunately forgot this data, what work