Forum Post: RE: Filter set from Search Criteria

  • Thread starter Thread starter mihai_neagoe
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top