Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

Recommended Posts

Posted (edited)
8 hours ago, Mark Gimpaya said:

what should i do to update an existing record

Ideally, nothing - except possibly refresh the window.

In a well-designed relational database each fact is recorded in one place only. If updating one record requires updating another, then your database is not properly normalized and suffers from update anomaly.

 

Edited by comment
Posted

All true, comment. But a logical data model may not be performant, and so cached data is helpful. To do so, we use transactions to ensure all necessary records are updated. 
 

as for OP, a portal in one window may not update in another window when a record is edited. As comment says, Refresh Window will trigger the client to request latest data from the server. This will happen on first draw of a window, and so navigating away and back will also fetch latest data. 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.