If the user doesn't have their email address defined

Hi,
If some users doesn't have their email address in fnd_user table, then will the work notification goto the user? What should i do to make sure that the workflow doesn't throw an error in such a situation and still send a notification to that user?
Thank you
Kumar

Hi,
Email is completely optional, so Workflow won't throw an error if there is no email address found.
In order to receive an email, you need the following:
- Workflow user / role to be notified must have an email address set.
- Workflow user / role to be notified must have a preference set to receive email.
- Workflow mailer must be running for that particular item type, or a generic mailer needs to be running.
Without all of those, you won't see any emails - but you won't see any errors, either :)
HTH,
Matt
WorkflowFAQ.com - the ONLY independent resource for Oracle Workflow development
Alpha review chapters from my book "Developing With Oracle Workflow" are available via my website http://www.workflowfaq.com
Have you read the blog at http://www.workflowfaq.com/blog ?
WorkflowFAQ support forum: http://forum.workflowfaq.com

Similar Messages

  • The recipient couldn't be added. it doesn't have an email address.

    Hi,
    when click the TO: field and choosing a user from the GAL and double click it I get:
    "The recipient couldn't be added. it doesn't have an email address."
    When I search for a name, I get the Contact including the email adress, when i click the address it gets added to the TO field.

    I could not find a error in the event log that i could connect to the problem.
    I however found issues with the healthmailbox:
    Process MSExchangeHMWorker.exe (ExHMWorker) (PID=5324). Recipient object CN=HealthMailboxedbb5fd503374b2893697d6c87e091dc,CN=Users,DC=intra,DC=mimoon,DC=de read from pdc.intra.mimoon.de failed validation and will be excluded from the result set.  Set
    event logging level for Validation category to Expert to get additional events about each failure.
    Also I did run the get-serverhealth and found some unhealthy entries:
    Server          State           Name                 TargetResource      
    HealthSetName   AlertValue ServerComp
    onent     
    DE-MAIL1-W2K12  NotApplicable   HealthManagerHear...                      Monitoring      Unhealthy  None    
    DE-MAIL1-W2K12  NotApplicable   MaintenanceFailur...                      Monitoring      Unhealthy  None     
    DE-MAIL1-W2K12  NotApplicable   OwaIMInitializati... OWA.Protocol.Dep     OWA.Protocol... Unhealthy  None      
    DE-MAIL1-W2K12  NotApplicable   MailboxMigrationC... MailboxMigration     MailboxMigra... Unhealthy  None   
    DE-MAIL1-W2K12  NotApplicable   Mapi.Submit.Monitor  MailboxTransport     MailboxTrans... Unhealthy  None      
    DE-MAIL1-W2K12  NotApplicable   MailboxDeliveryAv...                      MailboxTrans... Unhealthy  None   

  • If I try to send an email ,I got the message "the server doesn't accept this email address".It happened suddenly,before it worked correctly and I didn't change anything

    If I try to send an email ,I got the message "the server doesn't accept this email address".It happened suddenly,before it worked correctly and I didn't change anything

    Change the password on that e-mail account. It's possible that your account has been hacked/spoofed and spammers have used it to blast out junk, leaving you to 'pay the price'. If it's one where you can contact the company, contact them and ask them what's going on. (if this is g-mail, yahoo, hotmail, don't bother, there's no way to contact any sort of support)

  • How can I make a report public so the user doesn't have to login

    I am new to apex and am looking at using some of the reporting tools in apex to create reports in our existing application which is all hand coded htp.p calls
    The users already login to our application using their own oracle users and passwords through modplsql so I want to be able to embed the apex report into our application without the need to logon.
    Thanks
    Robert

    Thanks, I'm not sure if I'm being a bit thick but I can't see that!
    I've gone to
    Home>Application Builder>Application 105>Page 1
    which is my page deffinition and under security it just tells me 'No authorization schemes defined.'
    There is no Authentication option so I guess I'm looking in the wrong place!?

  • How to stop user doesn't have "approver" to approve PR from "forward"

    When we have an issue from our customers that an approver forward via email to the user doesn't have "approve" right. But this use be cable to approve this PR. Is there profile or setting to stop this ?
    we are using EBS 12.0.1 and database 11.1. Hope some one can shed lights on us.
    Thanks,
    Albert

    Sanjay,
    Our issue is when any approver used "forward" function from Gmail or any mail program and send the PR to an user. This user doesn't have any approval right ,but this user can open this mail from "forward" and she clicks "approve" button from the bottom of this email and send "approve" action back to Oracle EBS. After a few minutes we went to database to check this status of PR is approved by "Approver" but not by this user.
    Thx.
    Albert

  • I moved a html file and now the page doesn't have a background

    I was trying to remove the .html tags from my web pages and followed the advice on this past post. I created a new folder in Dreamweaver's File tab, then moved the .html file over and renamed it to index.html. Unfortunatley the swf and background images are broken and can't reference them. I'm wondering what step I missed, or how can I relink them?
    Original how to remove .html link discussion I referenced.
    http://forums.adobe.com/message/722731#722731
    I wanted to try and use .htaccess with my current GoDaddy account, but I couldn't get that working correctly.
    http://simplemediacode.info/remove-index-html-andor-index-php-from-the-url/
    My website blank page.
    http://www.victorylcms.org/testimonials/
    Thanks for any help!

    You have bad paths to all your external CSS and Scripts. Typically when you move a file into a folder in the Files Panel, DW will ask you if you want to update links.  You should have hit YES.
    To fix the problem, change all of this in your code:
    <link href="style.css" rel="stylesheet" type="text/css" />
    <link href="layout.css" rel="stylesheet" type="text/css" />
    <script src="js/jquery-1.3.2.min.js" type="text/javascript"></script>
    <script src="js/cufon-yui.js" type="text/javascript"></script>
    <script src="js/cufon-replace.js" type="text/javascript"></script>
    <script src="js/Schneidler_Md_BT_400.font.js" type="text/javascript"></script>
    <script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
    <!--used for the rotating images that show up if the user doesn't have flash-->
    <script type="text/javascript" src="/assets/js/jquery.cycle.lite.js"></script>
    to this:
    <link href="../style.css" rel="stylesheet" type="text/css" />
    <link href="../layout.css" rel="stylesheet" type="text/css" />
    <script src="../js/jquery-1.3.2.min.js" type="text/javascript"></script>
    <script src="../js/cufon-yui.js" type="text/javascript"></script>
    <script src="../js/cufon-replace.js" type="text/javascript"></script>
    <script src="../js/Schneidler_Md_BT_400.font.js" type="text/javascript"></script>
    <script src="../Scripts/swfobject_modified.js" type="text/javascript"></script>
    <!--used for the rotating images that show up if the user doesn't have flash-->
    <script type="text/javascript" src="../assets/js/jquery.cycle.lite.js"></script>
    Nancy O.

  • Has anyone changed their email address?

    If you go to the update page for your Adobe ID it tells you that changing your email address will change your Adobe ID.  This presumably means you would lose access to any books already bought?  In the UK most people get their email address from their ISP, so everytime you change ISP - or every time your ISP gets taken over - your email address changes.  I think Adobe have opened a can of worms with this one.  They are going to have a lot of angry customers if you lose all of your books every time you change email address.  Has anyone got any experience of this?
    Chris.

    Just checked my support case and find they have closed the case (without asking whether I was satisfied with the answer)!
    The gist was...
    Chris, We appreciate your feedback, we would forward your suggestions to
    our research team.
    As Adobe Digital Editions, reactivated with the new email address and
    working fine.As Ebooks downloaded from your local library could now not
    be read in DE or in Sony Reader library.
    I would request you to please get in touch with Sony, Who would assist
    you deauthorizing your Sony E Reader.
    I hope this information is helpful, Please feel free to revert to us for
    further assistance.
    ...I guess the good news is that they say they will forward my suggestions...let's hope they do it before one of the big ISPs changes all their clients email addresses. 
    The bad news is that they didn't actually read my reply - I didn't say the Sony reader wasn't working - and by "DE" I meant their own product (Digital Editions)!!!  Also the help on Sony re Adobe ID is "contact Adobe" - too much passing the buck going on here.
    I thought Adobe was a US company - but judging by the quality of the English their product support appears to be translated from Japanese or Indian!
    Anyway, I now have an email address that I shouldn't need to change (assuming it doesn't get swamped by spam) so I think I am OK for the moment, but I hope other people don't get bitten by this one.  (My advice is to keep track of where you buy all your ebooks, and check intermittently that you can download them again - as you may have to do it earnest if you ever have to change your email address).
    Chris.

  • HT1529 I have multiple users on my Mac and I was wondering how you tell the system to retain all the user names so they don't have to enter their email addresses every time ???

    I have multiple users on my Mac and I was wondering how you tell the system to retain all the user names so they don't have to enter their email addresses every time ???

    Email addresses into what?
    Each user should have their own account and password to log in.  Each is independent of the other.  So for Mail each has their own Mail account if they set one up in Mail. 
    That's the way it should be set up.  Are you using a single account and allowing multiple users to use that one single account?  If so then in Mail at least you could set up individual mail accounts.  But everything else in the system is shared.

  • I run a mac air on a single user account but multiple people using it, which is ok for the situation. All have their accounts in the apple mail app. what is missing for me is a separate password to access the mail account. otherwise anyone can see anyones

    I run a mac air on a single user account but multiple people using it, which is ok for the situation. All have their accounts in the apple mail app. what is missing for me is a separate password to access the mail account. otherwise anyone can see anyones
    Any clue, how i can add a mail account to apple mail app, but with separate password / pin to open it.
    Years ago there was a program called mail switcher which added this functionality, but thats gone.
    cheers
    Tom

    They would have to be logged in as separate users in order not to see your account in Mail. Whatever accounts put in Mail under your account will show up. All mail accounts usually have there own user and password. The only thing you can do is to remove the password from Keychain and take the account offline so you don't keep getting prompts for passwords each time it checks for mail.
    Not a great solution.
    Best way is to give the other user their own user account with their own mail and enable fast user swithcing to log between the different users if all access the computer frequently.

  • When the schema/user doesn't have an entry in dba_ts_quotas

    DB version:11.2.0.2
    Developers have been creating/dropping objects in LANTS_ENTMT_NA_DEV_01 schema for several weeks now. Today, while trying to create a table in this schema they got
    ORA-01536: space quota exceeded for tablespace 'LANTS_DATA'So, I wanted to check the quota allocated to this user. But this user doesn't have an entry in dba_ts_quotas ! This means that this user was never granted any quota on any tablespace . Right ?
    But, I am curious , without any QUOTA , how this user was able to create objects in its default tablespace until now and suddenly get "ORA-01536: space quota exceeded" error today.
    SQL > select distinct tablespace_name from dba_segments where owner = 'LANTS_ENTMT_NA_DEV_01';
    TABLESPACE_NAME
    LANTS_DATA
    SQL > select MAX_BYTES from dba_ts_quotas where username = 'LANTS_ENTMT_NA_DEV_01';
    no rows selected
    SQL > select username, default_tablespace from dba_users where username = 'LANTS_ENTMT_NA_DEV_01';
    USERNAME                       DEFAULT_TABLESPACE
    LANTS_ENTMT_NA_DEV_01          LANTS_DATA
    SQL > select count(*) from dba_ts_quotas where username = 'LANTS_ENTMT_NA_DEV_01';
      COUNT(*)
             0
    SQL > alter user LANTS_ENTMT_NA_DEV_01 quota 20g on LANTS_DATA;
    User altered.
    -- After setting the quota, the user has an entry in dba_ts_quotas
    SQL > select MAX_BYTES from dba_ts_quotas where username = 'LANTS_ENTMT_NA_DEV_01';
    MAX_BYTES
    2.1475E+10
    SQL > select TABLESPACE_NAME, MAX_BYTES/1024/1024/1024 from dba_ts_quotas where username = 'LANTS_ENTMT_NA_DEV_01';
    TABLESPACE_NAME                          MAX_BYTES/1024/1024/1024
    LANTS_DATA                                                     20If LANTS_ENTMT_NA_DEV_01 didn't have any quota at all on this tablespace , this user should have got a different error ie. "ORA-01950: no privileges on tablespace" as shown in the test below.
    SQL> create user testuser02 identified by abcd123 default tablespace FRCRS_TS;
    User created.
    SQL> grant create session to testuser02;
    Grant succeeded.
    SQL> grant select on dba_objects to testuser02;
    Grant succeeded.
    SQL> grant create table, create session to testuser02;
    Grant succeeded.
    SQL> select count(*) from dba_ts_quotas where username= 'TESTUSER02';
      COUNT(*)
             0
    SQL> conn testuser02/abcd123
    Connected.
    SQL> create table john as select * from dba_objects where rownum < 30;
    create table john as select * from dba_objects where rownum < 30
    ERROR at line 1:
    ORA-01950: no privileges on tablespace 'FRCRS_TS'

    So, I wanted to check the quota allocated to this user. But this user doesn't have an entry in dba_ts_quotas ! This means that this user was never granted any quota on any tablespace . Right ?no, this means that this user currently doesnt have quota, but it could have in the past
    But, I am curious , without any QUOTA , how this user was able to create objects in its default tablespace until now and suddenly get "ORA-01536: space quota exceeded" error today.see above, or:
    users with the UNLIMITED TABLESPACE system privilege have unlimited quota on all tablespaces without giving any specific quota on a tablespace

  • BB Tour doesn't have recent email in inbox on phone

    First  - I am no BB expert, I don't have a lot of experience but I'm trying to help a customer out who has a Tour
    Second - This issue happened around the same day and time that the user changed their windows domain password (I doubt this matters but I'm including it anyways).
    The issue is that the exchange email for the user shows up until May 6th but to view the rest of the recent email, you have to hit the option button, scroll to view folder then show the inbox folder under the exchange account - this will show the most recent email. I didn't see how far it went back. It does receive new email, make phone calls, get on the web, etc.
    I've tried doing the enterprise activation again and it was successful. I tried moving a lot of emails from the inbox. I tried following kb 04713 (i think) to allow more emails to prepopulate the inbox (at sprint's request). I tried wiping the device and reactivating but it still brought up the same issue.
    The user doesn't want to pay for support after me spending a few hours on the phone with Sprint and their suggestions haven't worked. Any thoughts/ideas?
    TIA

    Have you checked the "Inbox Settings?"  If it's OS 5.0 check the following:
    Go to Messages.
    Hit menu and go to Options.
    Select Inbox Settings
    Check all accounts you want to show in the main messages list.
    1. Please thank those who help you by clicking the "Like" button at the bottom of the post that helped you.
    2. If your issue has been solved, please resolve it by marking the post "Solution?" which solved it for you!

  • Exchange 2010 to 2013 cross forest migration doesn't have an SMTP address that matches the target delivery domain

    I’m having a problem moving a mailbox from exchange 2010 sp3 to Exchange 2013 which are in two separate forests.
    Two way trust in place
    Certificates imported
    ADMT is set up.
    SMTP namespace oldcompany.org and newcompany.org for the old email domain and new one is configured to be shared between forests. 
    I’m doing the following:
    Step 1
    Prepare-MoveRequest.ps1 -Identity [email protected] -RemoteForestDomainController DC1. oldcompany.Local -RemoteForestCredential $RemoteCredentials -LocalForestDomainController DC1. newcompany.local -LocalForestCredential $LocalCredentials  -TargetMailUserOU
    "OU=Office Users , DC=newcompany,DC=local" –verbose
    Everything goes ok, and a disabled user is created. A disabled user account is created in the correct OU.
    Email address is set to [email protected]
    Proxy smtp addresses are set:
    smtp:[email protected]
    SMTP:[email protected]
    smtp:[email protected]
    Step 2
    I then use ADMT and migrate sid history ect.
    Step 3
    New-MoveRequest –Identity [email protected] –Remote –Remotehostname exchange.oldcompany.local  -RemoteCredential $RemoteCredentials –TargetDeliverydomain exchange.newcompany.local
    This then fails with the error:
    The target mail user newcompany.local/Office Users /mark test' doesn't have an SMTP address that matches
    the target delivery domain 'exchange.newcompany.local'.
        + CategoryInfo          : InvalidArgument: ([email protected]:MailboxOrMailUserIdParameter) [New-MoveReques
       t], RecipientTaskException
        + FullyQualifiedErrorId : [Server=EXCHANGE,RequestId=ec704dc8-bfb9-47c1-a1ec-cc6d8ef00484,TimeStamp=23/12/2014 1
       0:51:33] [FailureCategory=Cmdlet-RecipientTaskException] 5ABE3B29,Microsoft.Exchange.Management.RecipientTasks.New
      MoveRequest
        + PSComputerName        : exchange.newcompany.local
    Any ideas what I am missing. 

    Hi Walkersway,
    As you have mentioned both the domains are "shared between forests", I would assume its added to the accepted domains as Internal Relay. Also you have 'Send Connector' Setup to relay out the email to the new forest.
    "You configure the SMTP domain as an internal relay domain to make sure that email that's addressed to that domain is accepted by the Exchange organization. The connector configuration of your organization determines how messages are routed."
    In your case "newcompany.local" should be present.
    Try this:
    New-MoveRequest –Identity [email protected] –Remote –Remotehostname exchange.oldcompany.local -RemoteCredential $RemoteCredentials –TargetDeliverydomain newcompany.local
    The TargetDeliveryDomain parameter specifies the FQDN of the external email address
    created in the source forest for the mail-enabled user when the move request is complete. This parameter is allowed only when performing remote moves with the
    Remote or RemoteLegacy parameter.
    Regards,
    Satyajit
    Please “Vote As Helpful”
    if you find my contribution useful or “Mark As Answer” if it does answer your question. That will encourage me - and others - to take time out to help you.

  • Outlook 2010 cannot save to archive folders listed. Message says that message was already moved or that user doesn't have permission.

    Outlook 2010 cannot save to archive folders listed. Message says that message was already moved or that user doesn't have permission.

    Hi,
    Does this issue occur when you manually archive items in Outlook, do you drag them into the archive folder?
    The first thing I wonder is if the .pst file has been corrupted, please run Scanpst.exe to repair the archive .pst file:
    http://support.microsoft.com/kb/272227/en-us
    Please logon your Webmail(owa), check if the emails are available. If the emails have been moved and Outlook Client hasn't synced yet, this issue may occur as well.
    We can also create a new .pst file to archive the file, check if the issue persists.
    For more information, we can refer to Archive items manually:
    http://office.microsoft.com/en-in/outlook-help/archive-items-manually-HA010355564.aspx
    When you browse to the archive file in step 5, type in a new .pst file name.
    If my understanding is not accurate, please detail your scenario and provide the exact error message.
    Regards,
    Melon Chen
    TechNet Community Support

  • I have tried to change my User id which is an email address I no longer want to use. Now I am constantly getting requests from icloud and Apple ID for my password and cant get into my icloud account.

    I have tried to change my User id which is an email address I no longer want to use. Now I am constantly getting requests from icloud and Apple ID for my password and cant get into my icloud account.

    To change the iCloud ID you have to go to Settings>iCloud, tap Delete Account, provide the password for the old ID when prompted to turn off Find My iPhone, then sign back in with the ID you wish to use.  If you don't know the password for your old ID, or if it isn't accepted, go to https://appleid.apple.com, click Manage my Apple ID and sign in with your current iCloud ID.  Click edit next to the primary email account, change it back to your old email address and save the change.  Then edit the name of the account to change it back to your old email address.  You can now use your current password to turn off Find My iPhone on your device, even though it prompts you for the password for your old account ID. Then save any photo stream photos that you wish to keep to your camera roll.  When finished go to Settings>iCloud, tap Delete Account and choose Delete from My iDevice when prompted (your iCloud data will still be in iCloud).  Next, go back to https://appleid.apple.com and change your primary email address and iCloud ID name back to the way it was.  Now you can go to Settings>iCloud and sign in with your current iCloud ID and password.

  • Hr_maintain_masterdata showing an infotype that the user does not have auth

    subject: hr_maintain_masterdata showing an infotype that the user does not have authorisation for
    Hi all,
    I've a user account that's meant to perform staffing, based on the actual HR role.  The system is also set up with an infogroup that contains infotypes 0000, 0001, 0006, 0185, XYZ and other infotypes; XYZ representing an actual infotype.  The HR role is not supposed to have this infotype XYZ.
    When PA40 is used, infotype XYZ will be skipped, as the user account do not have authorisation for it.  I could then proceed to create the record.
    When the fm: hr_maintain_masterdata is used, I was prompted that I do not have authorisation for infotype XYZ.
    I have setup my fm with the mininum amount of values, as indicated below.
    I did not populate a table for "proposed_values" so the infotypes called were due to the actions of the infogroup.
    fm: hr_maintain_masterdata
    pernr = 01234567
    massn = 01          (new staff)
    actio = INS          (insert record)
    tclas = A          (master record)
    begda = 01.09.2010
    endda = 31.12.9999
    werks = myCompanyPlant
    dialog_mode = 2     (online)
    luw_mode = 1          (commit, if no errors encountered)
    no_existance_check = X
    Q. Is there any way to let the function module call the infotypes, with authorisation checks, as what PA40 is doing?
    Your guidance would be appreciated.
    Thank you,
    James Wong

    A behaviour that has been observed was that, after infotype 0185 was saved, the function module throws me back to infotype 0000, citing, "No authorization to maintain XYZ exists".  Data that I had populated to the screen, either via the FM or by manual input were cleared.  If I skip the next 4 screens, I'll arrive at the Infotype after XYZ, with the data populated.  Subsequent infotypes also have their data filled in.
    Once I complete the sequence, the personnel record will be created.  Upon examination, the frist 4 screens that were skipped in the 2nd pass contains data that were entered in the 1st pass.
    My question, as posted in the original post, is why infotype XYZ is triggered by the function module, as the staffing account does not hae access for it.  If I repeat the process using PA40, the infotype is skipped accordingly.
    Any help would be appreciated.
    Thank you,
    James Wong,

Maybe you are looking for

  • Custom Component Classes

    Hi all I have been learning flex for a few months now and absolutely loving it! But there is one thing I can't get my head round. I use to be a Flash user mostly which is probably why I am getting confused.... I want to be able to make custom compone

  • Webdynpro laerning docs and pdf required

    Hi, I need to learn WebDynpro and also learn how to develop programs in EJB. I need some useful documents and PDFs and also link to WebDynpro link of help.sap.com. Regards Kaushik Banerjee

  • ASA-SSM-10 inspection load 100% (version 7.0(5a)E4

    Hi all, I have a challenge with the IPS module in the ASA5520, the ASA-SSM-10. When we start a test to connect to the webservers I get a inspection load of 100% and traffic/performance will slow down. We test with 63000 sessions per minute which perf

  • Get DNG Date Created from dng sdk

    I have successfully compiled the dng sdk and the validate app and I wondered what is a simple way to just get the date created out?

  • How to set MacBook air up as mobile device to sync a portion of music from iTunes?

    In itunes, I would like to set my MacBook air up as if it was a portable device. I have lots of music on a desktop pc and would like my MacBook to sync a portion of it. That way, when I'm out and about, I have my latest music with me. Does anyone kno