Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    automatic fetch after add or update

    <gwtVersion>2.4.0</gwtVersion> <smartgwtVersion>3.1p20140602</smartgwtVersio>

    Hi,

    after a datasource operation "add" or "update" has been executed the framework performs an automatic fetch.

    I execute currently an "add" operation with 100 records within one dsRequest. For every one record an automatic fetch is executed. My ptoblem is that the fetch operation is expensive due to security operations related to it. Is it possible to switch off the automatic fetch or to configure the application to call a fetch with specific operationId after "add" or "update"?

    Are there any other suggestions from your side?

    Regards,
    zapryano

    #2
    Yes, you can configure or replace this behavior - see operationBinding.cacheSyncOperation.

    Comment

    Working...
    X