- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-04-2023 11:47 PM
Catalog form is loading very slow when using select look up box, Please explain Why?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-07-2023 05:53 AM
one of the common reason for form loading very slow is it contains look up select fields. if the field is choice its better to select the choices from sys_choice instead of record table.
Please see below screen shot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-05-2023 08:46 AM
The query for the Lookup Select Box has to run every time as/before the form loads. The larger your Lookup from table, the longer this will take, depending also on the reference qualifier, and Unique values only.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-07-2023 05:53 AM
one of the common reason for form loading very slow is it contains look up select fields. if the field is choice its better to select the choices from sys_choice instead of record table.
Please see below screen shot