Send Email when user account is created

Hi,
I have a GTC which is run as a scheduled task to create a user in OIM. I want to send am email to the user once the new account is created from the scheduled task, the email needs to contain the user account and password. For developing such a process should the email definition be of Type Provisioned( so that I map it to Scheduled task) or do I need to make it as a General type. Can some one please explain this process in detail

Hi, I followed the following process for sending an email when the Scheduled task is completed :
a. Create a Resource Object RO1 and a Provisioning Process definition for RO1.
Add a task say, Email, to process definition.
b. Open the email task and click the Notifications tab.
c. Click Assign to bring up the list of Email Definitions.
d. Select the Email Definition defined in step 2 above and assign it to the task.
e. Check for - Requester, User and User Manager and map the status to 'C'.
f. In the RESPONSE tab, Set the response as 'C' and set Status field as complete.
g. In the TASK TO OBJECT STATUS MAPPING, make the object status to provisioned.
h. In the Integration tab, add System adapter 'tcCompleteTask' and save.
But even after this the email does not go to the user whose account has been created. Kindly advice

Similar Messages

  • Send Email when BP Account is created?

    Is it possible to send an email when a BP Account is created?
    What are the steps involved / sample code / sample blog post about this?
    When a user creates an account I need to send an email to several employees.  I already know the name of the employees beforehand so this doesn't seem to be that difficult.  Can anyone help with this.
    Thanks,
    Jon

    Hi Robert,
    My workflow is fairly simple it only has one main thing to do send an email.
    Here is a screen shot of the entire workflow: http://img196.imageshack.us/img196/3197/1220201081447am.png
    When I double click "0000999504 Event Triggered when BP Is Created"
    I go to the "Start Events" tab and the following is set:
    Active = True
    Binding:
    If I click on the binding I see:
    Event &_EVT_CREATOR& -> Workflow &_WF_INITIATOR&
    Event &_EVT_OBJECT& -> Workflow &BUS1006&
    I can do a "Check" on this and it says: "No errors found"
    For condition I have:
    Expression 1: &_EVT_OBJECT.CATEGORY& = Expression 2: 2
    The 2 stands for Organizations because I only want to send the email when the BP is of type Organization.
    If I do a check on this it says "Syntax Check: The condition is correctly formulated"
    The category is BO
    The object type is BUS1006
    And the event of the object is "CREATED"

  • Mail server working sending emails between user accounts but not to other (outside) email accounts?

    Hi!
    I am new to Mac OS X Server Mail and I am trying to set up.  I have successfully started the mail services and created 2 user accounts.  Those accounts can email each other back and forth, no problem; however, they cannot send/receive to other email addresses.  Anyone know why this would happen?
    I'm learning OS X Server and appreciate any help!

    Hi,
    setting up mail can is quite complicated.
    Suggest you watch this video:
    http://www.youtube.com/watch?v=FAODxn7LF6k&list=PL01BB6048468891F7&feature=share &index=16
    this should give you some ideas where to look.
    Have in mind that you need to do DNS set-ups, need to have a static IP address ( or use a DynDNS service ),very likely also add MX records etc. etc.

  • Send Email on User Account Creation in OIM 11g

    Hi All,
    We are working on email notifications for the user account creation. we followed the following procedure:
    1) Creation of email template
    2) Creation of resource object
    3) Creation of notification process
    4) Create Customer Rule
    5) Create Customers Role and Assign Rule
    6) Create Access Policy.
    After assigning AD account to the user we are getting following errors..
    1> Class/Method: tcEmailNotificationUtil/parseEmail encounter some problems: Data Access Error
    Supplemental Detail com.thortech.xl.dataaccess.tcDataSetException: Data Access Error
    at com.thortech.xl.dataaccess.tcDataSet.executeQuery(tcDataSet.java:952)
    at com.thortech.xl.dataobj.tcDataSet.executeQuery(tcDataSet.java:1523)
    at com.thortech.xl.dataaccess.tcDataSet.executeQuery(tcDataSet.java:903)
    at com.thortech.xl.dataobj.tcDataSet.executeQuery(tcDataSet.java:1490)
    at com.thortech.xl.dataobj.util.tcEmailNotificationUtil.parseEmail(tcEmailNotificationUtil.java:1213)
    at com.thortech.xl.dataobj.util.tcEmailNotificationUtil.constructEmail(tcEmailNotificationUtil.java:235)
    at com.thortech.xl.dataobj.util.tcEmailNotificationUtil.constructEmail(tcEmailNotificationUtil.java:269)
    at com.thortech.xl.dataobj.tcScheduleItem.checkForEmailNotification(tcScheduleItem.java:3765)
    2> *Class/Method: tcEmailNotificationUtil/sendEmail encounter some problems: [EOF]*
    Supplemental Detail javax.mail.MessagingException: [EOF]
    at com.sun.mail.smtp.SMTPTransport.issueCommand(SMTPTransport.java:1481)
    at com.sun.mail.smtp.SMTPTransport.issueSendCommand(SMTPTransport.java:1512)
    at com.sun.mail.smtp.SMTPTransport.mailFrom(SMTPTransport.java:1054)
    at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:634)
    at javax.mail.Transport.send0(Transport.java:189)
    at javax.mail.Transport.send(Transport.java:118)
    at com.thortech.xl.dataobj.util.tcEmailNotificationUtil.sendEmail(tcEmailNotificationUtil.java:850)
    at com.thortech.xl.dataobj.tcScheduleItem.checkForEmailNotification(tcScheduleItem.java:3782)
    at com.thortech.xl.dataobj.tcScheduleItem.eventPostUpdate(tcScheduleItem.java:741)
    3) And I am also getting error related to FAX like..
    select Fax from orc orc, usr usr where usr.usr_key=orc.usr_key and orc.orc_key =293
    Supplemental Detail java.sql.SQLSyntaxErrorException: ORA-00904: "FAX": invalid identifier
    at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:95)
    at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:135)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:210)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:473)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:423)
    at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1095)
    at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:193)
    at oracle.jdbc.driver.T4CStatement.executeForDescribe(T4CStatement.java:856)
    4) Class/Method: tcDataBase/readPartialStatement encounter some problems: ORA-00904: "FAX": invalid identifier
    Supplemental Detail java.sql.SQLSyntaxErrorException: ORA-00904: "FAX": invalid identifier
    at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:95)
    at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:135)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:210)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:473)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:423)
    at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1095)
    at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:193)
    Plaese provide quick resolution to our issue..
    It will be very helpful to us.
    Thanks

    Thanks alot.I have configured this requirement.
    Regards
    A Abhinay

  • Send email when user logs in

    Hi,
    please help me to send email to dba when a specific user logs in to database.
    Best regards
    allahmorad

    Hi,
    create a trigger that call a procedure to send mail
    check below trigger
    create or replace trigger logon
    AFTER LOGON
    ON DATABASE
    begin
    procedure_name;
    end;
    to send mail from oracle
    create or replace
    procedure testing_mail
    IS
    mailhost VARCHAR2(30) := '10.?.5.?';
    mail_conn utl_smtp.connection;
    crlf VARCHAR2( 2 ):= CHR( 13 ) || CHR( 10 );
    mesg VARCHAR2( 1000 );
    BEGIN
    mail_conn := utl_smtp.open_connection('10.?.5.?', 25);
    mesg:= 'Date: ' || TO_CHAR( SYSDATE, 'dd Mon yy hh24:mi:ss' ) || crlf ||
    'From: <'postmaster@mysmtpdomain'||'>' || crlf ||
    'Subject: '||'testing mail' || crlf ||
    'To: '||'[email protected]'|| crlf ||
    '' || crlf || 'Testing mail procedure';
    utl_smtp.helo(mail_conn, '10.?.100.?');
    utl_smtp.mail(mail_conn, 'postmaster@mysmtpdomain');
    utl_smtp.rcpt(mail_conn, '[email protected]');
    utl_smtp.data(mail_conn, 'Testing mail procedure');
    utl_smtp.quit(mail_conn);
    END;
    /

  • Send email when a record is created/modified in IT0744 and IT0487

    Hi ABAP Experts,
    Good day! I'm quite new to ABAP Dev and I have a requirement like this:
    1. When a user created/modified a record in IT0744/IT0487, an automatic email notification will be sent to the desired  recipient.
    The requirement is to send an email with a sample template like this:
    Notification Trigger:     If Blacklist Status is = u2018Blacklistedu2019 and Reason is u2018Failure to turn up on work start dateu2019.
    Subject     Notification: Failure to turn up on work start date.
    Attachment     Yes / No
    Notification Message Layout Format
    [Name of New Hire] u2013 [NRIC of New Hire] failed to report for work on [Hire Date] as a [Position Title] at [Div/Branch].
    Kindly provide if possible some steps that will be easy to follow; a sample program will be helpful.
    Thanks a lot!
    Regards,
    jeff

    Hi,
    In the exit itself you can use this function module SO_DOCUMENT_SEND_API1 to send mail to desired user.
    Other way out is you can create Work flow and can use create and modify event for triggering the work flow.
    Hope this helps.
    Regards
    Bikas

  • Cannot send email from pop account when in 3G, will send in WIFI

    I cannot send email from pop account when in 3G, will send in WIFI.
    I thought it was the SMTP server first.. but when i config my WIFI, suddenly the emails that i tried to send, left my outbox and sent.
    Any idea's

    The SMTP server you are using with Wi-Fi would be the outgoing server of your internet service provider... this is likely why that's working.
    SMTP servers specific to a ISP would not work on the 3G network. You would probably need another SMTP server. One from your cell provider?

  • When i send email with 2 account 3G and wi-fi it take 15 minutes help

    when i send email with 2 account 3G and wi-fi it take 15 minutes help

    Welcome to Apple Support Communities.
    It's probably quite simple, and nothing to do with your Address Book group.
    It is a matter of 'junk mail' or 'spam' filtering on the recipient end, I think.
    1. Apparently not everyone in your Address Book group (12 of 15 apparently?) has your current email address among their 'permitted email addresses', so, your original email message ends up in their 'junk mail' or 'spam filter' or whatever it is called by their email provider. Some businesses and schools also filter incoming messages for subject, language, content, or by sender's address (one company I dealt with prohibited all incoming email from Hotmail, for example), so it could be filtered at that level. In that case, the recipient might have to specifically ask the IT department to add your email address to a 'permitted' list.
    2. When someone else in the group hits 'reply all', THEIR email address IS among the 'permitted email addresses' for everyone else, and they are in effect 'forwarding' your message from their email address, so the filtering affecting your email address does not affect their re-sending of your message.

  • When i buy thing in app store they alway tell me this is not a test user account please creat a new account in the sandbox environment

    when i buy thing in app store they alway tell me this is not a test user account please creat a new account in the sandbox environment

    Where are you seeing that? And what exactly are you doing?
    Are you a developer? If so, ask in the Developer Forums...

  • I am having problems sending emails when using apps. I dont receive any emails when I try to send documents such as pdf or pictures. I tried sending it to my other email account but I don't get any email. What is wrong?

    I am having problems sending emails when using apps. I dont receive any emails when I try to send documents such as pdf or pictures. I tried sending it to my other email account but I don't get any email. What is wrong?

    System Preferences > Network > your-connection-medium > (Assist me) > ( Diagnostics )
    This sometimes provides additional helpful information, sometimes not so much.

  • Cannot send email when clicking lonk on web page

    I cannot send email when clicking link on web page. 
    When I would click the link to send via email I was being directed to hotmail to open new account.
    Today the tech tried to assist me and completely messed up my email capabilities by setting up
    windows live account.
    I am thoroughly disgusted with FIOS internet services..Every time I've called them in the past month problem has been with someone else whose portal services they are using.
    I cannot send emails because all my contact information cannot be moved.
    I'm paying for FIOS internet service that is almost non existent.
    THe VZ in home agent doesn't work nor does the FIOS information site.
    My next move is to get rid of FIOS.
    They create more problems then they solve with me.

    If I understand your problem correctly, you are having trouble when clicking on a MailTo link on any webpage? What loads when you click this type of link is a setting in your browser. If you tell us what browser you are using, we can try to direct you to the setting.
    If a forum member gives an answer you like, give them the Kudos they deserve. If a member gives you the answer to your question, mark the answer as Accepted Solution so others can see the solution to the problem.
    "All knowledge is worth having."

  • Can no longer send email from my accounts but can receive

    I have 5 email accounts set up on my imac. 3 are mine 2 are my partners. I can no longer send emails from my accounts but my partner still can. They all still receive mail but when I attempt to send mail I get:-
    Cannot Send Message Using Server
    Then i'm asked to select a different server from a list. I have tried all but to no avail.
    I first of all deleted my partners sky.com account because it appeared to me that this was maybe overiding all other accounts and it was no longer needed on imac.
    I then deleted one of my accounts - hotmail, to see if i added it again maybe it would work but now I cant even re add the mail account as everytime i go to mail, preferences account to set it up again the initial screen comes up with my partners details including the sky.com username and when i overwrite these and try to install hotmail acount I get told that logging in failed check user name and password is correct. Which they are.
    All used to work fine but now I have these problems, they appeared to have started when my partner set up an icloud account and is synching with this - could this be the cause?
    I can send email from my accounts from iphone still but no longer from imac.

    First,
    I'd run all availiable software updates. After that, I would try removing all of the accounts from "Mail", and then re-adding them. Be aware that if your folders and such are located on your mac, and not on the mail servers, you may risk lose some information (always have a back-up).
    Sometimes, when you have a number of e-mail account there can be server issues abound. I would go into the server lists and make sure that they are set properly. If you see the "use only this server" box, check it for each of them.

  • Send email when ownership is assigned' is not working

    Send email when ownership is assigned'
    is not working
    even though this option is disabled designer workflow task creation sends an email to the user when task is assigned to the user.
    We have october CU updates 2013.
    MCTS Sharepoint 2010, MCAD dotnet, MCPDEA, SharePoint Lead

    Hi Amit,
    Per my knowledge, if the task is created from a workflow, then you may use the task actions in the workflow.
    And some task actions will send an email to the user who the task is assigned to, so the email is sent from the workflow and it is not sent from the option “Send email when ownership is assigned”.
    If you are using 2013 workflow, the send email action cannot be prevented from the workflow.
    If you are using 2010 workflow, you can go into the task process to delete the Send an Email action.
    https://support.office.com/en-nz/article/Use-the-task-process-editor-for-approval-workflows-8680b4a4-36b1-441c-b070-e515976078aa#__toc264538566
    Thanks,
    Victoria
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Victoria Xia
    TechNet Community Support

  • Send Email when built in approval workflow status column changes to approved

    I Implemented the built in approval work flow in a document library,I want to send an email when the column indicating the status of the workflows changes from in progress to approved.

    Hi ,
    According to your description, my understanding is that you want to send email when the built-in approval workflow status was approved.
    For the default built-in approval workflow, per my knowledge, there is not a way to modify it. As a workaround, you can create a Reusable Workflow with SharePoint Designer 2010, and publish it to your SharePoint, then you can use it like the built-in approval
    workflow.
    You can do as the followings:
    Install SharePoint Designer 2010.
    Open your site with SharePoint Designer 2010.
    Click Workflow under Navigation.
    Click Reusable Workflow, and type a name.
    Add “Start Approval Process” action, in the ‘these user’ , type the approvers.
    Click ‘Approval’ field, and under Customization, click “Change the behavior of a single task”.
    On the “When a Task Completes”, add “Send an Email” action in the approved condition,like the screenshot below.
    Then save and publish the workflow, then you can use the workflow in your SharePoint site .
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Cannot send emails from iCloud account on any of my devices.

    Hi all,
    Since last week, my iCloud account has seemed to lose the ability to send emails.
    I am using:
    10.10.02 Yosemite on Macbook pro 17"
    iOS 8.1.3 iPhone 5S
    iOS 8.1.2 iPad 3rd Gen
    This issue did not happen all at once, it has taken several days for the issue to spread from my iPad, to Mac and now today, my iPhone.
    I have removed the iCloud account completely from all devices and deleted the data, reinstalled.
    I have found some guidance around Apple Mail and SMPTE settings on the Mac, but to no avail.
    I can send emails when using iCloud.com but this is useless when on the go.
    Anyone else got any ideas or come across this issue?
    The system service status says that it is all good.
    Thanks
    Keith

    IPhone Closed Ptai and wants to open and forgot towels and password

