<?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/"><channel><title>KB-1963 Button confirmation message does not reflect input value when refreshAfter=UNFOCUS</title><link>https://community.appian.com/support/w/kb/1478/kb-1963-button-confirmation-message-does-not-reflect-input-value-when-refreshafter-unfocus</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-1963 Button confirmation message does not reflect input value when refreshAfter=UNFOCUS</title><link>https://community.appian.com/support/w/kb/1478/kb-1963-button-confirmation-message-does-not-reflect-input-value-when-refreshafter-unfocus</link><pubDate>Thu, 27 Jun 2019 04:06:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c579d962-903b-4180-b487-f25a1a1228fa</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/1478/kb-1963-button-confirmation-message-does-not-reflect-input-value-when-refreshafter-unfocus#comments</comments><description>Current Revision posted to Appian Knowledge Base by Parmida Borhani on 6/27/2019 4:06:00 AM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;When clicking a button immediately after inputting a value in a field, a conditional &lt;em&gt;confirmMessage&lt;/em&gt; based on that field will not properly reflect the inputted value if &lt;code&gt;refreshAfter=&amp;quot;UNFOCUS&amp;quot;&lt;/code&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;em&gt;confirmMessage&amp;nbsp;&lt;/em&gt;evaluations complete before input field re-evaluations when &lt;span&gt;&lt;code&gt;refreshAfter=&amp;quot;UNFOCUS&amp;quot;&lt;/code&gt;, so this behavior is expected&lt;/span&gt;.&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Set &lt;code&gt;refreshAfter=&amp;quot;KEYPRESS&amp;quot;&lt;/code&gt; to ensure that the input field is evaluated before the confirmation message.&lt;br /&gt;&lt;br /&gt;A product use case to change this evaluation behavior has been logged to the Appian Product Team for consideration.&lt;br /&gt; Kindly note it is not Appian Support&amp;rsquo;s policy to disclose how or when a product use case will be implemented.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Workaround&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;If &lt;span&gt;&lt;code&gt;refreshAfter=&amp;quot;KEYPRESS&amp;quot;&lt;/code&gt; cannot be used, it may be possible to set a conditional &lt;em&gt;refreshAfter&lt;/em&gt; value based on the use case. &lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;For example, if the confirm message is conditional on a null input value, then the following &lt;em&gt;refreshAfter&lt;/em&gt; settings may be appropriate:&amp;nbsp;&lt;/span&gt;&lt;code&gt;refreshAfter: &lt;span class="code-keyword"&gt;if&lt;/span&gt;(isnull(local!saveIntoVar), &lt;span class="code-quote"&gt;&amp;quot;KEYPRESS&amp;quot;&lt;/span&gt;, &lt;span class="code-quote"&gt;&amp;quot;UNFOCUS&amp;quot;&lt;/span&gt;)&lt;/code&gt;.&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This article applies to all versions of Appian.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed:&amp;nbsp;June 2019&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: interfaces, design, SAIL, product use cases, open use cases&lt;/div&gt;
</description></item><item><title>KB-XXXX Button confirmation message does not reflect input value when refreshAfter=UNFOCUS</title><link>https://community.appian.com/support/w/kb/1478/kb-1963-button-confirmation-message-does-not-reflect-input-value-when-refreshafter-unfocus/revision/10</link><pubDate>Wed, 26 Jun 2019 14:29:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c579d962-903b-4180-b487-f25a1a1228fa</guid><dc:creator>Daniel DeVeau</dc:creator><comments>https://community.appian.com/support/w/kb/1478/kb-1963-button-confirmation-message-does-not-reflect-input-value-when-refreshafter-unfocus#comments</comments><description>Revision 10 posted to Appian Knowledge Base by Daniel DeVeau on 6/26/2019 2:29:48 PM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;When clicking a button immediately after inputting a value in a field, a conditional &lt;em&gt;confirmMessage&lt;/em&gt; based on that field will not properly reflect the inputted value if &lt;code&gt;refreshAfter=&amp;quot;UNFOCUS&amp;quot;&lt;/code&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;em&gt;confirmMessage&amp;nbsp;&lt;/em&gt;evaluations complete before input field re-evaluations when &lt;span&gt;&lt;code&gt;refreshAfter=&amp;quot;UNFOCUS&amp;quot;&lt;/code&gt;, so this behavior is expected&lt;/span&gt;.&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Set &lt;code&gt;refreshAfter=&amp;quot;KEYPRESS&amp;quot;&lt;/code&gt; to ensure that the input field is evaluated before the confirmation message.&lt;br /&gt;&lt;br /&gt;A product use case to change this evaluation behavior has been logged to the Appian Product Team for consideration.&lt;br /&gt; Kindly note it is not Appian Support&amp;rsquo;s policy to disclose how or when a product use case will be implemented.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Workaround&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;If &lt;span&gt;&lt;code&gt;refreshAfter=&amp;quot;KEYPRESS&amp;quot;&lt;/code&gt; cannot be used, it may be possible to set a conditional &lt;em&gt;refreshAfter&lt;/em&gt; value based on the use case. &lt;br /&gt;For example, if the confirm message is conditional on a null input value, then the following &lt;em&gt;refreshAfter&lt;/em&gt; settings may be appropriate:&amp;nbsp;&lt;/span&gt;&lt;code&gt;refreshAfter: &lt;span class="code-keyword"&gt;if&lt;/span&gt;(isnull(local!saveIntoVar), &lt;span class="code-quote"&gt;&amp;quot;KEYPRESS&amp;quot;&lt;/span&gt;, &lt;span class="code-quote"&gt;&amp;quot;UNFOCUS&amp;quot;&lt;/span&gt;)&lt;/code&gt;.&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This article applies to all versions of Appian.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed:&amp;nbsp;June 2019&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: interfaces, design, SAIL, product use cases, open use cases&lt;/div&gt;
</description></item><item><title>KB-XXXX Button confirmation message does not reflect input value when refreshAfter=UNFOCUS</title><link>https://community.appian.com/support/w/kb/1478/kb-1963-button-confirmation-message-does-not-reflect-input-value-when-refreshafter-unfocus/revision/9</link><pubDate>Wed, 26 Jun 2019 14:29:26 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c579d962-903b-4180-b487-f25a1a1228fa</guid><dc:creator>Daniel DeVeau</dc:creator><comments>https://community.appian.com/support/w/kb/1478/kb-1963-button-confirmation-message-does-not-reflect-input-value-when-refreshafter-unfocus#comments</comments><description>Revision 9 posted to Appian Knowledge Base by Daniel DeVeau on 6/26/2019 2:29:26 PM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;When clicking a button immediately after inputting a value in a field, a conditional &lt;em&gt;confirmMessage&lt;/em&gt; based on that field will not properly reflect the inputted value if &lt;code&gt;refreshAfter=&amp;quot;UNFOCUS&amp;quot;&lt;/code&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;em&gt;confirmMessage&amp;nbsp;&lt;/em&gt;evaluations complete before input field re-evaluations when &lt;span&gt;&lt;code&gt;refreshAfter=&amp;quot;UNFOCUS&amp;quot;&lt;/code&gt;, so this behavior is expected&lt;/span&gt;.&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Set &lt;code&gt;refreshAfter=&amp;quot;KEYPRESS&amp;quot;&lt;/code&gt; to ensure that the input field is evaluated before the confirmation message.&lt;br /&gt;A product use case to change this evaluation behavior has been logged to the Appian Product Team for consideration.&lt;br /&gt; Kindly note it is not Appian Support&amp;rsquo;s policy to disclose how or when a product use case will be implemented.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Workaround&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;If &lt;span&gt;&lt;code&gt;refreshAfter=&amp;quot;KEYPRESS&amp;quot;&lt;/code&gt; cannot be used, it may be possible to set a conditional &lt;em&gt;refreshAfter&lt;/em&gt; value based on the use case. &lt;br /&gt;For example, if the confirm message is conditional on a null input value, then the following &lt;em&gt;refreshAfter&lt;/em&gt; settings may be appropriate:&amp;nbsp;&lt;/span&gt;&lt;code&gt;refreshAfter: &lt;span class="code-keyword"&gt;if&lt;/span&gt;(isnull(local!saveIntoVar), &lt;span class="code-quote"&gt;&amp;quot;KEYPRESS&amp;quot;&lt;/span&gt;, &lt;span class="code-quote"&gt;&amp;quot;UNFOCUS&amp;quot;&lt;/span&gt;)&lt;/code&gt;.&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This article applies to all versions of Appian.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed:&amp;nbsp;June 2019&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: interfaces, design, SAIL, product use cases, open use cases&lt;/div&gt;
</description></item><item><title>KB-XXXX Button confirmation message does not reflect input value when refreshAfter=UNFOCUS</title><link>https://community.appian.com/support/w/kb/1478/kb-1963-button-confirmation-message-does-not-reflect-input-value-when-refreshafter-unfocus/revision/8</link><pubDate>Wed, 26 Jun 2019 14:29:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c579d962-903b-4180-b487-f25a1a1228fa</guid><dc:creator>Daniel DeVeau</dc:creator><comments>https://community.appian.com/support/w/kb/1478/kb-1963-button-confirmation-message-does-not-reflect-input-value-when-refreshafter-unfocus#comments</comments><description>Revision 8 posted to Appian Knowledge Base by Daniel DeVeau on 6/26/2019 2:29:01 PM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;When clicking a button immediately after inputting a value in a field, a conditional &lt;em&gt;confirmMessage&lt;/em&gt; based on that field will not properly reflect the inputted value if &lt;code&gt;refreshAfter=&amp;quot;UNFOCUS&amp;quot;&lt;/code&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;em&gt;confirmMessage&amp;nbsp;&lt;/em&gt;evaluations complete before input field re-evaluations when &lt;span&gt;&lt;code&gt;refreshAfter=&amp;quot;UNFOCUS&amp;quot;&lt;/code&gt;, so this behavior is expected&lt;/span&gt;.&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Set &lt;code&gt;refreshAfter=&amp;quot;KEYPRESS&amp;quot;&lt;/code&gt; to ensure that the input field is evaluated before the confirmation message.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;A product use case to change this evaluation behavior has been logged to the Appian Product Team for consideration.&lt;br /&gt; Kindly note it is not Appian Support&amp;rsquo;s policy to disclose how or when a product use case will be implemented.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Workaround&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;If &lt;span&gt;&lt;code&gt;refreshAfter=&amp;quot;KEYPRESS&amp;quot;&lt;/code&gt; cannot be used, it may be possible to set a conditional &lt;em&gt;refreshAfter&lt;/em&gt; value based on the use case. &lt;br /&gt;For example, if the confirm message is conditional on a null input value, then the following &lt;em&gt;refreshAfter&lt;/em&gt; settings may be appropriate:&amp;nbsp;&lt;/span&gt;&lt;code&gt;refreshAfter: &lt;span class="code-keyword"&gt;if&lt;/span&gt;(isnull(local!saveIntoVar), &lt;span class="code-quote"&gt;&amp;quot;KEYPRESS&amp;quot;&lt;/span&gt;, &lt;span class="code-quote"&gt;&amp;quot;UNFOCUS&amp;quot;&lt;/span&gt;)&lt;/code&gt;.&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This article applies to all versions of Appian.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed:&amp;nbsp;June 2019&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: interfaces, design, SAIL, product use cases, open use cases&lt;/div&gt;
</description></item><item><title>KB-XXXX Button confirmation message does not reflect input value when refreshAfter=UNFOCUS</title><link>https://community.appian.com/support/w/kb/1478/kb-1963-button-confirmation-message-does-not-reflect-input-value-when-refreshafter-unfocus/revision/7</link><pubDate>Wed, 26 Jun 2019 14:27:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c579d962-903b-4180-b487-f25a1a1228fa</guid><dc:creator>Daniel DeVeau</dc:creator><comments>https://community.appian.com/support/w/kb/1478/kb-1963-button-confirmation-message-does-not-reflect-input-value-when-refreshafter-unfocus#comments</comments><description>Revision 7 posted to Appian Knowledge Base by Daniel DeVeau on 6/26/2019 2:27:13 PM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;When clicking a button immediately after inputting a value in a field, a conditional &lt;em&gt;confirmMessage&lt;/em&gt; based on that field will not properly reflect the inputted value if &lt;code&gt;refreshAfter=&amp;quot;UNFOCUS&amp;quot;&lt;/code&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;em&gt;confirmMessage&amp;nbsp;&lt;/em&gt;evaluations complete before input field re-evaluations when &lt;span&gt;&lt;code&gt;refreshAfter=&amp;quot;UNFOCUS&amp;quot;&lt;/code&gt;, so this behavior is expected&lt;/span&gt;.&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Set &lt;code&gt;refreshAfter=&amp;quot;KEYPRESS&amp;quot;&lt;/code&gt; to ensure that the input field is evaluated before the confirmation message.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;A product use case to change this evaluation behavior has been logged to the Appian Product Team for consideration. Kindly note it is not Appian Support&amp;rsquo;s policy to disclose how or when a product use case will be implemented.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Workaround&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;If &lt;span&gt;&lt;code&gt;refreshAfter=&amp;quot;KEYPRESS&amp;quot;&lt;/code&gt; cannot be used, it may be possible to set a conditional &lt;em&gt;refreshAfter&lt;/em&gt; value based on the use case. &lt;br /&gt;For example, if the confirm message is conditional on a null input value, then the following &lt;em&gt;refreshAfter&lt;/em&gt; settings may be appropriate:&amp;nbsp;&lt;/span&gt;&lt;code&gt;refreshAfter: &lt;span class="code-keyword"&gt;if&lt;/span&gt;(isnull(local!saveIntoVar), &lt;span class="code-quote"&gt;&amp;quot;KEYPRESS&amp;quot;&lt;/span&gt;, &lt;span class="code-quote"&gt;&amp;quot;UNFOCUS&amp;quot;&lt;/span&gt;)&lt;/code&gt;.&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This article applies to all versions of Appian.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed:&amp;nbsp;June 2019&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: interfaces, design, SAIL, product use cases, open use cases&lt;/div&gt;
</description></item><item><title>KB-XXXX Button confirmation message does not reflect input value when refreshAfter=UNFOCUS</title><link>https://community.appian.com/support/w/kb/1478/kb-1963-button-confirmation-message-does-not-reflect-input-value-when-refreshafter-unfocus/revision/6</link><pubDate>Mon, 24 Jun 2019 18:55:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c579d962-903b-4180-b487-f25a1a1228fa</guid><dc:creator>Daniel DeVeau</dc:creator><comments>https://community.appian.com/support/w/kb/1478/kb-1963-button-confirmation-message-does-not-reflect-input-value-when-refreshafter-unfocus#comments</comments><description>Revision 6 posted to Appian Knowledge Base by Daniel DeVeau on 6/24/2019 6:55:30 PM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;When clicking a button immediately after inputting a value in a field, a conditional &lt;em&gt;confirmMessage&lt;/em&gt; based on that field will not properly reflect the inputted value if &lt;code&gt;refreshAfter=&amp;quot;UNFOCUS&amp;quot;&lt;/code&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;em&gt;confirmMessage&amp;nbsp;&lt;/em&gt;evaluations complete before input field re-evaluations when &lt;span&gt;&lt;code&gt;refreshAfter=&amp;quot;UNFOCUS&amp;quot;&lt;/code&gt;, so this behavior is expected&lt;/span&gt;.&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Set &lt;code&gt;refreshAfter=&amp;quot;KEYPRESS&amp;quot;&lt;/code&gt; to ensure that the input field is evaluated before the confirmation message.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;An enhancement request to change this evaluation order has been submitted under product use case #944.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Workaround&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;If &lt;span&gt;&lt;code&gt;refreshAfter=&amp;quot;KEYPRESS&amp;quot;&lt;/code&gt; cannot be used, it may be possible to set a conditional &lt;em&gt;refreshAfter&lt;/em&gt; value based on the use case. &lt;br /&gt;For example, if the confirm message is conditional on a null input value, then the following &lt;em&gt;refreshAfter&lt;/em&gt; settings may be appropriate:&amp;nbsp;&lt;/span&gt;&lt;code&gt;refreshAfter: &lt;span class="code-keyword"&gt;if&lt;/span&gt;(isnull(local!saveIntoVar), &lt;span class="code-quote"&gt;&amp;quot;KEYPRESS&amp;quot;&lt;/span&gt;, &lt;span class="code-quote"&gt;&amp;quot;UNFOCUS&amp;quot;&lt;/span&gt;)&lt;/code&gt;.&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This article applies to all versions of Appian.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed:&amp;nbsp;June 2019&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: interfaces, design, SAIL&lt;/div&gt;
</description></item><item><title>KB-XXXX Button confirmation message does not reflect input value when refreshAfter=UNFOCUS</title><link>https://community.appian.com/support/w/kb/1478/kb-1963-button-confirmation-message-does-not-reflect-input-value-when-refreshafter-unfocus/revision/5</link><pubDate>Sat, 22 Jun 2019 15:37:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c579d962-903b-4180-b487-f25a1a1228fa</guid><dc:creator>Daniel DeVeau</dc:creator><comments>https://community.appian.com/support/w/kb/1478/kb-1963-button-confirmation-message-does-not-reflect-input-value-when-refreshafter-unfocus#comments</comments><description>Revision 5 posted to Appian Knowledge Base by Daniel DeVeau on 6/22/2019 3:37:31 PM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;When clicking a button immediately after inputting a value in a field, a conditional message/validation based on that field will not properly reflect the inputted value if &lt;code&gt;refreshAfter=&amp;quot;UNFOCUS&amp;quot;&lt;/code&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;em&gt;confirmMessage&lt;/em&gt;evaluations complete before input field re-evaluations when &lt;span&gt;&lt;code&gt;refreshAfter=&amp;quot;UNFOCUS&amp;quot;&lt;/code&gt;, so this behavior is expected&lt;/span&gt;.&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Set &lt;code&gt;refreshAfter=&amp;quot;KEYPRESS&amp;quot;&lt;/code&gt; to ensure that the input field is evaluated before the confirmation message.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;An enhancement request to change this evaluation order has been submitted under product use case #944.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Workaround&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;If &lt;span&gt;&lt;code&gt;refreshAfter=&amp;quot;KEYPRESS&amp;quot;&lt;/code&gt; cannot be used, it may be possible to set a conditional &lt;em&gt;refreshAfter&lt;/em&gt; value based on the use case. &lt;br /&gt;For example, if the confirm message is conditional on a null input value, then the following &lt;em&gt;refreshAfter&lt;/em&gt; settings may be appropriate:&amp;nbsp;&lt;/span&gt;&lt;code&gt;refreshAfter: &lt;span class="code-keyword"&gt;if&lt;/span&gt;(isnull(local!saveIntoVar), &lt;span class="code-quote"&gt;&amp;quot;KEYPRESS&amp;quot;&lt;/span&gt;, &lt;span class="code-quote"&gt;&amp;quot;UNFOCUS&amp;quot;&lt;/span&gt;)&lt;/code&gt;.&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This article applies to all versions of Appian.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed:&amp;nbsp;June 2019&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: interfaces, design, SAIL&lt;/div&gt;
</description></item><item><title>KB-XXXX Button confirmation message does not reflect input value when refreshAfter=UNFOCUS</title><link>https://community.appian.com/support/w/kb/1478/kb-1963-button-confirmation-message-does-not-reflect-input-value-when-refreshafter-unfocus/revision/4</link><pubDate>Sat, 22 Jun 2019 15:32:25 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c579d962-903b-4180-b487-f25a1a1228fa</guid><dc:creator>Daniel DeVeau</dc:creator><comments>https://community.appian.com/support/w/kb/1478/kb-1963-button-confirmation-message-does-not-reflect-input-value-when-refreshafter-unfocus#comments</comments><description>Revision 4 posted to Appian Knowledge Base by Daniel DeVeau on 6/22/2019 3:32:25 PM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;When &lt;code&gt;refreshAfter=&amp;quot;UNFOCUS&amp;quot;&lt;/code&gt; and a button is pressed without unfocusing the input field, the button&amp;nbsp;&lt;/span&gt;&lt;em&gt;confirmMessage&lt;/em&gt; does not display properly based on the last inputted value.&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;em&gt;confirmMessage &lt;/em&gt;evaluations complete before input field re-evaluation when &lt;span&gt;refreshAfter=&amp;quot;UNFOCUS&amp;quot;, so this behavior is expected&lt;/span&gt;.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Set &lt;code&gt;refreshAfter=&amp;quot;KEYPRESS&amp;quot;&lt;/code&gt; to ensure that the input field is evaluated before the confirmation message.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;An enhancement request to change this evaluation order has been submitted under product use case #944.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Workaround&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;If&amp;nbsp;&lt;span&gt;&lt;code&gt;refreshAfter=&amp;quot;KEYPRESS&amp;quot;&lt;/code&gt; cannot be used, it may be possible to set a conditional &lt;em&gt;refreshAfter&lt;/em&gt; based on the use case. For example, if the confirm message is conditional on a null input value, then the following &lt;em&gt;refreshAfter&lt;/em&gt; settings may be appropriate:&amp;nbsp;&lt;/span&gt;&lt;code&gt;refreshAfter: &lt;span class="code-keyword"&gt;if&lt;/span&gt;(isnull(local!saveIntoVar), &lt;span class="code-quote"&gt;&amp;quot;KEYPRESS&amp;quot;&lt;/span&gt;, &lt;span class="code-quote"&gt;&amp;quot;UNFOCUS&amp;quot;&lt;/span&gt;)&lt;/code&gt;.&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This article applies to all versions of Appian.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed:&amp;nbsp;June 2019&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: interfaces, design, SAIL&lt;/div&gt;
</description></item><item><title>KB-XXXX Button confirmation message does not reflect input value when refreshAfter=UNFOCUS</title><link>https://community.appian.com/support/w/kb/1478/kb-1963-button-confirmation-message-does-not-reflect-input-value-when-refreshafter-unfocus/revision/3</link><pubDate>Sat, 22 Jun 2019 15:31:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c579d962-903b-4180-b487-f25a1a1228fa</guid><dc:creator>Daniel DeVeau</dc:creator><comments>https://community.appian.com/support/w/kb/1478/kb-1963-button-confirmation-message-does-not-reflect-input-value-when-refreshafter-unfocus#comments</comments><description>Revision 3 posted to Appian Knowledge Base by Daniel DeVeau on 6/22/2019 3:31:55 PM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;When &lt;code&gt;refreshAfter=&amp;quot;UNFOCUS&amp;quot;&lt;/code&gt; and a button is pressed without unfocusing the input field, the button&amp;nbsp;&lt;/span&gt;&lt;em&gt;confirmMessage&lt;/em&gt; does not display properly based on the last inputted value.&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;em&gt;confirmMessage &lt;/em&gt;evaluations complete before input field re-evaluation when &lt;span&gt;refreshAfter=&amp;quot;UNFOCUS&amp;quot;, so this behavior is expected&lt;/span&gt;.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Set &lt;code&gt;refreshAfter=&amp;quot;KEYPRESS&amp;quot;&lt;/code&gt; to ensure that the input field is evaluated before the confirmation message.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;An enhancement request to change this evaluation order has been submitted under product use case #944.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Workaround&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;If&amp;nbsp;&lt;span&gt;&lt;code&gt;refreshAfter=&amp;quot;KEYPRESS&amp;quot;&lt;/code&gt; cannot be used, it may be possible to set a conditional &lt;em&gt;refreshAfter&lt;/em&gt; based on the use case. For example, if the confirm message is conditional on a null input value, then the following refresh settings may be appropriate:&amp;nbsp;&lt;/span&gt;&lt;code&gt;refreshAfter: &lt;span class="code-keyword"&gt;if&lt;/span&gt;(isnull(local!saveIntoVar), &lt;span class="code-quote"&gt;&amp;quot;KEYPRESS&amp;quot;&lt;/span&gt;, &lt;span class="code-quote"&gt;&amp;quot;UNFOCUS&amp;quot;&lt;/span&gt;)&lt;/code&gt;.&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This article applies to all versions of Appian.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed:&amp;nbsp;June 2019&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: interfaces, design, SAIL&lt;/div&gt;
</description></item><item><title>KB-XXXX Button confirmation message does not reflect input value when refreshAfter=UNFOCUS</title><link>https://community.appian.com/support/w/kb/1478/kb-1963-button-confirmation-message-does-not-reflect-input-value-when-refreshafter-unfocus/revision/2</link><pubDate>Sat, 22 Jun 2019 15:31:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c579d962-903b-4180-b487-f25a1a1228fa</guid><dc:creator>Daniel DeVeau</dc:creator><comments>https://community.appian.com/support/w/kb/1478/kb-1963-button-confirmation-message-does-not-reflect-input-value-when-refreshafter-unfocus#comments</comments><description>Revision 2 posted to Appian Knowledge Base by Daniel DeVeau on 6/22/2019 3:31:31 PM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;When &lt;code&gt;refreshAfter=&amp;quot;UNFOCUS&amp;quot;&lt;/code&gt; and a button is pressed without unfocusing the input field, the button&amp;nbsp;&lt;/span&gt;&lt;em&gt;confirmMessage&lt;/em&gt; does not display properly based on the last inputted value.&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;em&gt;confirmMessage &lt;/em&gt;evaluations complete before input field re-evaluation when &lt;span&gt;refreshAfter=&amp;quot;UNFOCUS&amp;quot;, so this behavior is expected&lt;/span&gt;.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Set &lt;code&gt;refreshAfter=&amp;quot;KEYPRESS&amp;quot;&lt;/code&gt; to ensure that the input field is evaluated before the confirm message.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;An enhancement request to change this evaluation order has been submitted under product use case #944.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Workaround&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;If&amp;nbsp;&lt;span&gt;&lt;code&gt;refreshAfter=&amp;quot;KEYPRESS&amp;quot;&lt;/code&gt; cannot be used, it may be possible to set a conditional &lt;em&gt;refreshAfter&lt;/em&gt; based on the use case. For example, if the confirm message is conditional on a null input value, then the following refresh settings may be appropriate:&amp;nbsp;&lt;/span&gt;&lt;code&gt;refreshAfter: &lt;span class="code-keyword"&gt;if&lt;/span&gt;(isnull(local!saveIntoVar), &lt;span class="code-quote"&gt;&amp;quot;KEYPRESS&amp;quot;&lt;/span&gt;, &lt;span class="code-quote"&gt;&amp;quot;UNFOCUS&amp;quot;&lt;/span&gt;)&lt;/code&gt;.&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This article applies to all versions of Appian.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed:&amp;nbsp;June 2019&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: interfaces, design, SAIL&lt;/div&gt;
</description></item><item><title>KB-XXXX Button confirmation message does not reflect input value when refreshAfter=UNFOCUS</title><link>https://community.appian.com/support/w/kb/1478/kb-1963-button-confirmation-message-does-not-reflect-input-value-when-refreshafter-unfocus/revision/1</link><pubDate>Sat, 22 Jun 2019 15:31:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c579d962-903b-4180-b487-f25a1a1228fa</guid><dc:creator>Daniel DeVeau</dc:creator><comments>https://community.appian.com/support/w/kb/1478/kb-1963-button-confirmation-message-does-not-reflect-input-value-when-refreshafter-unfocus#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Daniel DeVeau on 6/22/2019 3:31:00 PM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;When &lt;code&gt;refreshAfter=&amp;quot;UNFOCUS&amp;quot;&lt;/code&gt; and a button is pressed without unfocusing the input field, the button&amp;nbsp;&lt;/span&gt;&lt;em&gt;confirmMessage&lt;/em&gt; does not display properly based on the last inputted value.&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;em&gt;confirmMessage &lt;/em&gt;evaluation completes before input field re-evaluation when &lt;span&gt;refreshAfter=&amp;quot;UNFOCUS&amp;quot;, so this behavior is expected&lt;/span&gt;.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Set &lt;code&gt;refreshAfter=&amp;quot;KEYPRESS&amp;quot;&lt;/code&gt; to ensure that the input field is evaluated before the confirm message.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;An enhancement request to change this evaluation order has been submitted under product use case #944.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Workaround&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;If&amp;nbsp;&lt;span&gt;&lt;code&gt;refreshAfter=&amp;quot;KEYPRESS&amp;quot;&lt;/code&gt; cannot be used, it may be possible to set a conditional &lt;em&gt;refreshAfter&lt;/em&gt; based on the use case. For example, if the confirm message is conditional on a null input value, then the following refresh settings may be appropriate:&amp;nbsp;&lt;/span&gt;&lt;code&gt;refreshAfter: &lt;span class="code-keyword"&gt;if&lt;/span&gt;(isnull(local!saveIntoVar), &lt;span class="code-quote"&gt;&amp;quot;KEYPRESS&amp;quot;&lt;/span&gt;, &lt;span class="code-quote"&gt;&amp;quot;UNFOCUS&amp;quot;&lt;/span&gt;)&lt;/code&gt;.&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This article applies to all versions of Appian.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed:&amp;nbsp;June 2019&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: interfaces, design, SAIL&lt;/div&gt;
</description></item></channel></rss>