› Forums › Autocomplete › Filter results – Autocomplete
Tagged: autocomplete, Filtered List, List View
- This topic has 8 replies, 3 voices, and was last updated 7 years, 4 months ago by
Alexander Bautz.
-
AuthorPosts
-
-
November 13, 2015 at 13:48 #9279
lzuhuo
ParticipantHello Alex,
In this solution, is it possible to filter out suggestions according to a list view, or parameter (query)? Thanks -
November 16, 2015 at 15:57 #9299
Alexander Bautz
KeymasterSorry, but this is currently not possible.
Alexander
-
May 11, 2016 at 11:35 #11464
Dirk Loehn
ParticipantHello Alexander, could you see adding this to the Autocomplete solution any time soon?
That is, beeing able to set a (filtered) list view as the base for an autocomplete search?spjs.ac.textField({
“applyTo”: “cmPartner”,
“helpText”: “Vertragspartner auswählen…”,
“listGuid”: “FB46E97C-CAB4-4537-A566-4DBE0FD866E3”,
“viewGuid”: “…”, ???Alternatively, would it be possible to add a function call to do a custom check of a list entry before it is added to the selection?
spjs.ac.textField({
“applyTo”: “cmPartner”,
“helpText”: “Vertragspartner auswählen…”,
“listGuid”: “FB46E97C-CAB4-4537-A566-4DBE0FD866E3”,
“validationCallbackFunction”: “…..”, -
May 15, 2016 at 09:17 #11539
Alexander Bautz
KeymasterHi,
I have looked at it, and will post an updated version over the weekend that lets you set a “filterCAML” in the argument object to pre-filter the list. I have not set it up so you can pull the CAML directly from a list view as this would require an additional query to be run on form load.Alexander
-
May 17, 2016 at 23:16 #11626
lzuhuo
ParticipantHi Alex
This is gonna be very helpful when it is ready. Thanks -
May 19, 2016 at 07:51 #11650
Dirk Loehn
ParticipantLooking forward to testing it. I guess this is really helpful for anyone in Need for a dynamic lookup list, e.g. only looking up projects that are currently active, or looking up vendors marked as approved etc.
Thanks!!!Dirk
-
May 19, 2016 at 07:57 #11652
Alexander Bautz
KeymasterSorry for the delay – I’ll try to get it released later tonight.
Alexander
-
May 20, 2016 at 15:19 #11700
Dirk Loehn
ParticipantHello Alex, we downloaded and tested the updated version, and it works like a charm. Thanks a lot!!!
Dirk
-
May 24, 2016 at 06:41 #11712
Alexander Bautz
KeymasterThank you for the feedback – I’m glad it worked.
Alexander
-
-
AuthorPosts
- You must be logged in to reply to this topic.