We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In old version asciisd/zoho I could use getRelatedListRecords to get all related contacts to an account. In zoho-v3 I get the following error
Call to undefined method com\zoho\crm\api\record\Record::getRelatedListRecords()
Simplified version of my code:
$zoho_accounts = ZohoManager::useModule('Accounts'); $accounts=$zoho_accounts->searchRecordsByCriteria('(Dashboard:equals:true) and (Dashboard_not_exists:equals:true)'); foreach($accounts as $account) { $contacts=$account->getRelatedListRecords('Contacts'); }
Is the function getRelatedListRecords replaced with a new function? How to get my related contacts from a specific account?
The text was updated successfully, but these errors were encountered:
I'm very sorry about that. Maybe it's because the Zoho original package changed. Let me check for the ability to add this again.
Sorry, something went wrong.
any solution for this?
#20 Linked
No branches or pull requests
In old version asciisd/zoho I could use getRelatedListRecords to get all related contacts to an account.
In zoho-v3 I get the following error
Call to undefined method com\zoho\crm\api\record\Record::getRelatedListRecords()
Simplified version of my code:
Is the function getRelatedListRecords replaced with a new function?
How to get my related contacts from a specific account?
The text was updated successfully, but these errors were encountered: