I’ve had a look around but haven’t found the answer and need some advice.
If I go from a list of a foundset of records (eg status == ‘On Hold’) to a another form with the command
forms.invoices.controller.showRecords(foundset)
and I then edit the field that made the record a part of the foundset (eg changing status to something else), then that record disappears. What’s a slick way of keeping the foundset as it was when loading the second form?
Apologies if this has already been explained elsewhere.