$wherestring = " WHERE employee_id>0 and organization_id={$defaultorganization_id}"; $o->showEmployee($wherestring); break; case "terms": $wherestring = " WHERE terms_id>0 and organization_id={$defaultorganization_id}"; $o->showTerms($wherestring); break; case "industry": $wherestring = " WHERE industry_id>0 "; $o->showIndustry($wherestring); break; case "tax": $wherestring = " WHERE tax_id>0 "; $o->showTax($wherestring); break; case "pricelist": $wherestring = " WHERE pricelist_id>0 "; $o->showPriceList($wherestring); break; case "accounts": $wherestring = " WHERE accounts_id>0 "; $o->showAccounts($wherestring); break; case "followuptype": $wherestring = " WHERE followuptype_id>0 and organization_id={$defaultorganization_id}"; $o->showFollowUpType($wherestring); break; default: break; } $getHandler->CompleteGet();