Examples

Assuming a component has root table ppabc001, the filter hook can contain:

o.hookFilter = “ppabc001.col1 <> 0 and ppabc001.col2 <> ppabc.stat.canceled”
return(0) | OK

A real-life example:

| do not include canceled orders
o.hookFilter = “tdsls400.clyn <> tcyesno.yes”
return(0) | OK