<?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>Set dispositions to &amp;quot;N/A&amp;quot; on all affected documents with action set to &amp;quot;Revise&amp;quot;</title><link>https://www.aras.com/community/f/development/9517/set-dispositions-to-n-a-on-all-affected-documents-with-action-set-to-revise</link><description>I added this method under the &amp;quot;Server Events&amp;quot; tab, client-side, C# but it does not work. What is incorrect? 
 
 if (this.getProperty(&amp;quot;action&amp;quot;) == &amp;quot;Revise&amp;quot; &amp;amp;&amp;amp; this.getProperty(&amp;quot;item_type&amp;quot;) == &amp;quot;Document&amp;quot;) { this.setProperty(&amp;quot;dispo_assemble&amp;quot;,&amp;quot;N/A&amp;quot;); this</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>RE: Set dispositions to "N/A" on all affected documents with action set to "Revise"</title><link>https://www.aras.com/community/thread/4843?ContentTypeID=1</link><pubDate>Tue, 21 Apr 2020 20:36:12 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:b8028aa0-76b1-439b-ad51-438c2eb915fe</guid><dc:creator>dkinsley</dc:creator><description>&lt;p&gt;Yes! That works now! Thank you so much for your help Chris! Very much appreciated!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Set dispositions to "N/A" on all affected documents with action set to "Revise"</title><link>https://www.aras.com/community/thread/4842?ContentTypeID=1</link><pubDate>Tue, 21 Apr 2020 20:34:13 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:00942fff-2227-4b25-96d4-82bcc7024836</guid><dc:creator>Christopher Gillis</dc:creator><description>&lt;p&gt;You&amp;#39;re absolutely correct! It should be switched.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Set dispositions to "N/A" on all affected documents with action set to "Revise"</title><link>https://www.aras.com/community/thread/4841?ContentTypeID=1</link><pubDate>Tue, 21 Apr 2020 19:24:35 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:2ffae420-ae51-4fca-8f17-9ba37d35fe75</guid><dc:creator>dkinsley</dc:creator><description>&lt;p&gt;Chris,&lt;/p&gt;
&lt;p&gt;In your script below, shouldn&amp;#39;t the &amp;quot;//The affected item Is a document&amp;quot; be after the else, not before? (shouldn&amp;#39;t hey be switched the other way around - or no?)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Set dispositions to "N/A" on all affected documents with action set to "Revise"</title><link>https://www.aras.com/community/thread/4840?ContentTypeID=1</link><pubDate>Tue, 21 Apr 2020 18:42:28 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:805362f7-6485-4a65-b9ce-279898e03976</guid><dc:creator>Christopher Gillis</dc:creator><description>&lt;p&gt;I see. In that case, I don&amp;#39;t see anything immediately wrong with the code that you provided.&amp;nbsp;My next suggestion would be to &lt;a href="/b/english/posts/debugging-in-aras-innovator"&gt;debug into the method&lt;/a&gt; and step through the code to make sure that your&amp;nbsp;&lt;em&gt;if&lt;/em&gt; statements are working as intended.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Set dispositions to "N/A" on all affected documents with action set to "Revise"</title><link>https://www.aras.com/community/thread/4839?ContentTypeID=1</link><pubDate>Tue, 21 Apr 2020 18:34:31 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:283f4f38-11dd-426a-8e7a-359e4e3267b0</guid><dc:creator>dkinsley</dc:creator><description>&lt;p&gt;The property name for the column that displays &amp;quot;Document&amp;quot; or &amp;quot;Part&amp;quot; is &amp;quot;item_type&amp;quot;.&lt;/p&gt;
&lt;p&gt;the ItemType I am working in is named &amp;quot;a_CN_Affected_Item&amp;quot; and i am putting the code in a method in the server events tab.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Set dispositions to "N/A" on all affected documents with action set to "Revise"</title><link>https://www.aras.com/community/thread/4837?ContentTypeID=1</link><pubDate>Tue, 21 Apr 2020 18:20:04 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:907d3f17-8066-4979-a7c7-bc0453e2b7b3</guid><dc:creator>dkinsley</dc:creator><description>&lt;p&gt;Chris,&lt;/p&gt;
&lt;p&gt;On the Affected Item ItemType. The &amp;quot;N/A&amp;quot; is one of the choices in the disposition drop-down fields for each affected item row. These columns are meant for the engineer to state the part dispositions so for documents, we always have to enter &amp;quot;N/A&amp;quot; when the action is a release or a revise. The release script already works because we add N/A to both the parts and the documents. So if the action is &amp;#39;revise&amp;quot; that script enters N/A in both the parts and documents. i am now trying to do the same thing for the revise action except only in the document rows. If it is a revise for a part we don&amp;#39;t do anything.&lt;/p&gt;
&lt;p&gt;I tried to add a screen print but the forum window doesn&amp;#39;t show a browse to button for some reason.&lt;/p&gt;
&lt;p&gt;-Don&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Set dispositions to "N/A" on all affected documents with action set to "Revise"</title><link>https://www.aras.com/community/thread/4835?ContentTypeID=1</link><pubDate>Tue, 21 Apr 2020 18:04:23 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:8c332481-6c67-496c-b552-682b1018e809</guid><dc:creator>Christopher Gillis</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Could you clarify your exact use case?&amp;nbsp;Do these&amp;nbsp;&lt;em&gt;dispo&lt;/em&gt;_&lt;em&gt;&amp;nbsp;&lt;/em&gt;properties exist on the Affected Item ItemType or on the Document ItemType?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Chris&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Set dispositions to "N/A" on all affected documents with action set to "Revise"</title><link>https://www.aras.com/community/thread/4823?ContentTypeID=1</link><pubDate>Mon, 20 Apr 2020 23:26:12 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:a154058f-f891-43e4-864a-698f0d96327b</guid><dc:creator>dkinsley</dc:creator><description>&lt;p&gt;Does this look correct? I couldn&amp;#39;t get it to work. I have it on the onBeforeAdd affected item server event.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Innovator inn = this.getInnovator();&lt;br /&gt;Item affectedDocument = inn.newItem(&amp;quot;Document&amp;quot;, &amp;quot;get&amp;quot;);&lt;br /&gt;affectedDocument.setID(this.getProperty(&amp;quot;affected_id&amp;quot;));&lt;br /&gt;affectedDocument = affectedDocument.apply();&lt;br /&gt;if (affectedDocument.isEmpty())&lt;br /&gt;{&lt;br /&gt;// The affected item is a Document&lt;br /&gt;if (this.getProperty(&amp;quot;action&amp;quot;) == &amp;quot;Revise&amp;quot;){&lt;br /&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;this.setProperty(&amp;quot;dispo_assemble&amp;quot;,&amp;quot;N/A&amp;quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;this.setProperty(&amp;quot;dispo_repairs&amp;quot;,&amp;quot;N/A&amp;quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;this.setProperty(&amp;quot;dispo_stock_kit&amp;quot;,&amp;quot;N/A&amp;quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;this.setProperty(&amp;quot;dispo_supplier_stock&amp;quot;,&amp;quot;N/A&amp;quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;this.setProperty(&amp;quot;dispo_wip&amp;quot;,&amp;quot;N/A&amp;quot;);&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;}&lt;br /&gt;}&lt;br /&gt;return this;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Set dispositions to "N/A" on all affected documents with action set to "Revise"</title><link>https://www.aras.com/community/thread/4822?ContentTypeID=1</link><pubDate>Mon, 20 Apr 2020 22:14:59 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:c7bce8a8-72ad-4b1c-bc4f-09e0b533536e</guid><dc:creator>Christopher Gillis</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Ah. This is an Affected Item. Affected Items are pretty unique in terms of their data model. It&amp;#39;ll likely take a little more work to get the ItemType of the affected item you&amp;#39;ve selected.&lt;/p&gt;
&lt;p&gt;The first step is to establish what&amp;nbsp;data you have access to inside of&amp;nbsp;&lt;em&gt;this&lt;/em&gt; in your server event. You can check this a few ways either by&amp;nbsp;&lt;a href="/b/english/posts/debugging-with-server-logs"&gt;turning on logs&lt;/a&gt;&amp;nbsp;or&amp;nbsp;by &lt;a href="/b/english/posts/debugging-in-aras-innovator"&gt;debugging into the method&lt;/a&gt;.&amp;nbsp;&lt;em&gt;this&lt;/em&gt; is going to store the request that&amp;#39;s being sent to the server to add your affected item. As an example, let&amp;#39;s work under the assumption that you&amp;#39;re only given the bare minimum of information.&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;em&gt;&amp;lt;Item type=&amp;quot;Affected Item&amp;quot; action=&amp;quot;add&amp;quot;&amp;gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;action&amp;gt;Revise&amp;lt;/action&amp;gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;affected_id keyed_name=&amp;quot;My Document&amp;quot;&amp;gt;BC5157C0BB844887817719973C32C5AD&amp;lt;/affected_id&amp;gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&amp;lt;/Item&amp;gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;From this request, we don&amp;#39;t know what the ItemType of the affected item is; we just know the ID. To work around this, we can do a query to see if there&amp;#39;s a Document in the system that has this ID. If we get a result, we know that the affected item is a Document and we should set the default values for the properties. If we get back nothing, the affected item is&amp;nbsp;&lt;strong&gt;not&lt;/strong&gt; a Document, and we should not set the default values for those properties.&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;em&gt;Innovator inn = this.getInnovator();&lt;/em&gt;&lt;br /&gt;&lt;em&gt;Item affectedDocument = inn.newItem(&amp;quot;Document&amp;quot;, &amp;quot;get&amp;quot;);&lt;/em&gt;&lt;br /&gt;&lt;em&gt;affectedDocument.setID(this.getProperty(&amp;quot;affected_id&amp;quot;));&lt;/em&gt;&lt;br /&gt;&lt;em&gt;affectedDocument = affectedDocument.apply();&lt;/em&gt;&lt;br /&gt;&lt;em&gt;if (affectedDocument.isEmpty())&lt;/em&gt;&lt;br /&gt;&lt;em&gt;{&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;// The affected item is a Document&lt;/em&gt;&lt;br /&gt;&lt;em&gt;}&lt;/em&gt;&lt;br /&gt;&lt;em&gt;else&lt;/em&gt;&lt;br /&gt;&lt;em&gt;{&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;// The affected item is not a Document&lt;/em&gt;&lt;br /&gt;&lt;em&gt;}&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Chris&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Set dispositions to "N/A" on all affected documents with action set to "Revise"</title><link>https://www.aras.com/community/thread/4821?ContentTypeID=1</link><pubDate>Mon, 20 Apr 2020 21:41:17 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:85539314-5d0d-4011-a531-aaebeefa02cd</guid><dc:creator>dkinsley</dc:creator><description>&lt;p&gt;Chris,&lt;/p&gt;
&lt;p&gt;Not working.&lt;/p&gt;
&lt;p&gt;When we create a new affected item relationship we select &amp;quot;Revise&amp;quot; from the &amp;quot;Action&amp;quot; drop-down field. Then we search for the document number which displays in the affected item row. However, the item type (Document) does not display until we save. I have the following script set to the CN affected item server event &amp;quot;onBeforeAdd&amp;quot;. The only data displayed at that time is the action and the document number. Is there a way to get the type from the document number (affected_id) displayed?&lt;/p&gt;
&lt;p&gt;if (this.getProperty(&amp;quot;action&amp;quot;) == &amp;quot;Revise&amp;quot; &amp;amp;&amp;amp; this.getType() == &amp;quot;Document&amp;quot;){&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.setProperty(&amp;quot;dispo_assemble&amp;quot;,&amp;quot;N/A&amp;quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;this.setProperty(&amp;quot;dispo_repairs&amp;quot;,&amp;quot;N/A&amp;quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;this.setProperty(&amp;quot;dispo_stock_kit&amp;quot;,&amp;quot;N/A&amp;quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;this.setProperty(&amp;quot;dispo_supplier_stock&amp;quot;,&amp;quot;N/A&amp;quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;this.setProperty(&amp;quot;dispo_wip&amp;quot;,&amp;quot;N/A&amp;quot;);&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;}&lt;br /&gt;return this;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Set dispositions to "N/A" on all affected documents with action set to "Revise"</title><link>https://www.aras.com/community/thread/4820?ContentTypeID=1</link><pubDate>Mon, 20 Apr 2020 20:42:34 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:a30485a0-291b-47dd-884d-84df04444129</guid><dc:creator>Christopher Gillis</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;The type of item a request affects can be found in the&amp;nbsp;&lt;em&gt;type&lt;/em&gt; attribute of the request as you can see below.&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;em&gt;&amp;lt;AML&amp;gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&amp;nbsp; &amp;nbsp; &amp;lt;Item &lt;strong&gt;type=&amp;quot;Document&amp;quot;&lt;/strong&gt; action=&amp;quot;add&amp;quot;&amp;gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;!-- Property data would be here --&amp;gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/Item&amp;gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&amp;lt;/AML&amp;gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;You can access this data most easily by using the&amp;nbsp;&lt;em&gt;getType()&lt;/em&gt;&amp;nbsp;function, so your &lt;em&gt;if&lt;/em&gt; statement could be easily modified to instead check for the type of item like so.&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;em&gt;if (this.getProperty(&amp;quot;action&amp;quot;) == &amp;quot;Revise&amp;quot; &amp;amp;&amp;amp; &lt;strong&gt;this.getType() == &amp;quot;Document&amp;quot;&lt;/strong&gt;)&lt;/em&gt;&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><item><title>RE: Set dispositions to "N/A" on all affected documents with action set to "Revise"</title><link>https://www.aras.com/community/thread/4814?ContentTypeID=1</link><pubDate>Sat, 18 Apr 2020 11:46:20 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:c0c17fbd-950c-405d-9431-7fe90d313011</guid><dc:creator>dkinsley</dc:creator><description>&lt;p&gt;We currently have an affected item server event that populates all four of the dispositions when the affected item action is &amp;ldquo;Release&amp;rdquo;. This happens when the user adds the affected items and then saves the CN. The event is set to &amp;ldquo;onBeforeAdd&amp;rdquo;. This is the script:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;if (this.getProperty(&amp;quot;action&amp;quot;) == &amp;quot;Release&amp;quot;) {&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.setProperty(&amp;quot;dispo_assemble&amp;quot;,&amp;quot;N/A&amp;quot;);&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.setProperty(&amp;quot;dispo_repairs&amp;quot;,&amp;quot;N/A&amp;quot;);&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.setProperty(&amp;quot;dispo_stock_kit&amp;quot;,&amp;quot;N/A&amp;quot;);&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.setProperty(&amp;quot;dispo_supplier_stock&amp;quot;,&amp;quot;N/A&amp;quot;);&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.setProperty(&amp;quot;dispo_wip&amp;quot;,&amp;quot;N/A&amp;quot;);&amp;nbsp;&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;return this;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I need to add something similar for affected items that are set to the action &amp;ldquo;Revise&amp;rdquo; but only for item type &amp;ldquo;Document&amp;rdquo; (not part). The item_type &amp;ldquo;Document&amp;rdquo; is not displayed until after the save occurs. I created the following script but it does not work. The item_type property &amp;ldquo;Document&amp;rdquo; is not populated until after the save so I don&amp;rsquo;t know which event to use. I think I have the script correct but not sure.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;if (this.getProperty(&amp;quot;action&amp;quot;) == &amp;quot;Revise&amp;quot; &amp;amp;&amp;amp; this.getProperty(&amp;quot;item_type&amp;quot;) == &amp;quot;Document&amp;quot;) {&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.setProperty(&amp;quot;dispo_assemble&amp;quot;,&amp;quot;N/A&amp;quot;);&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.setProperty(&amp;quot;dispo_repairs&amp;quot;,&amp;quot;N/A&amp;quot;);&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.setProperty(&amp;quot;dispo_stock_kit&amp;quot;,&amp;quot;N/A&amp;quot;);&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.setProperty(&amp;quot;dispo_supplier_stock&amp;quot;,&amp;quot;N/A&amp;quot;);&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.setProperty(&amp;quot;dispo_wip&amp;quot;,&amp;quot;N/A&amp;quot;);&amp;nbsp;&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;return this;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>