<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Vahid Taslimi&#039;s Web Log &#187; HowTo</title>
	<atom:link href="http://taslimi.me/?cat=4&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://taslimi.me</link>
	<description>Sharing my thoughts. All views are mine and don&#039;t reflect my employer&#039;s.</description>
	<lastBuildDate>Thu, 28 Nov 2019 12:00:06 +0000</lastBuildDate>
	<language>en-AU</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.2.2</generator>
	<item>
		<title>Launch Nintex Mobile from a hyperlink and pre-populate authentication fields</title>
		<link>http://taslimi.me/?p=13</link>
		<comments>http://taslimi.me/?p=13#comments</comments>
		<pubDate>Thu, 28 May 2015 02:25:04 +0000</pubDate>
		<dc:creator><![CDATA[vahid]]></dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Nintex]]></category>
		<category><![CDATA[Nintex Mobile]]></category>

		<guid isPermaLink="false">http://taslimi.me/?p=13</guid>
		<description><![CDATA[Update 2016/06/23 Nintex Mobile has deprecated support of pre-populating sign in information using deep link. On the other hand you now can Launch the app, open a specific form and pre-populate it&#8217;s field using a deep link url. &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; Nintex Mobile is a great way to take your business process with you on the go anywhere; &#8230; <a href="http://taslimi.me/?p=13" class="more-link">Continue reading <span class="screen-reader-text">Launch Nintex Mobile from a hyperlink and pre-populate authentication fields</span></a>]]></description>
				<content:encoded><![CDATA[<p><strong>Update 2016/06/23</strong></p>
<p>Nintex Mobile has deprecated support of pre-populating sign in information using deep link. On the other hand you now can Launch the app, open a specific form and pre-populate it&#8217;s field using a deep link url.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><a href="http://www.nintex.com/workflow-platform/nintex-mobile" target="_blank">Nintex Mobile</a> is a great way to take your business process with you on the go anywhere; no matter you are online or offline.</p>
<p>To use the app you need to download it from the store and sign in to a specific SharePoint URL using your credentials.</p>
<p><a href="http://taslimi.me/wp-content/uploads/2015/05/iPhone-Retina-1_thumb.png"><img class="alignnone size-full wp-image-18" src="http://taslimi.me/wp-content/uploads/2015/05/iPhone-Retina-1_thumb.png" alt="Nintex Mobile iPhone" width="247" height="437" /></a></p>
<p>And if you want to connect to an Office 365 tenancy, you need to first select Office 365 Account and then enter the tenancy URL:</p>
<p><a href="http://taslimi.me/wp-content/uploads/2015/05/iPhone-Retina-2_thumb.png"><img class="alignnone size-full wp-image-19" src="http://taslimi.me/wp-content/uploads/2015/05/iPhone-Retina-2_thumb.png" alt="Nintex Mobile iPhone Office 365" width="243" height="428" /></a></p>
<p>While remembering all of the information and instructions for an advance user is not an issue, most of users have to refer to the instruction sent by IT in order to sign in and use the app.</p>
<p>Nintex Mobile 3.0 has got a new feature which lets users launch the app and pre-populate authentication information through a hyperlink. Using this fantastic feature users don’t have to remember their authentication type, SharePoint/tenancy URL or their domain. All they need to do is to click on a link enter their password and sign in.</p>
<p>This feature makes deployment of Nintex Mobile in organizations much easier for IT.</p>
<p>So let’s see how to create a URL to launch the app…</p>
<p>the URL structure is as follow:</p>
<p>nintexmobile://?<strong>authtype</strong>={authtype}&amp;<strong>url</strong>={url}&amp;<strong>domain</strong>={domain}&amp;<strong>username</strong>={username}</p>
<p>now lets look at the parameters we can pass to app using the hyperlink</p>
<p><strong>authtype</strong>: The parameter indicates the type of authentication your company support for Nintex Mobile. Possible values are:</p>
<ul>
<li><strong>sharepoint</strong></li>
<li><strong>office365</strong></li>
<li><strong>microsoft</strong></li>
</ul>
<p><strong>url</strong>: A string representing the SharePoint URL user should connect to. If you use Nintex Mobile to connect to an Office 365 tenancy, this represent the tenancy URL to which users should connect to.</p>
<p><span style="color: #ff0000;">Please note that this value must be URL Encoded.</span> To URL encode a URL you can use many free online tools like <a href="http://tools.taslimi.me/HttpEncode.aspx">this one</a>.</p>
<p><strong>domain</strong>: This value can be used to prepopulate the Domain field with your active directory domain. (this is only supported for sharepoint authentication type)</p>
<p><strong>username</strong>: If you want to send a specific link to each user, you can use this field to pre-populate her username. (this is only supported for sharepoint authentication type)</p>
<p><span style="color: #ff0000;">*note that all of the fields are optional.</span></p>
<p>and below is an example of a URL to launch the app and configure it to connect to an on-prem SharePoint:</p>
<p><a href="nintexmobile://?authtype=sharepoint&amp;url=https%3A%2F%2Finside.nintextest.com&amp;username=vahid&amp;domain=ntxtest">nintexmobile://?authtype=sharepoint&amp;url=https%3A%2F%2Finside.nintextest.com&amp;username=vahid&amp;domain=ntxtest</a></p>
<p>All you need to do is create a hyperlink in an email, web page, document etc. and point it to this URL.</p>
<p><a href="http://taslimi.me/wp-content/uploads/2015/05/image_thumb.png"><img class="alignnone size-full wp-image-17" src="http://taslimi.me/wp-content/uploads/2015/05/image_thumb.png" alt="Nintex Mobile URL Scheme" width="629" height="482" /></a></p>
<p>when user taps on the link on a device, Ninex Mobile launches and fields are pre-populated as per below:<br />
<a href="http://taslimi.me/wp-content/uploads/2015/05/20140830_024316000_iOS_thumb.png"><img class="alignnone size-full wp-image-20" src="http://taslimi.me/wp-content/uploads/2015/05/20140830_024316000_iOS_thumb.png" alt="Nintex Mobile URL Scheme" width="200" height="353" /></a>    <a href="http://taslimi.me/wp-content/uploads/2015/05/20140830_024334000_iOS_thumb.png"><img class="alignnone size-full wp-image-15" src="http://taslimi.me/wp-content/uploads/2015/05/20140830_024334000_iOS_thumb.png" alt="Nintex Mobile" width="199" height="350" /></a></p>
<p>Also if you need to connect to an Office 365 tenancy this need a URL like this:</p>
<p><a href="nintexmobile://?authtype=office365&amp;url=https%3A%2F%2Finside.sharepoint.com">nintexmobile://?authtype=office365&amp;url=https%3A%2F%2Finside.sharepoint.com</a></p>
<p>Opening this URL on a device will launch Nintex Mobile and take user to the Office 365 page:</p>
<p><a href="http://taslimi.me/wp-content/uploads/2015/05/20140830_024939000_iOS_thumb.png"><img class="alignnone size-full wp-image-16" src="http://taslimi.me/wp-content/uploads/2015/05/20140830_024939000_iOS_thumb.png" alt="Nintex Mobile Office 365 URL Scheme" width="192" height="338" /></a></p>
<p>Hope this has been useful for you and don’t forget to provide your feedback for Nintex on <a title="https://community.nintex.com" href="https://community.nintex.com" class="broken_link">https://community.nintex.com</a>.</p>
<p><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Ftaslimi.me%2F%3Fp%3D13&amp;linkname=Launch%20Nintex%20Mobile%20from%20a%20hyperlink%20and%20pre-populate%20authentication%20fields" title="Facebook" rel="nofollow" target="_blank"></a><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Ftaslimi.me%2F%3Fp%3D13&amp;linkname=Launch%20Nintex%20Mobile%20from%20a%20hyperlink%20and%20pre-populate%20authentication%20fields" title="Twitter" rel="nofollow" target="_blank"></a><a class="a2a_button_google_plus" href="http://www.addtoany.com/add_to/google_plus?linkurl=http%3A%2F%2Ftaslimi.me%2F%3Fp%3D13&amp;linkname=Launch%20Nintex%20Mobile%20from%20a%20hyperlink%20and%20pre-populate%20authentication%20fields" title="Google+" rel="nofollow" target="_blank"></a><a class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Ftaslimi.me%2F%3Fp%3D13&amp;linkname=Launch%20Nintex%20Mobile%20from%20a%20hyperlink%20and%20pre-populate%20authentication%20fields" title="LinkedIn" rel="nofollow" target="_blank"></a><a class="a2a_dd addtoany_share_save" href="https://www.addtoany.com/share#url=http%3A%2F%2Ftaslimi.me%2F%3Fp%3D13&amp;title=Launch%20Nintex%20Mobile%20from%20a%20hyperlink%20and%20pre-populate%20authentication%20fields" data-a2a-url="http://taslimi.me/?p=13" data-a2a-title="Launch Nintex Mobile from a hyperlink and pre-populate authentication fields"></a></p>]]></content:encoded>
			<wfw:commentRss>http://taslimi.me/?feed=rss2&#038;p=13</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delete orphan tasks from Nintex Workflow which keep showing up in Nintex Mobile</title>
		<link>http://taslimi.me/?p=4</link>
		<comments>http://taslimi.me/?p=4#comments</comments>
		<pubDate>Sun, 24 May 2015 13:10:16 +0000</pubDate>
		<dc:creator><![CDATA[vahid]]></dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Nintex]]></category>
		<category><![CDATA[Nintex Mobile]]></category>

		<guid isPermaLink="false">http://taslimi.me/?p=4</guid>
		<description><![CDATA[Once in a while you may end up having orphan Nintex Workflow tasks in your environment. Normally you wont end up in this situation in you production environment as this is normally as result of playing with the workflow or the list. But anyway we don’t live in the perfect world and things like this &#8230; <a href="http://taslimi.me/?p=4" class="more-link">Continue reading <span class="screen-reader-text">Delete orphan tasks from Nintex Workflow which keep showing up in Nintex Mobile</span></a>]]></description>
				<content:encoded><![CDATA[<p>Once in a while you may end up having orphan Nintex Workflow tasks in your environment. Normally you wont end up in this situation in you production environment as this is normally as result of playing with the workflow or the list.</p>
<p>But anyway we don’t live in the perfect world and things like this happen and when it happens it can be really annoying. Specially if you are using Nintex Mobile to respond to your tasks. One symptom is that you keep getting the tasks even though you delete local storage. So here I show you how to delete the orphan tasks for good <img src="http://taslimi.me/wp-includes/images/smilies/simple-smile.png" alt=":)" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<ol>
<li>Navigate to your SharePoint site.</li>
<li>Choose to edit the page.<img src="http://old.taslimi.me/Media/Default/Windows-Live-Writer/Delete-orphan-tasks-from-Nintex-Workflow_8286/image_thumb.png" alt="image" /></li>
<li>Select insert =&gt; Web Part. From the Categories column select Nintex Workflow 2013(or 2010) and from Parts column select My Workflow Tasks<img src="http://old.taslimi.me/Media/Default/Windows-Live-Writer/Delete-orphan-tasks-from-Nintex-Workflow_8286/image_thumb_1.png" alt="image" /></li>
<li>Press Add button to add the web part to your page.</li>
<li>Once the web part is added press Save button.</li>
<li>You know must be able to see a list of tasks assigned to you in the web part</li>
<li>The ones which have Remove task link button are orphan tasks and you can delete them by clicking on the link.<img src="http://old.taslimi.me/Media/Default/Windows-Live-Writer/Delete-orphan-tasks-from-Nintex-Workflow_8286/image_thumb_5.png" alt="image" /></li>
<li>if you don’t see them in the first page, make sure you navigate to all pages and delete them all. Unfortunately the this moment there is no way to delete them all in one go and you need to do this one by one by one.<img src="http://old.taslimi.me/Media/Default/Windows-Live-Writer/Delete-orphan-tasks-from-Nintex-Workflow_8286/image_thumb_6.png" alt="image" /></li>
<li>Go back to your Nintex Mobile, Delete Local Storage and you should not see the tasks anymore.</li>
</ol>
<p>Hope this post saves you some headache.</p>
<p><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Ftaslimi.me%2F%3Fp%3D4&amp;linkname=Delete%20orphan%20tasks%20from%20Nintex%20Workflow%20which%20keep%20showing%20up%20in%20Nintex%20Mobile" title="Facebook" rel="nofollow" target="_blank"></a><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Ftaslimi.me%2F%3Fp%3D4&amp;linkname=Delete%20orphan%20tasks%20from%20Nintex%20Workflow%20which%20keep%20showing%20up%20in%20Nintex%20Mobile" title="Twitter" rel="nofollow" target="_blank"></a><a class="a2a_button_google_plus" href="http://www.addtoany.com/add_to/google_plus?linkurl=http%3A%2F%2Ftaslimi.me%2F%3Fp%3D4&amp;linkname=Delete%20orphan%20tasks%20from%20Nintex%20Workflow%20which%20keep%20showing%20up%20in%20Nintex%20Mobile" title="Google+" rel="nofollow" target="_blank"></a><a class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Ftaslimi.me%2F%3Fp%3D4&amp;linkname=Delete%20orphan%20tasks%20from%20Nintex%20Workflow%20which%20keep%20showing%20up%20in%20Nintex%20Mobile" title="LinkedIn" rel="nofollow" target="_blank"></a><a class="a2a_dd addtoany_share_save" href="https://www.addtoany.com/share#url=http%3A%2F%2Ftaslimi.me%2F%3Fp%3D4&amp;title=Delete%20orphan%20tasks%20from%20Nintex%20Workflow%20which%20keep%20showing%20up%20in%20Nintex%20Mobile" data-a2a-url="http://taslimi.me/?p=4" data-a2a-title="Delete orphan tasks from Nintex Workflow which keep showing up in Nintex Mobile"></a></p>]]></content:encoded>
			<wfw:commentRss>http://taslimi.me/?feed=rss2&#038;p=4</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
