<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://www.aras.com/community/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>CR In Review Email Notification</title><link>https://www.aras.com/community/f/development/35706/cr-in-review-email-notification</link><description>I set up an email notification in the CR life cycle that is sent when the CR moves to &amp;quot;In Review&amp;quot;. We have two business units and currently i have to send both company emails to both release coordinators (one at each business). How do i modify the coding</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>RE: CR In Review Email Notification</title><link>https://www.aras.com/community/thread/5335?ContentTypeID=1</link><pubDate>Fri, 26 Jun 2020 18:34:28 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:7e96611a-7cc8-470b-a199-93654931d58e</guid><dc:creator>dkinsley</dc:creator><description>&lt;p&gt;Oh, okay - thank you for your reply!&lt;/p&gt;
&lt;p&gt;-Don&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: CR In Review Email Notification</title><link>https://www.aras.com/community/thread/5331?ContentTypeID=1</link><pubDate>Fri, 26 Jun 2020 15:42:18 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:50510637-0956-4750-8402-8387051841f9</guid><dc:creator>Christopher Gillis</dc:creator><description>&lt;p&gt;Hi dkinsley,&lt;/p&gt;
&lt;p&gt;There&amp;#39;s not a way to handle this kind of logic through configuration alone. You&amp;#39;ll need to use a Pre- or Post-transition method on the life cycle to check for the business unit and send the email to the appropriate people based on that. Pre-transition methods are typically used for validation to make sure that the item can actually be promoted to the suggested state. Post-transition methods are typically used for extra things that need to happen after the item has been promoted. So this use case is best handled as a Post-transition method.&lt;/p&gt;
&lt;p&gt;You can check out Section 7.14 of the &lt;a href="https://www.aras.com/-/media/files/documentation/other-documentation/en/12-0/aras-innovator-120--programmers-guide.ashx"&gt;Programmer&amp;#39;s Guide&lt;/a&gt;&amp;nbsp;for a sample of how to programmatically send an email. Note in that sample, they build the contents of the email within the method code, but since you already have the email in your system, you can simply query for that one within the method.&lt;/p&gt;
&lt;p&gt;Chris&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;Christopher Gillis&lt;/p&gt;
&lt;p&gt;Aras Labs Software Engineer&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>