asciisd / zoho

Zoho package for Laravel
36 stars 37 forks source link

zcrmsdk\crm\exception\ZCRMException: invalid query formed #23

Closed jayomayan closed 3 years ago

jayomayan commented 3 years ago

I get an error and im not sure where did i go wrong. here's my code:

private function getFundings($dealId)
 {
            $builder = CriteriaBuilder::where('Deal', $dealId)
                    ->andWhere('Merchant_Accepted', 'Yes')
                    ->andWhere('Position', '01');
            return ZohoManager::useModule('Fundings')->searchRecordsByCriteria($builder->toString());

 }
jayomayan commented 3 years ago

Got it fixed..

EricPaulson commented 2 years ago

Got it fixed..

Why didn't you include your solution?