SmartClient Version: SNAPSHOT_v13.1d_2023-10-17/Enterprise Deployment (built 2023-10-17)
Hello, I just noticed that I've some unexpected validate requests on application load using 13.1 (doesn't happen with latest 13.0)
The pattern I've found is that on some databound forms, with formItems that have validators in the dataSources (required AND (serverCustom OR isUnique)), there are validate requests on application load (forms defined but not even drawn). If I comment out the serverCustom/isUnique validator, the requests vanish.
Are you aware of some change which may trigger those requests too early?
Hello, I just noticed that I've some unexpected validate requests on application load using 13.1 (doesn't happen with latest 13.0)
The pattern I've found is that on some databound forms, with formItems that have validators in the dataSources (required AND (serverCustom OR isUnique)), there are validate requests on application load (forms defined but not even drawn). If I comment out the serverCustom/isUnique validator, the requests vanish.
Are you aware of some change which may trigger those requests too early?
Comment