Versions Compared

Key

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

...

  • External changes were made using the Raw SQL Plugin to update a specific database table. (This plugin bypasses the Data Binding layer and will not be reflected in the client cache. 
  • External changes are known to have been made on a specified table because a another application or service was invoked from Servoy client session.
  • External changes may have been made to a specific table by another application, but it is not known for sure. In this situation it may be ideal to periodically update the client caches using a Batch Processor Headless Client , which is a server-side client session that can perform automated, scheduled operations.
    Note

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

...