SmartClient Version: SNAPSHOT_v11.1d_2017-02-28/Enterprise Development Only (built 2017-02-28)
Hello, I've got a isUnique validator, and I've just noticed that, while doing an update with an operationBinding which specifies a cacheSyncOperation, the latter isn't used for the automatic fetch done for the isUnique validation, but instead the default fetch is used.
Is it intended behavior? Actually I was expecting the same operationId used for cache synchronization. So, I think I've found a bug.
Otherwise, it would be useful to specify an operationId for the automatic fetch.
Hello, I've got a isUnique validator, and I've just noticed that, while doing an update with an operationBinding which specifies a cacheSyncOperation, the latter isn't used for the automatic fetch done for the isUnique validation, but instead the default fetch is used.
Is it intended behavior? Actually I was expecting the same operationId used for cache synchronization. So, I think I've found a bug.
Otherwise, it would be useful to specify an operationId for the automatic fetch.
Comment