AlexGale
7 years agoQrew Captain
Auto refresh after saving?
This is a weirdly specific use case, and I'm having some trouble with it.
I'm currently generating records in one (parent) table using a GenAddRecord link from a table in a separate app. The GenAddRecord link sends information which, upon saving the new parent record, is used by an Action to create a child record which is related to the newly created parent record.
What this effectively means is that the system automatically sets up a relationship, but only after the save button is clicked. So when the users click save, expecting to see their new child record on the report link for the parent, they are disappointed. They need to manually refresh the page to see the child.
This seems like it could be solved by adding an auto-refresh after saving. Is there a way to do that?
I'm currently generating records in one (parent) table using a GenAddRecord link from a table in a separate app. The GenAddRecord link sends information which, upon saving the new parent record, is used by an Action to create a child record which is related to the newly created parent record.
What this effectively means is that the system automatically sets up a relationship, but only after the save button is clicked. So when the users click save, expecting to see their new child record on the report link for the parent, they are disappointed. They need to manually refresh the page to see the child.
This seems like it could be solved by adding an auto-refresh after saving. Is there a way to do that?