Selection Filter hook

Use this hook to specify the query extension to filter the records that are shown in the zoom session.

Example:

function extern void ext.currency.selection.filter()
{
        query.extend.where.in.zoom("tcmcs008.rapr = tcyesno.yes")
}