M
mihai_neagoe
Guest
The problem is that we emtpy the dataset in read operation on each call and build the single record for edit action based on the filter parameter. If the field is ? then no record is created so the security error is raised. The workaround for us was to use the Rollbase cache for edit so the first line in the read operation for now is something like: if filter = ? or filter ='' then return.
Continue reading...
Continue reading...