Maybe you are looking for

  • Jsp-servlet-bean problem

    Please help! I have a servlet controller, a javabean for the data and a jsp for the view. I cannot get the jsp using <jsp:useBean id="pList" class="bbs.PostListCommand" scope="request" /> to access the bean data However, when I access the bean in thi

  • 59 An unexpected network error occurred

    Hi everyone, This is a strange one. We are using a TMG for a VPN (amongst other things such as web publishing etc)  We are using some software called 2X  to connect to something on a part of our network,  internally this works ok, but users on our VP

  • Question on RBO & CBO

    hi, Plz clear some doubts.In 1 interview below questions were asked to me.. 1) how oracle will decide RBO or CBO have to used for query optimization? is there any parameter we need to set in init.ora file or any other parameter will decide to pick RB

  • Sales cube 0SD_C03, Key Figure 0DOCUMENTS (NW04s)

    Need to understand why 0DOCUMENTS (No. of documents) is used and why it sometimes has a value of -1. Any documentation available. Loading cube via: 2LIS_11_VAITM 2LIS_11_VDHDR 2LIS_13_VDITM 2LIS_13_VD_HDR

  • 5.0.1 with Windows 7 64 bit clean install.

    Hi, I had no problems running Desktop with same 1 month old first tier laptop (Dell Latitude 6500) under Vista SP2 and it'sa  no go with 64 bit Windows 7. I've updated BIOS and all of Dell's drivers to current releases. I see the RIM virtual serial p