After updating the value in the database, it should reflect in the screen

I want the data to get updated in the interface in a site soon after a database operation without refreshing the page. I would like to get suggestions regarding how to implement the same.

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to anjaliv

    Again this partly depends on the particulars of your implementation, but in the case where you're on a Record form and you've initiated a Related Action from there, and you're returning to the form from the Related Action but still apparently seeing old data (which I've experienced fairly often) - the answer is to maintain Process Chaining within the process model at least up until the WTDS node - otherwise when the first non-chained process flow is hit, the user will return to the form instantly and probably before the WTDS node can complete.

Children