addfilterparam

I’ve found the following on the Forum:

If you want to put a filter on a specific table, so a user can only see certain records, you could use the addfilterparam function.

A search of Help for “addfilterparam” produces nothing. Index of Help and of the printed docs also don’t reference this function.

Would appreciate someone pointing me to details on this function.

Thanks.[/code]

the name of this is

controller.addFoundSetFilterParam

and it can be found where all controller relevant methods are (under “Controller”).