$trans = CSaleUserTransact::GetList(array(), array(), false, false, array()); print_r($trans);
while ($arr = $trans->Fetch()) { print_r($arr); }