<?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>There are 4 fields(ID, FName,LName and Address). Entering ID in text1 and clicki</title><link>https://community.appian.com/discussions/f/general/4919/there-are-4-fields-id-fname-lname-and-address-entering-id-in-text1-and-clicki</link><description>There are 4 fields(ID, FName,LName and Address). Entering ID in text1 and clicking on button/image, FName, LName and Address should be displayed for the entered ID. Data should retrieve from database. Does any one know. Thanks in advance. OriginalPostID</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: There are 4 fields(ID, FName,LName and Address). Entering ID in text1 and clicki</title><link>https://community.appian.com/thread/17967?ContentTypeID=1</link><pubDate>Mon, 18 May 2015 19:43:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c052787c-c381-49fe-9bdc-4026c72e6747</guid><dc:creator>jakeg</dc:creator><description>You can use a!save() on the saveinto for the button, example: a!save(ri!FName, index(rule!getPersonInformation(ri!id),&amp;quot;FName&amp;quot;,&amp;quot;&amp;quot;)). Its not necessarily best practice to perform a query on the saveinto however as it will reevaluate every time you click. You can also load the person table before the form and then on the saveinto just pull the specific row out using index() and wherecontains(). It depends on your implementation.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: There are 4 fields(ID, FName,LName and Address). Entering ID in text1 and clicki</title><link>https://community.appian.com/thread/17965?ContentTypeID=1</link><pubDate>Mon, 18 May 2015 17:29:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:dc4273e3-3899-41eb-bb56-2d4afe18c26e</guid><dc:creator>sikhivahans</dc:creator><description>If you are making use of SAIL, please refer the following link:&lt;br /&gt;&lt;a href="https://forum.appian.com/suite/help/7.9/SAIL_Recipes.html#Searching_on_Multiple_Fields"&gt;forum.appian.com/.../SAIL_Recipes.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;In order to query data from database, please refer the following link:&lt;br /&gt;&lt;a href="https://forum.appian.com/suite/help/7.9/Querying_Data_From_an_RDBMS.html"&gt;forum.appian.com/.../Querying_Data_From_an_RDBMS.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Going through the links specified above will give you an high level idea.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>