Child pages
  • Dynamic Data Binding

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This functionality is provided by default for all Servoy client types. There is nothing that a developer needs to do to enable it. However, the developer may augment the default functionality by implementing the Solution's onDataBroadcast event handler and invoking specific business logic.

Updating

...

the Client Cache

What happens when data is changed outside of any Servoy client sessions?

...

Note

For more information, see the notifyDataChange method in the programming reference guide.

Refresh Record

...

from Database

This approach refreshes the cache for a single record or an entire foundset in the calling client only. Therefore, unlike the previous two approaches, it does not affect the cache of all clients. This approach is ideal to use when:

...