You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there an issue with calling a user scope as Baserecord objects since they are not part of Zoho modules? I can call users successfully with ZohoHub.connection.get('users'), but not with User.all. Also could not call via ZohoHub.connection.get('Users'), as I would with a capital letter for modules.
To test this, I tested the same with accounts and deals which are under modules. I was able to call them both with a connection and with Account.all, Deal.all.
The text was updated successfully, but these errors were encountered:
pkayokay
changed the title
Calling Baserecord objects -
Calling Baserecord objects that are modules
Sep 20, 2019
Is there an issue with calling a
user
scope as Baserecord objects since they are not part of Zoho modules? I can call users successfully withZohoHub.connection.get('users')
, but not withUser.all
. Also could not call viaZohoHub.connection.get('Users')
, as I would with a capital letter for modules.To test this, I tested the same with accounts and deals which are under modules. I was able to call them both with a connection and with
Account.all
,Deal.all
.The text was updated successfully, but these errors were encountered: