1398539787-stock-autocompletion-png
Web icon

FastAutoComplete

Stable version 3.2.1 (Compatible with OutSystems 11)
Other versions available for 10 and Older
Uploaded
 on 02 August 2019
 by 
4.2
 (6 ratings)
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)
Team
Other assets in this category