<?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>landing onto appian summary page from third party application by doing the search in the back end</title><link>https://community.appian.com/discussions/f/user-interface/17441/landing-onto-appian-summary-page-from-third-party-application-by-doing-the-search-in-the-back-end</link><description>The user clicks on abc application site link in xyz application, then xyz sends a member ID to abc application, then abc application picks the member ID through web API and gets the data of that member through an integration call. Now I need to show it</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: landing onto appian summary page from third party application by doing the search in the back end</title><link>https://community.appian.com/thread/68767?ContentTypeID=1</link><pubDate>Mon, 12 Aug 2019 18:05:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8bb3e9c2-5ab5-4b2c-ac4e-63f61eedb50d</guid><dc:creator>gauthamid0002</dc:creator><description>&lt;p&gt;We are ruled out of embedded interface option because that XYZ application is a third party application which one of our vendor handle, so they are not ready to do it. All they will do is send me the memberID. And &amp;nbsp;abc application is a site(no records), and there is no database, all the data pertaining to that memberID is retrieved through an integration call and is shown on the screen.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: landing onto appian summary page from third party application by doing the search in the back end</title><link>https://community.appian.com/thread/68765?ContentTypeID=1</link><pubDate>Mon, 12 Aug 2019 17:48:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:08784902-cca5-4a02-a061-d23bc205fca9</guid><dc:creator>vimalkumars</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;span class="user-name"&gt;&lt;a class="internal-link view-user-profile" href="/members/gauthamid0002"&gt;gauthamid0002&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;You can create a Web Api in Appian with Http response something similar to below:&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!httpResponse( 
  statusCode: 200,
  headers: {},
  body: { memberSummaryUrl: urlforrecord(recordType: &amp;lt;Your_record_type&amp;gt; ,recordIds: &amp;lt;Get the record id based on passed member id)}
)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Then call this Web API from the external site to get the record URL directly.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Or&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You can even embed the Appian interfaces in your external site.&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/19.2/Embedded_Interfaces.html"&gt;https://docs.appian.com/suite/help/19.2/Embedded_Interfaces.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>