<?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>How to shift focus on Appian interface</title><link>https://community.appian.com/discussions/f/user-interface/22668/how-to-shift-focus-on-appian-interface</link><description>Hi there 
 I have an interface which has three barcode fields, what I am trying to do is that once I scanned the first field, the focus can be automatically move to the second &amp;quot;barcode&amp;quot; field, so I can continue scanning without need to click the second</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to shift focus on Appian interface</title><link>https://community.appian.com/thread/88610?ContentTypeID=1</link><pubDate>Thu, 02 Dec 2021 21:53:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:38252bb1-a0f0-444d-bf31-b9efc8eeecb0</guid><dc:creator>Mike Schmitt</dc:creator><description>[quote userid="48700" url="~/discussions/f/user-interface/22668/how-to-shift-focus-on-appian-interface/88609#88609"]Appian can&amp;#39;t integrate javacript functions?[/quote]
&lt;p&gt;The simplest answer is &amp;quot;no&amp;quot; - you will need to learn about and work within the capabilities of the SAIL interface framework.&amp;nbsp; In a text field the behavior of the &amp;quot;Enter&amp;quot; character is to cause the value of the field to be set (it executes the &amp;quot;unfocus&amp;quot; behavior even if the field hasn&amp;#39;t been unfocused); the only keystroke I know of that will jump to a new input field is the standard TAB.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to shift focus on Appian interface</title><link>https://community.appian.com/thread/88609?ContentTypeID=1</link><pubDate>Thu, 02 Dec 2021 21:49:57 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:378d77b3-3543-4c15-b519-069dfb2432c1</guid><dc:creator>linp0001</dc:creator><description>&lt;p&gt;when did the similar thing on other Web development platform, I can use the javascript to do this by using the text field event &amp;quot;onkeypress&amp;quot;, check if the &amp;quot;New Line&amp;quot; (Enter) character input, then move the focus to any other field with function &amp;quot;focus()&amp;quot;. Appian can&amp;#39;t integrate javacript functions?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to shift focus on Appian interface</title><link>https://community.appian.com/thread/88608?ContentTypeID=1</link><pubDate>Thu, 02 Dec 2021 21:35:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:954b7c15-34f4-4053-b866-ec2784dd4037</guid><dc:creator>Mike Schmitt</dc:creator><description>[quote userid="48700" url="~/discussions/f/user-interface/22668/how-to-shift-focus-on-appian-interface/88607#88607"]so you mean it will probably working by configuring the scanner to add a tab character at the end of scan[/quote]
&lt;p&gt;It&amp;#39;s worth a try at least.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
[quote userid="48700" url="~/discussions/f/user-interface/22668/how-to-shift-focus-on-appian-interface/88607#88607"]for text fields, can only press the tab key on the keyboard after finishing typing in all the data[/quote]
&lt;p&gt;This has been relatively standardized &amp;quot;text field&amp;quot; behavior since before Appian even existed.&amp;nbsp; IE, pressing TAB goes to the next field, SHIFT+TAB goes to the previous field.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to shift focus on Appian interface</title><link>https://community.appian.com/thread/88607?ContentTypeID=1</link><pubDate>Thu, 02 Dec 2021 21:33:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:712f5e57-6873-476d-83f4-14fe7dfaaef6</guid><dc:creator>linp0001</dc:creator><description>&lt;p&gt;Hi Mike,&lt;/p&gt;
&lt;p&gt;Thanks for the information. so you mean it will probably working by configuring the scanner to add a tab character at the end of scan? but for text fields, can only press the tab key on the keyboard after finishing typing in all the data?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to shift focus on Appian interface</title><link>https://community.appian.com/thread/88606?ContentTypeID=1</link><pubDate>Thu, 02 Dec 2021 21:26:08 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a25c7380-db2d-4a17-b69d-8675432b995f</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;Appian forms support Tab operation; I&amp;#39;m not really sure what luck you&amp;#39;ll have using that with a barcode reader (unless you can set it to submit a tab character following any successful scans), but it&amp;#39;s trivially easy to do when hand-entering data into text fields via a keyboard at least.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>