Hi,
There seems to be a regression in 8.3p (06/05/2013) in regards to data binding for fields that contain a
period ('.') in their names.
For example, we have many data source fields with names such as 'employee.code' , 'employee.name', etc.
Whenever we set values in those fields and have those sent to a fetch() operation, they get ignored. Same
problem applies when actually fetching data. All fields with a '.' in their names don't get loaded on the screen.
Typically, we've seen this in the past where you guys did not use the object['name'] pattern but instead used
the object.name pattern which doesn't produce the same results.
All of this used to work with 8.2p. We did have that issue back in 6.5 but you guys had fixed back then. Could
you please look into this.
Thanks,
There seems to be a regression in 8.3p (06/05/2013) in regards to data binding for fields that contain a
period ('.') in their names.
For example, we have many data source fields with names such as 'employee.code' , 'employee.name', etc.
Whenever we set values in those fields and have those sent to a fetch() operation, they get ignored. Same
problem applies when actually fetching data. All fields with a '.' in their names don't get loaded on the screen.
Typically, we've seen this in the past where you guys did not use the object['name'] pattern but instead used
the object.name pattern which doesn't produce the same results.
All of this used to work with 8.2p. We did have that issue back in 6.5 but you guys had fixed back then. Could
you please look into this.
Thanks,
Comment