-->

试图做的子查询时,拒绝访问(Access Denied when trying to do subq

2019-10-18 21:46发布

我想这个查询:

{'rest_data': '["sessionabc123xyz", "Meetings", "meetings.id IN (
SELECT mu.meeting_id FROM meetings_users mu WHERE mu.user_id = \'1\')", "",
 0, [], 5, 0]', 'input_type': 'json', 'method': 'get_entry_list', 'response
_type': 'json'}

,但我发现这是一个响应即使我使用管理员帐户:

{u'description': u'You do not have access', u'name': u'Access De
nied', u'number': 40}

我怎样才能检索用户正在参加会议(和调用)的列表?

Answer 1:

现在看来,这是不可能的糖V6.4 http://developer.sugarcrm.com/2012/02/08/changes-to-web-services-api-in-sugarcrm-6-4-0/



文章来源: Access Denied when trying to do subqueries
标签: sugarcrm