I have a large entity, holding 30,000 records. I am using the Search function in a gallery to allow users to search this using text found in the middle of strings. From this gallery, users can select individual records, which then (using the filter function) populate a second gallery from a second entity, usually resulting in 1-6 entries. The (self) selected record in this gallery populates a form containing this selected record.
My first issue arises when a user selects an entry from the initial gallery. At this point, both the second gallery as well as the form *usually* self-populate. However, occasionally, the gallery displays the message "Getting your data," but never completes. The user has to manually select the second gallery, at which point the form populates correctly.
My second issue is that data seems to take a while to enter & be returned from the database once a record has been edited. Eg. when an edit has been submitted on the form, it seems to process & then seems to fail (it doesn't display as submitted)... Except that if the user waits a while and then refreshes both the initial gallery & then the second gallery, the data is correctly displayed.
I'm not sure how much each issue is related, but is there a way to navigate both issues, to reliably refresh updated data in a gallery & form?
Thanks!