<?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>URL in system</title><link>https://community.appian.com/discussions/f/user-interface/13440/url-in-system</link><description>Hi, 
 I need to open an application in my system using a link in appian. I tried the url in a!safelink but that doesn&amp;#39;t accept such kind of uri (not a permitted URI under the configured security rules and cannot be cast to safeUri) Any idea on how this</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: URL in system</title><link>https://community.appian.com/thread/60962?ContentTypeID=1</link><pubDate>Tue, 02 Oct 2018 03:40:32 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:34c2429e-2982-4ab0-a94d-87351a698ea8</guid><dc:creator>ekanshj</dc:creator><description>Thanks everyone for your response. &lt;br /&gt;
I understood that this is not do able unless a servlet is created.&lt;br /&gt;
So we are not using this now and instead following another approach for our requirement.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: URL in system</title><link>https://community.appian.com/thread/60919?ContentTypeID=1</link><pubDate>Mon, 01 Oct 2018 18:30:54 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2cd84f1f-2ae9-470d-8edb-c7e0ed51c2c3</guid><dc:creator>Robert Shankin</dc:creator><description>Hi &lt;a href="/members/ekanshj"&gt;ekanshj&lt;/a&gt; &lt;br /&gt;
&lt;br /&gt;
The short answer is that Appian doesn&amp;#39;t do this OOTB right now.  &lt;br /&gt;
&lt;br /&gt;
You would need to develop a custom servlet to effect a change to your PC outside of your browser.  &lt;br /&gt;
This presents a openings for unexpected behavior, and I&amp;#39;d look for alternatives before pursuing this design further.&lt;br /&gt;
&lt;br /&gt;
Consider:&lt;br /&gt;
What if not every user has that application installed?&lt;br /&gt;
What if the applications are installed but in different places on different workstations?&lt;br /&gt;
Are you prepared to use mobile awareness to suppress this functionality on mobile devices?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: URL in system</title><link>https://community.appian.com/thread/60897?ContentTypeID=1</link><pubDate>Mon, 01 Oct 2018 03:24:57 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a1cdc7da-4746-4294-a54c-d50320f2bf20</guid><dc:creator>ravir0001</dc:creator><description>Hi Jain !&lt;br /&gt;
Here are couple of options !&lt;br /&gt;
&lt;br /&gt;
1. Use the safeLink in the below format&lt;br /&gt;
=a!safeLink(&lt;br /&gt;
label: &amp;quot;Company web site&amp;quot;,&lt;br /&gt;
uri: &amp;quot;&lt;a href="http://www.google.com&amp;quot;"&gt;http://www.google.com&amp;quot;&lt;/a&gt;&lt;br /&gt;
)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. You may try using the safeLink inside a linkField method &lt;br /&gt;
=a!linkField(&lt;br /&gt;
label: &amp;quot;Company web site&amp;quot;,&lt;br /&gt;
links: a!safeLink(&lt;br /&gt;
label: &amp;quot;Company web site&amp;quot;,&lt;br /&gt;
uri: &amp;quot;&lt;a href="http://www.google.com&amp;quot;"&gt;http://www.google.com&amp;quot;&lt;/a&gt;&lt;br /&gt;
)&lt;br /&gt;
)&lt;br /&gt;
&lt;br /&gt;
Please refer the below link :&lt;br /&gt;
&lt;br /&gt;
&lt;a href="https://docs.appian.com/suite/help/17.1/Appian_Data_Types.html#SafeURI"&gt;docs.appian.com/.../Appian_Data_Types.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
3. SafeURI is not compatible with any scheme other than http, https, mailto, and ftp. &lt;br /&gt;
   Please refer the below link for further details.&lt;br /&gt;
&lt;a href="https://docs.appian.com/suite/help/17.4/Appian_Data_Types.html#safeuri"&gt;docs.appian.com/.../Appian_Data_Types.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
4. Please cehck once again : Are there any spaces in the URL. &lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
Ravi.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: URL in system</title><link>https://community.appian.com/thread/60896?ContentTypeID=1</link><pubDate>Mon, 01 Oct 2018 00:06:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c57d791c-032c-4f1d-927f-d3696cf8d4f4</guid><dc:creator>nicholash893817</dc:creator><description>&lt;p&gt;it probably has to do with how the local machine URL is defined&lt;/p&gt;
&lt;p&gt;check out &lt;a href="https://docs.appian.com/suite/help/18.3/Appian_Data_Types.html#safeuri"&gt;docs.appian.com/.../Appian_Data_Types.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;When casting from Text, the string will fail verification if it contains any of the following:&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Any scheme other than http, https, ftp, and mailto&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Invalid URI characters if not already escaped&lt;/p&gt;
&lt;p&gt;Empty text string&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: URL in system</title><link>https://community.appian.com/thread/60853?ContentTypeID=1</link><pubDate>Fri, 28 Sep 2018 02:48:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:aa09516e-b948-4365-bc35-9611ac5254b7</guid><dc:creator>ekanshj</dc:creator><description>No it does not have spaces and it is a local machine URL&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: URL in system</title><link>https://community.appian.com/thread/60851?ContentTypeID=1</link><pubDate>Fri, 28 Sep 2018 02:18:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ebc935c6-1ba5-4810-8d9e-eb3be7e191b4</guid><dc:creator>vishnuv</dc:creator><description>HI,&lt;br /&gt;
Can you check if there are any spaces in the URL. It should work after it is removed.&lt;br /&gt;
This documentation should help as well --&amp;gt; docs.appian.com/.../Appian_Data_Types.html&lt;br /&gt;
Thanks.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>