AlimjanNL
Results
2
comments of
AlimjanNL
my code: def get_all_accounts(cls): accounts_list = [] accounts = cls.sugarcrm_connection['Accounts'].query() for account in accounts[:3]: accounts_list.append(account['name']) ``` return accounts_list ```
Hi thanks for your reply, i use sugarcrm6.5 anv v4 api too, after you commit i get this error File "C:\Python27\lib\site-packages\sugarcrm\sugarmodule.py", line 173, in **next** self._total = result['total'] KeyError: u'total'...