<div dir="ltr">This is working great, Just what I was looking to do, I even added the body expression and code which is emailing all the information that is needed.<div><br></div><div>One other question about notifications, Can I use conditions like I did for the user templates and mappings, If a attribute is this then use this notification and if the attribute is that use this other notification?</div><div><br></div><div>JASON</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Oct 27, 2014 at 9:03 AM, Jason Everling <span dir="ltr"><<a href="mailto:jeverling@bshp.edu" target="_blank">jeverling@bshp.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Awesome, Yes, the otherMailbox attribute is already populated in Midpoint on import, both from AD and CSV<span class="HOEnZb"><font color="#888888"><div><br></div><div>JASON</div></font></span></div><div class="gmail_extra"><br><div class="gmail_quote"><div><div class="h5">On Mon, Oct 27, 2014 at 3:29 AM, Ivan Noris <span dir="ltr"><<a href="mailto:Ivan.Noris@evolveum.com" target="_blank">Ivan.Noris@evolveum.com</a>></span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><div><div style="font-family:times new roman,new york,times,serif;font-size:12pt;color:#000000"><div>Hi Jason,<br></div><span><div><br></div><blockquote style="border-left:2px solid #1010ff;margin-left:5px;padding-left:5px;color:#000;font-weight:normal;font-style:normal;text-decoration:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt"><div dir="ltr">Thanks for this, it helps understand the general notifier a little better. I am not wanting to get admin emails but I want the system to email the students/faculty/staff when their accounts are provisioned.<div><br></div><div>Can I use a separate attribute besides the standard mail attribute. Currently in Midpoint, all the users will be imported from our student system and their official email address will be the provisioned mailbox here but I am also mapping a secondary attribute labeled otherMailbox which will contain their personal email address. This is the email that the notification needs to go to since they would not have access to their official school mailbox.</div></div></blockquote><div><br></div></span><div>Very simple to configure in midPoint, if you have that attribute already populated.<br></div><div>This is my example, just tested (and working):<br></div><div><br></div><div>      <handler><br>         <accountPasswordNotifier><br>            <name>New accounts in midPoint managed systems</name><br>            <operation>add</operation><br>            <status>success</status><br>            <recipientExpression><br>               <script><br>                  <code>basic.getExtensionPropertyValue(requestee, <strong>'<a href="http://evolveum.com/my" target="_blank">http://evolveum.com/my</a></strong>', '<strong>otherMailbox</strong>')</code><br>               </script><br>            </recipientExpression><br>            <subjectExpression><br>               <script><br>                  <code>"[IDM] New account created by IDM for user: " + requestee?.getName()?.getOrig()</code><br>               </script><br>            </subjectExpression><br>            <transport>mail</transport><br>         </accountPasswordNotifier><br>      </handler></div><div><br></div><div>The notification is configured for sending passwords for new accounts, which have been successfully created (notice the operation and status filters).<br></div><div><br></div><div>Just check/replace the <strong>bold</strong> strings (your schema extension namespace and attribute name).<br></div><div><br></div><div>For standard attributes such as EmailAddress, this would have been even simpler:<br></div><div><br></div><div><code>requestee.getEmailAddress()</code><br></div><span><div><br></div><div>Regards,<br></div><div>Ivan<br></div><div>-- <br></div><div><span name="x"></span>  Ing. Ivan Noris<br>  Senior Identity Management Engineer<br>  <a href="http://evolveum.com" target="_blank">evolveum.com</a><br>  ___________________________________________<br>           "Idem per idem - semper idem Vix."<span name="x"></span><br></div></span></div></div><br></div></div><span class="">_______________________________________________<br>
midPoint mailing list<br>
<a href="mailto:midPoint@lists.evolveum.com" target="_blank">midPoint@lists.evolveum.com</a><br>
<a href="http://lists.evolveum.com/mailman/listinfo/midpoint" target="_blank">http://lists.evolveum.com/mailman/listinfo/midpoint</a><br>
<br></span></blockquote></div><br></div>
</blockquote></div><br></div>

<br>
<font size="2"><br><br>CONFIDENTIALITY NOTICE:<br>This e-mail together with any attachments is proprietary and confidential; intended for only the recipient(s) named above and may contain information that is privileged. You should not retain, copy or use this e-mail or any attachments for any purpose, or disclose all or any part of the contents to any person. Any views or opinions expressed in this e-mail are those of the author and do not represent those of the Baptist School of Health Professions. If you have received this e-mail in error, or are not the named recipient(s), you are hereby notified that any review, dissemination, distribution or copying of this communication is prohibited by the sender and to do so might constitute a violation of the Electronic Communications Privacy Act, 18 U.S.C. section 2510-2521. Please immediately notify the sender and delete this e-mail and any attachments from your computer. </font><br>