<?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>Autocomplete - Custom Picker - The function &amp;#39;suggestfunction&amp;#39; is unavailable</title><link>https://community.appian.com/discussions/f/user-interface/14497/autocomplete---custom-picker---the-function-suggestfunction-is-unavailable</link><description>I&amp;#39;m trying to create an autocomplete functionnality with the custom picker component. Basically, it would live query a service with a text parameter (the field we are typing in). 
 I&amp;#39;ve created an expression rule which seems to works well : 
 if( rule</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Autocomplete - Custom Picker - The function 'suggestfunction' is unavailable</title><link>https://community.appian.com/thread/65126?ContentTypeID=1</link><pubDate>Mon, 11 Mar 2019 12:04:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9f430814-0bb1-4ce5-8316-105ee24c03ab</guid><dc:creator>Julien Issartel</dc:creator><description>Thanks, it works !&lt;br /&gt;
For the multiple variations I have tried, the difference seems to be the use of &amp;quot; _&amp;quot;.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Autocomplete - Custom Picker - The function 'suggestfunction' is unavailable</title><link>https://community.appian.com/thread/65125?ContentTypeID=1</link><pubDate>Mon, 11 Mar 2019 11:13:28 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4e305dd6-d553-4d54-84b9-497a82667919</guid><dc:creator>Vinay Kumar Rai</dc:creator><description>Hi,&lt;br /&gt;
&lt;br /&gt;
Try this&lt;br /&gt;
&lt;br /&gt;
a!pickerFieldCustom(&lt;br /&gt;
    placeholderLabel: &amp;quot;--Select a New Case--&amp;quot;,&lt;br /&gt;
    label: &amp;quot;Custom Picker&amp;quot;,&lt;br /&gt;
    labelPosition: &amp;quot;ABOVE&amp;quot;,&lt;br /&gt;
    maxSelections: 1,&lt;br /&gt;
    suggestFunction: rule!SIRA_SearchAdress(_),&lt;br /&gt;
    selectedLabels: if(fn!isnull(ri!rule_Enseigne.Localite),null, ri!rule_Enseigne.Localite),&lt;br /&gt;
   value : ri!rule_Enseigne.Localite,&lt;br /&gt;
  saveInto : ri!rule_Enseigne.Localite&lt;br /&gt;
)&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
Vinay&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>