What does WHERE (wo.ISPARENT='1') mean in a query?
I've seen this used a lot in queries provided to users:
It seems to eliminate deleted records from a query.
Is that a proper use for that condition?
Are there other things that field is used for?
Thanks!
Joanna