Page 1 of 1

addTableFilterParam

PostPosted: Tue Oct 29, 2019 8:14 pm
by Gordon McLean
When using the addTableFilterParam, I can see that the foundset is effectively locked a specific set of information for that user. So this along with the multi tenancy will be great for existing data in the session of the user.

However our customer is a medical organisation that wants to remotely refer new cases to clinics and there by change the records they can see within their foundset.

a) Is this possible and if so how ?
b) IF it is not possible and I want to retain the foundset lock I presume they would need to reset the addTableFilterParam ??

Any ideas or thoughts would be appreciated

Re: addTableFilterParam

PostPosted: Tue Oct 29, 2019 8:46 pm
by Gordon McLean
I think I may have answered my own question. The filter param is applied to each query therefore if loadAllRecords is triggered it will find new records that may have been added remotely by another user.

Thanks