Created on 26 April 2014
icon_unfollowing
Login to follow
1398539787-stock-autocompletion-png

FastAutoComplete

Stable version 3.2.1 (Compatible with OutSystems 11)
Other versions available for 10 and Older
Uploaded on 02 August 2019 by 
1398539787-stock-autocompletion-png

FastAutoComplete

Details
This component is intended to avoid excessive requests from client to server, and unecessary database queries, on an autocomplete field when the target Entity has lots of records (hundreds or thousands) but is not changed frequently.
Read more
This component is intended to avoid excessive requests from client to server, and unecessary database queries, on an autocomplete field when the target Entity has lots of records (hundreds or thousands) but is not changed frequently.
 
A simple combobox? not a good idea...
A field with a button that triggers a popup to list and select records? old school...
A common autocomplete field that downloads the entire list of records on every pageload? let the web flow...
 
Important tip:
Load a localStorage object with a JSon like this: [{'id':'123', 'value':'qwe'}, ...]
    I created a TestPage that treats this in Preparation. Ideally you could do this during the Login process, only if the entity's records and the localStorage's array are in different versions.
Release notes (3.2.1)

Minor bug fix

Reviews (0)
Category
User interface, Input & forms
Tags
Support options
This asset is not supported by OutSystems. You may use the discussion forums to leave suggestions or obtain best-effort support from the community, including from  who created this asset.
Dependencies
See all 2 dependencies
Application Objects
FastAutoComplete has 10 AOs.
Team
Compatible with
Version 11
Database:
All
Asset consumers
No consumers yet.
Weekly downloads