<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/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>Question Re build an application step 9</title><link>https://community.appian.com/discussions/f/new-to-appian/28449/question-re-build-an-application-step-9</link><description>I am re building the Dev training app and this is only thing I cannot get to work from the training guidance and I am not sure why. I have rebuilt up to step 13 and every thing else and other tips have worked. 
 
 On the add Vehicle form. 
 a tip is </description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Question Re build an application step 9</title><link>https://community.appian.com/thread/111504?ContentTypeID=1</link><pubDate>Thu, 20 Apr 2023 22:30:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c7c1213b-3953-4d58-b125-44a98db74408</guid><dc:creator>aland3033</dc:creator><description>&lt;p&gt;You spotted it faster than myself Sanchit.&lt;/p&gt;
&lt;p&gt;I was wondering why it did not display I then realised I had missed the value and was in the process of doing that when I had to step away.&lt;/p&gt;
&lt;p&gt;Below is what it shows now.&lt;/p&gt;
&lt;p&gt;a!paragraphField(&lt;br /&gt; label: &amp;quot;Vehicle Comments&amp;quot;,&lt;br /&gt; labelPosition: &amp;quot;ABOVE&amp;quot;,&lt;br /&gt; helpTooltip: &amp;quot;Why should this high mileage vehicle be added to the fleet&amp;quot;,&lt;br /&gt; value: ri!vehicle['recordType!AX Vehicle.fields.vehicleAddcomment'],&lt;br /&gt; saveInto: ri!vehicle['recordType!AX Vehicle.fields.vehicleAddcomment'],&lt;br /&gt; refreshAfter: &amp;quot;UNFOCUS&amp;quot;,&lt;br /&gt; height: &amp;quot;MEDIUM&amp;quot;,&lt;br /&gt; showWhen: and(&lt;br /&gt; a!isNotNullOrEmpty(ri!vehicle['recordType!AX Vehicle.fields.vehicleMileage']),&lt;br /&gt; ri!vehicle['recordType!AX Vehicle.fields.vehicleMileage'] &amp;gt; 150000&lt;br /&gt; ),&lt;br /&gt; validations: {}&lt;br /&gt; )&lt;/p&gt;
&lt;p&gt;I am also happy to say I was able to trouble shoot why it was not showing on the supervisor form when running through the process model.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I was able to a amend the supervisor form with the following&amp;nbsp;&lt;/p&gt;
&lt;p&gt;a!paragraphField(&lt;br /&gt; label: &amp;quot;Vehicle Comments&amp;quot;,&lt;br /&gt; labelPosition: &amp;quot;ABOVE&amp;quot;,&lt;/p&gt;
&lt;p&gt;helpTooltip: &amp;quot;Only applicable if vehicle is classed as high mileage&amp;quot;,&lt;br /&gt; value: a!defaultValue(&lt;br /&gt; ri!vehicle['recordType!AX Vehicle.fields.vehicleAddcomment'],&lt;br /&gt; &amp;quot;&amp;ndash;&amp;quot;),&lt;br /&gt; saveInto: {},&lt;br /&gt; refreshAfter: &amp;quot;UNFOCUS&amp;quot;,&lt;br /&gt; height: &amp;quot;MEDIUM&amp;quot;,&lt;br /&gt; readOnly: true,&lt;br /&gt; validations: {}&lt;br /&gt; )&lt;br /&gt; },&lt;/p&gt;
&lt;p&gt;which results in the below.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/62/pastedimage1682029969732v1.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks again for your suggestion &amp;amp; guidance on this.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Question Re build an application step 9</title><link>https://community.appian.com/thread/111496?ContentTypeID=1</link><pubDate>Thu, 20 Apr 2023 17:10:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:dfb5e82e-e4b2-4d76-8fd4-abb4d6d8f054</guid><dc:creator>sanchitg0002</dc:creator><description>&lt;p&gt;You are not displaying the comment on the interface&amp;nbsp;&lt;span class="emoticon" data-url="https://community.appian.com/cfs-file/__key/system/emoji/1f622.svg" title="Cry"&gt;&amp;#x1f622;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;pass the saveInto value in &amp;quot;value&amp;quot; parameter too.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;And please try this.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;img height="131" src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/62/pastedimage1682011093789v1.png" width="65" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Question Re build an application step 9</title><link>https://community.appian.com/thread/111495?ContentTypeID=1</link><pubDate>Thu, 20 Apr 2023 17:07:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3e57122a-3adc-4857-9953-09c9c7b3d588</guid><dc:creator>aland3033</dc:creator><description>&lt;p&gt;This is what I ended up with. just need to adjust process model to pass the info on now.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;a!paragraphField(&lt;br /&gt; label: &amp;quot;Vehicle Comments&amp;quot;,&lt;br /&gt; labelPosition: &amp;quot;ABOVE&amp;quot;,&lt;br /&gt; helpTooltip: &amp;quot;Why should this high mileage vehicle be added to the fleet&amp;quot;,&lt;br /&gt; saveInto: ri!vehicle[&amp;#39;recordType[AX Vehicle.fields.vehicleAddcomment'],&lt;br /&gt; refreshAfter: &amp;quot;UNFOCUS&amp;quot;,&lt;br /&gt; height: &amp;quot;MEDIUM&amp;quot;,&lt;br /&gt; showWhen: and(&lt;br /&gt; a!isNotNullOrEmpty(ri!vehicle[&amp;#39;recordType[AX Vehicle.fields.vehicleMileage']),&lt;br /&gt; ri!vehicle[&amp;#39;recordType![AX Vehicle.fields.vehicleMileage'] &amp;gt; 150000&lt;br /&gt; ),&lt;br /&gt; validations: {}&lt;br /&gt; )&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Question Re build an application step 9</title><link>https://community.appian.com/thread/111490?ContentTypeID=1</link><pubDate>Thu, 20 Apr 2023 16:38:44 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:729b0d2d-af4e-4a79-885f-327a05b9f7af</guid><dc:creator>aland3033</dc:creator><description>&lt;p&gt;Sorry I did after the initial reply was trying to reply and speak to 5 Y/O at same time so did not fully read the answer but edited the initial reply&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Question Re build an application step 9</title><link>https://community.appian.com/thread/111489?ContentTypeID=1</link><pubDate>Thu, 20 Apr 2023 16:37:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0d8f496f-6f5e-413e-9ba9-71c3976a7bb9</guid><dc:creator>sanchitg0002</dc:creator><description>&lt;p&gt;Did you tried the showWhen code I provided above?&lt;/p&gt;
&lt;p&gt;Thanks for editing the above comment, yeah you need to save the comment in a field too&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Question Re build an application step 9</title><link>https://community.appian.com/thread/111488?ContentTypeID=1</link><pubDate>Thu, 20 Apr 2023 16:32:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a16a5469-4910-4e26-826a-d0c86fe1f65f</guid><dc:creator>aland3033</dc:creator><description>&lt;p&gt;Its the Appian Developer training course and its the on the interface for adding a new vehicle so it is a blank form. The tip is meant to open a comments box if your asking to add a vehicle that would be classed as high mileage to the application.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I can confirm the above worked so thanks now I can feed back around the tip not taking into consideration the null value of the form until you actually go to add the vehicle to the application.&lt;/p&gt;
&lt;p&gt;I will configure a save value now. I understood not having it before meant the comment was not passed on in the process model.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Question Re build an application step 9</title><link>https://community.appian.com/thread/111486?ContentTypeID=1</link><pubDate>Thu, 20 Apr 2023 16:20:16 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6b2905be-d184-492f-bd44-d720df4578d6</guid><dc:creator>sanchitg0002</dc:creator><description>&lt;p&gt;I don&amp;#39;t have any clue which community course are you talking about, but it seems like there is no value saved in the vehicleMileage field of vehicle recordType and that&amp;#39;s why it is throwing error that you are comparing null with integer number. Make sure that there is some value in vehicleMileage field and if the value in this field is saved from the current interface only, then you need to change the showWhen condition to handle the null value as well, like:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;and(
a!isNotNullOrEmpty(ri!vehicle[recordType!AX Vehicle.fields.vehicleMileage]),
ri!vehicle[recordType!AX Vehicle.fields.vehicleMileage] &amp;gt; 150000
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>