<?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 is the Call made when click on link is it AJAX?</title><link>https://community.appian.com/discussions/f/integrations/10700/how-is-the-call-made-when-click-on-link-is-it-ajax</link><description>Hi All, 
 Lets take a scenario and based on that I have some question. 
 1.I have a browser where we are calling Appian. 
 2.After Logging into the screen we are triggering a page(either tempo or sites) 
 3.The UI is having many links which in turn calls</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How is the Call made when click on link is it AJAX?</title><link>https://community.appian.com/thread/46778?ContentTypeID=1</link><pubDate>Fri, 14 Jul 2017 10:25:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fed15b42-bc06-4390-8537-0aa555ba8ea1</guid><dc:creator>PhilB</dc:creator><description>You can pretty easily see what happens on the client side by hitting F12 in your browser and watching the network trace when you click on an item in the form. There&amp;#39;s ultimately a server round trip for every interaction.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How is the Call made when click on link is it AJAX?</title><link>https://community.appian.com/thread/46751?ContentTypeID=1</link><pubDate>Thu, 13 Jul 2017 19:41:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c2a0f5be-f555-46fd-94d3-33489c9d6ce3</guid><dc:creator>Shyam Bommakanti</dc:creator><description>Most web now is ajax. With SAIL Appian makes it to next level. The over interaction is described here &lt;a href="https://docs.appian.com/suite/help/17.2/SAIL_Performance.html#optimizing-interfaces"&gt;docs.appian.com/.../SAIL_Performance.html&lt;/a&gt; and what all on a pages gets refreshed depends on how you configured the page using load and with functions.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How is the Call made when click on link is it AJAX?</title><link>https://community.appian.com/thread/46708?ContentTypeID=1</link><pubDate>Thu, 13 Jul 2017 08:25:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0f07eab8-86dd-4829-bcdc-7d561df9363d</guid><dc:creator>kondetiv</dc:creator><description>&lt;p&gt;I guess it does not do AJAX calls most of the time. Based on my understanding&lt;/p&gt;
&lt;p&gt;With each interaction, the entire SAIL expression must be evaluated to tell the client what has changed, including all the interfaces, rules, and functions it calls. This evaluation must happen no matter how small the change in what is displayed.&lt;/p&gt;
&lt;p&gt;With each interaction, the entire SAIL expression must be evaluated to tell the client what has changed, including all the interfaces, rules, and functions it calls. This evaluation must happen no matter how small the change in what is displayed.&lt;/p&gt;
&lt;p&gt;Every time the user interacts with a component, the client sends the server the new component value. The client then waits for the server to respond and then renders the resulting interface.&lt;/p&gt;
&lt;p&gt;To get the better understanding please read the below link&lt;/p&gt;
&lt;p&gt;&lt;a title="SAIL Perpormance" href="https://docs.appian.com/suite/help/17.2/SAIL_Performance.html"&gt;https://docs.appian.com/suite/help/17.2/SAIL_Performance.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>