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
$leads = ZohoManager::useModule('Leads');
//This is a get lead$lead = $leads->getRecord($request->leadid);
//This is a get Related$attachments = $leads->getRelatedListRecords($request->get('leadid'), 'Attachments');
How do i get the list of attachment in a module ?
error : Call to undefined method com\zoho\crm\api\record\Record::getRelatedListRecords()
The text was updated successfully, but these errors were encountered: