There appears to be a noticeable delay between when a form is submitted to when the database change is visible to a user. This could introduce confusion from a user if there change actually took, or in rare cases it could lead to contention issues between multiple users.
For example, a goal we just created is not available in the drop down selection for establishing relationships with goals. Is this a performance issue that could be overcome simply by refreshing the parent form after completion of the submission, or by adding an index to the database?
There appears to be a noticeable delay between when a form is submitted to when the database change is visible to a user. This could introduce confusion from a user if there change actually took, or in rare cases it could lead to contention issues between multiple users.
For example, a goal we just created is not available in the drop down selection for establishing relationships with goals. Is this a performance issue that could be overcome simply by refreshing the parent form after completion of the submission, or by adding an index to the database?