<?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>Visibility of PRs addressed in ECRs/ECOs</title><link>https://www.aras.com/community/f/development/4023/visibility-of-prs-addressed-in-ecrs-ecos</link><description>Similar to the way in which the property &amp;quot;has_change_pending&amp;quot; (Boolean) allows us to see whether a part has change pending due to inclusion in an Express ECO/ECN, etc. is there a way to also see if a particular PR is addressed in a given ECR/ Express</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>RE: Visibility of PRs addressed in ECRs/ECOs</title><link>https://www.aras.com/community/thread/2253?ContentTypeID=1</link><pubDate>Thu, 08 Nov 2018 04:21:13 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:16bb16e1-b0b4-45c8-aef6-227cc2cceeea</guid><dc:creator>Former Member</dc:creator><description>Also, Is there a way to, say have a tab in the PR, where all the connected ECOs are listed? Not sure how to go about this, but would there be some way to do this using the Query Builder tool? (Am trying to learn how to use that tool at the moment)&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Visibility of PRs addressed in ECRs/ECOs</title><link>https://www.aras.com/community/thread/2252?ContentTypeID=1</link><pubDate>Thu, 08 Nov 2018 04:19:16 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:8d77d34c-c39a-4913-9298-90949f2ab91d</guid><dc:creator>Former Member</dc:creator><description>Dear Christopher,

&amp;nbsp;

Thanks for the response! However I am not really a coder, and I don&amp;#39;t I am capable of really understanding what I need to modify in that method to accommodate for PRs instead. Would it be possible in any way to guide me on how exactly to write that method? Would greatly appreciate the help!

&amp;nbsp;

Regards

Sachin&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Visibility of PRs addressed in ECRs/ECOs</title><link>https://www.aras.com/community/thread/2251?ContentTypeID=1</link><pubDate>Wed, 07 Nov 2018 13:26:34 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:b279118a-912e-4744-80c7-8343096721df</guid><dc:creator>Christopher Gillis</dc:creator><description>Hello,

While there&amp;#39;s nothing out-of-the-box to achieve this functionality, you could add a new Boolean property to the PR ItemType to store whether it is attached to an ECR. You could then add an &lt;strong&gt;onAfterAdd&lt;/strong&gt; Server Event to the &lt;strong&gt;ECR PR&lt;/strong&gt; ItemType to update this boolean value on the related PR, so you know that it is part of a change process.

The standard &lt;strong&gt;has_change_pending&lt;/strong&gt; flag is updated by the &lt;code&gt;PE_update_has_change_pending&lt;/code&gt; server method, so you can use that method as a basis for writing your own server event.

Chris

&lt;hr /&gt;

Christopher Gillis

Aras Labs Software Engineer&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>